Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] and mark-thm authored Jun 26, 2024
1 parent d09401e commit b63ee79
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/rules_uv/0.16.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
"rules_uv"

module(
name = "rules_uv",
version = "0.16.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_multitool", version = "0.4.0")

multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
multitool.hub(lockfile = "//uv/private:uv.lock.json")
use_repo(multitool, "multitool")
15 changes: 15 additions & 0 deletions modules/rules_uv/0.16.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@rules_uv//..."
5 changes: 5 additions & 0 deletions modules/rules_uv/0.16.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-t660x/YWRvRUAXISh+6b9L66RTUS6jJ956BiijcEhOU=",
"strip_prefix": "rules_uv-0.16.0",
"url": "https://github.com/theoremlp/rules_uv/releases/download/v0.16.0/rules_uv-0.16.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_uv/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"0.12.0",
"0.13.0",
"0.14.0",
"0.15.0"
"0.15.0",
"0.16.0"
],
"yanked_versions": {}
}

0 comments on commit b63ee79

Please sign in to comment.