cmake_configure_file@0.1.4 (#5997)
Release:
https://github.com/wep21/cmake_configure_file/releases/tag/v0.1.4
_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_
Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
diff --git a/modules/cmake_configure_file/0.1.4/MODULE.bazel b/modules/cmake_configure_file/0.1.4/MODULE.bazel
new file mode 100644
index 0000000..394e3cb
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.4/MODULE.bazel
@@ -0,0 +1,11 @@
+module(name = "cmake_configure_file",
+ version = "0.1.4",
+)
+
+bazel_dep(name = "platforms", version = "0.0.11")
+bazel_dep(name = "rules_license", version = "1.0.0")
+bazel_dep(name = "rules_python", version = "1.0.0")
+
+python = use_extension("@rules_python//python/extensions:python.bzl", "python")
+python.toolchain(python_version = "3.12")
+use_repo(python, "python_versions")
diff --git a/modules/cmake_configure_file/0.1.4/patches/module_dot_bazel_version.patch b/modules/cmake_configure_file/0.1.4/patches/module_dot_bazel_version.patch
new file mode 100644
index 0000000..31189ff
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.4/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
+===================================================================
+--- a/MODULE.bazel
++++ b/MODULE.bazel
+@@ -1,5 +1,7 @@
+-module(name = "cmake_configure_file")
++module(name = "cmake_configure_file",
++ version = "0.1.4",
++)
+
+ bazel_dep(name = "platforms", version = "0.0.11")
+ bazel_dep(name = "rules_license", version = "1.0.0")
+ bazel_dep(name = "rules_python", version = "1.0.0")
diff --git a/modules/cmake_configure_file/0.1.4/presubmit.yml b/modules/cmake_configure_file/0.1.4/presubmit.yml
new file mode 100644
index 0000000..407ba98
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.4/presubmit.yml
@@ -0,0 +1,18 @@
+matrix:
+ platform:
+ - debian10
+ - debian11
+ - ubuntu2004
+ - ubuntu2204
+ - ubuntu2404
+ - macos
+ - macos_arm64
+ - windows
+ bazel: [7.x, 8.x, rolling]
+tasks:
+ verify_targets:
+ name: Verify build targets
+ platform: ${{ platform }}
+ bazel: ${{ bazel }}
+ build_targets:
+ - '@cmake_configure_file'
diff --git a/modules/cmake_configure_file/0.1.4/source.json b/modules/cmake_configure_file/0.1.4/source.json
new file mode 100644
index 0000000..1ecc7c9
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.4/source.json
@@ -0,0 +1,9 @@
+{
+ "integrity": "sha256-EIOzN7tl+vPAWqaord5jTVYKDz2jLl6Ow9YQoi3yfK4=",
+ "strip_prefix": "cmake_configure_file-0.1.4",
+ "url": "https://github.com/wep21/cmake_configure_file/releases/download/v0.1.4/cmake_configure_file-v0.1.4.tar.gz",
+ "patches": {
+ "module_dot_bazel_version.patch": "sha256-OG7hOLkvCQzYbAr77S4bhgPlpsI8M/kUcC8+aVqQe1g="
+ },
+ "patch_strip": 1
+}
diff --git a/modules/cmake_configure_file/metadata.json b/modules/cmake_configure_file/metadata.json
index 58d37e1..78eab65 100644
--- a/modules/cmake_configure_file/metadata.json
+++ b/modules/cmake_configure_file/metadata.json
@@ -15,7 +15,8 @@
"0.1.0",
"0.1.1",
"0.1.2",
- "0.1.3"
+ "0.1.3",
+ "0.1.4"
],
"yanked_versions": {}
}