Skip to content

Commit

Permalink
Publish theoremlp/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed Jul 9, 2024
1 parent 0562fda commit 46e57ab
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.18.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.18.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.18.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.18.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-dvRZUesm6v9sIVaGRPWrbqaTk+q9Sen7KYr0mFg0AhU=",
"strip_prefix": "rules_uv-0.18.0",
"url": "https://github.com/theoremlp/rules_uv/releases/download/v0.18.0/rules_uv-0.18.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 @@ -33,7 +33,8 @@
"0.14.0",
"0.15.0",
"0.16.0",
"0.17.0"
"0.17.0",
"0.18.0"
],
"yanked_versions": {}
}

0 comments on commit 46e57ab

Please sign in to comment.