Skip to content

Commit

Permalink
Publish fmeum/buildozer@v6.4.0.2 (#1393)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
publish-to-bcr-bot[bot] and fmeum committed Jan 28, 2024
1 parent 7797603 commit a4c1dbe
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/buildozer/6.4.0.2/MODULE.bazel
@@ -0,0 +1,20 @@
module(
name = "buildozer",
version = "6.4.0.2",
bazel_compatibility = [">=6.2.0"],
)

buildozer_binary = use_extension("//:buildozer_binary.bzl", "buildozer_binary")
buildozer_binary.buildozer(
sha256 = {
"darwin-amd64": "d29e347ecd6b5673d72cb1a8de05bf1b06178dd229ff5eb67fad5100c840cc8e",
"darwin-arm64": "9b9e71bdbec5e7223871e913b65d12f6d8fa026684daf991f00e52ed36a6978d",
"linux-amd64": "8dfd6345da4e9042daa738d7fdf34f699c5dfce4632f7207956fceedd8494119",
"linux-arm64": "6559558fded658c8fa7432a9d011f7c4dcbac6b738feae73d2d5c352e5f605fa",
"windows-amd64": "e7f05bf847f7c3689dd28926460ce6e1097ae97380ac8e6ae7147b7b706ba19b",
},
version = "6.4.0",
)
use_repo(buildozer_binary, "buildozer_binary")

bazel_dep(name = "platforms", version = "0.0.7", dev_dependency = True)
12 changes: 12 additions & 0 deletions modules/buildozer/6.4.0.2/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "buildozer",
- version = "0.0.0",
+ version = "6.4.0.2",
bazel_compatibility = [">=6.2.0"],
)

buildozer_binary = use_extension("//:buildozer_binary.bzl", "buildozer_binary")
24 changes: 24 additions & 0 deletions modules/buildozer/6.4.0.2/presubmit.yml
@@ -0,0 +1,24 @@
bcr_test_module:
module_path: tests/bcr
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
batch_commands:
# Workaround for https://github.com/bazelbuild/bazel/issues/3268
- echo bazel-bcr/>> .bazelignore
run_targets:
- //:run_buildozer
build_targets:
- //...
test_targets:
- //...
9 changes: 9 additions & 0 deletions modules/buildozer/6.4.0.2/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-k7tFKQMR2AygxpmZfH0yEPnQmF3efFgD9rBPkj+Yz/8=",
"strip_prefix": "buildozer-6.4.0.2",
"url": "https://github.com/fmeum/buildozer/releases/download/v6.4.0.2/buildozer-v6.4.0.2.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-gKANF2HMilj7bWmuXs4lbBIAAansuWC4IhWGB/CerjU="
},
"patch_strip": 1
}
1 change: 1 addition & 0 deletions modules/buildozer/metadata.json
Expand Up @@ -11,6 +11,7 @@
"github:fmeum/buildozer"
],
"versions": [
"6.4.0.2",
"6.4.0"
],
"yanked_versions": {}
Expand Down

0 comments on commit a4c1dbe

Please sign in to comment.