Skip to content

Commit

Permalink
rules_uv@0.4.0 (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] committed Apr 30, 2024
1 parent 1b6d77e commit f0d9bcd
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
19 changes: 19 additions & 0 deletions modules/rules_uv/0.4.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"rules_uv"

module(
name = "rules_uv",
version = "0.4.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")

# required for venv
bazel_dep(name = "rules_python", version = "0.31.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.4.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.4.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-Td8y++vQum8Am/UIhhvTaHQQvazS+gipZ77zF5K2wAs=",
"strip_prefix": "rules_uv-0.4.0",
"url": "https://github.com/theoremlp/rules_uv/releases/download/v0.4.0/rules_uv-0.4.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 @@ -18,7 +18,8 @@
"versions": [
"0.1.0",
"0.2.0",
"0.3.0"
"0.3.0",
"0.4.0"
],
"yanked_versions": {}
}

0 comments on commit f0d9bcd

Please sign in to comment.