Skip to content

Commit

Permalink
Add sqids_bazel@0.1.0 (#1233)
Browse files Browse the repository at this point in the history
* Add sqids_bazel@0.1.0

* fix: add missing dependency

* add maintainer
  • Loading branch information
mgred committed Dec 25, 2023
1 parent 2abf7ac commit c94e80c
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/sqids_bazel/0.1.0/MODULE.bazel
@@ -0,0 +1,8 @@
module(
name = "sqids_bazel",
version = "0.1.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.39.0")
18 changes: 18 additions & 0 deletions modules/sqids_bazel/0.1.0/patches/module_dot_bazel.patch
@@ -0,0 +1,18 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,14 +1,8 @@
module(
name = "sqids_bazel",
- version = "0.0.0",
+ version = "0.1.0",
compatibility_level = 1,
)

-bazel_dep(
- name = "buildifier_prebuilt",
- version = "6.4.0",
- dev_dependency = True,
-)
-
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.39.0")
14 changes: 14 additions & 0 deletions modules/sqids_bazel/0.1.0/presubmit.yml
@@ -0,0 +1,14 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@sqids_bazel//:defs.bzl'
- '@sqids_bazel//:deps.bzl'
9 changes: 9 additions & 0 deletions modules/sqids_bazel/0.1.0/source.json
@@ -0,0 +1,9 @@
{
"url": "https://github.com/sqids/sqids-bazel/releases/download/v0.1.0/sqids-bazel-v0.1.0.tar.gz",
"integrity": "sha256-yNaVca5z6tIwo4csnlORr7ZDWlqaI6pKZbpaOtsvAAA=",
"strip_prefix": "sqids-bazel-0.1.0",
"patches": {
"module_dot_bazel.patch": "sha256-y8SL8YfrDvg/0DlX71LROdq3a0rTgcbQWjE0Dc7cB9I="
},
"patch_strip": 0
}
17 changes: 17 additions & 0 deletions modules/sqids_bazel/metadata.json
@@ -0,0 +1,17 @@
{
"homepage": "https://sqids.org/bazel",
"maintainers": [
{
"email": "dev@mgred.dev",
"github": "mgred",
"name": "Marc Redemske"
}
],
"repository": [
"github:sqids/sqids-bazel"
],
"versions": [
"0.1.0"
],
"yanked_versions": {}
}

0 comments on commit c94e80c

Please sign in to comment.