Skip to content

Commit

Permalink
Publish rules_poetry@0.2.0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed May 19, 2023
1 parent f498c15 commit b893e5c
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.2.0/MODULE.bazel
@@ -0,0 +1,11 @@
module(
name = "rules_poetry",
version = "0.2.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.6")

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.2.0/presubmit.yml
@@ -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.2.0/source.json
@@ -0,0 +1,7 @@
{
"url": "https://github.com/oxidase/rules_poetry/releases/download/v0.2.0/rules_poetry-0.2.0.tar.gz",
"integrity": "sha256-jINGtXSXH2f6WgKx6lzfK9uv8eYySw1KZcfTRVD3TY8=",
"strip_prefix": "rules_poetry-0.2.0",
"patch_strip": 0,
"patches": {}
}
3 changes: 2 additions & 1 deletion modules/rules_poetry/metadata.json
Expand Up @@ -11,7 +11,8 @@
"github:oxidase/rules_poetry"
],
"versions": [
"0.1.0"
"0.1.0",
"0.2.0"
],
"yanked_versions": {}
}

0 comments on commit b893e5c

Please sign in to comment.