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 Nov 8, 2024
1 parent 65f1e48 commit 5269024
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
17 changes: 17 additions & 0 deletions modules/rules_uv/0.38.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"rules_uv"

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

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_multitool", version = "0.4.0")
bazel_dep(name = "rules_python", version = "0.34.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.38.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.38.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-THhP1n3QZkgY36nr1HlGyAODhfSRaTBTFZKJtqu8QyA=",
"strip_prefix": "rules_uv-0.38.0",
"url": "https://github.com/theoremlp/rules_uv/releases/download/v0.38.0/rules_uv-0.38.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 @@ -51,7 +51,8 @@
"0.33.0",
"0.34.0",
"0.35.0",
"0.37.0"
"0.37.0",
"0.38.0"
],
"yanked_versions": {}
}

0 comments on commit 5269024

Please sign in to comment.