Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Mar 22, 2024
1 parent 5958c06 commit 9098c68
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/rules_poetry/0.3.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module(
name = "rules_poetry",
version = "0.3.2",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")

internal_deps = use_extension("@rules_poetry//python:extensions.bzl", "internal_deps")
use_repo(internal_deps, "rules_poetry_deps", "rules_poetry_pip")
12 changes: 12 additions & 0 deletions modules/rules_poetry/0.3.2/patches/module_dot_bazel_version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_poetry",
- version = "0",
+ version = "0.3.2",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
32 changes: 32 additions & 0 deletions modules/rules_poetry/0.3.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rules_poetry//python/...'
- '@rules_poetry//lib/...'
bcr_test_module:
module_path: "examples/transitions"
matrix:
platform:
- debian11
- macos
- ubuntu2004
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...
9 changes: 9 additions & 0 deletions modules/rules_poetry/0.3.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/oxidase/rules_poetry/releases/download/v0.3.2/rules_poetry-0.3.2.tar.gz",
"integrity": "sha256-PhhGo5JJvT1or6wnSfYPdPx+artTIZqrlpSC2jTSxOE=",
"strip_prefix": "rules_poetry-0.3.2",
"patches": {
"module_dot_bazel_version.patch": "sha256-lOfham5AH7qrCZClvx6ioGKvkixFNFgLWq33OZmkVoQ="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_poetry/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"0.1.0",
"0.2.0",
"0.3.0",
"0.3.1"
"0.3.1",
"0.3.2"
],
"yanked_versions": {}
}

0 comments on commit 9098c68

Please sign in to comment.