Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase authored Nov 3, 2023
1 parent 8fefd47 commit 91c3a09
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/rules_poetry/0.3.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module(
name = "rules_poetry",
version = "0.3.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
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")
23 changes: 23 additions & 0 deletions modules/rules_poetry/0.3.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@rules_poetry//python/...'
- '@rules_poetry//lib/...'
bcr_test_module:
module_path: "examples/transitions"
matrix:
platform: ["debian11", "macos", "ubuntu2004"]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
test_targets:
- //...
7 changes: 7 additions & 0 deletions modules/rules_poetry/0.3.0/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.0/rules_poetry-0.3.0.tar.gz",
"integrity": "sha256-0S2jKVzOSvCmNkk4GBhWVszqNNIA3kctc9QCZ0aJt3s=",
"strip_prefix": "rules_poetry-0.3.0",
"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 @@ -12,7 +12,8 @@
],
"versions": [
"0.1.0",
"0.2.0"
"0.2.0",
"0.3.0"
],
"yanked_versions": {}
}

0 comments on commit 91c3a09

Please sign in to comment.