Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Mar 21, 2024
1 parent 546a3a2 commit bf90b36
Show file tree
Hide file tree
Showing 4 changed files with 52 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")
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:
- //...
7 changes: 7 additions & 0 deletions modules/rules_poetry/0.3.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"url": "https://github.com/oxidase/rules_poetry/releases/download/v0.3.2/rules_poetry-0.3.2.tar.gz",
"integrity": "sha256-3YHp2dUBDrriUjHvoa8Gvzfk6TVnex30VRKYoK/pQDM=",
"strip_prefix": "rules_poetry-0.3.2",
"patch_strip": 0,
"patches": {}
}
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 bf90b36

Please sign in to comment.