Skip to content

Commit

Permalink
rules_uv@0.5.0 (#1974)
Browse files Browse the repository at this point in the history
Release: https://github.com/theoremlp/rules_uv/releases/tag/v0.5.0

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Mark Elliot <123787712+mark-thm@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] and mark-thm committed May 7, 2024
1 parent a9afe7b commit 1c0503a
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.5.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.5.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.5.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.5.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-FSQe5AISXX/RcJsCugM2u7X5vxVZI1KWDcJX+CKRCQY=",
"strip_prefix": "rules_uv-0.5.0",
"url": "https://github.com/theoremlp/rules_uv/releases/download/v0.5.0/rules_uv-0.5.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 @@ -19,7 +19,8 @@
"0.1.0",
"0.2.0",
"0.3.0",
"0.4.0"
"0.4.0",
"0.5.0"
],
"yanked_versions": {}
}

0 comments on commit 1c0503a

Please sign in to comment.