Skip to content

Commit

Permalink
feat: add ophiuchus@0.3.7 and freeze rules_poetry at v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jul 4, 2024
1 parent 6d400ff commit 7981142
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/rules_ophiuchus/0.3.7/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "ophiuchus",
version = "0.3.7",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
use_repo(python, "python_3_11_host")

internal_deps = use_extension("@ophiuchus//python:internal_deps.bzl", "internal_deps")
use_repo(internal_deps, "ophiuchus_defs", "ophiuchus_pip", "ophiuchus_poetry_deps")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,5 +1,5 @@
module(
name = "ophiuchus",
- version = "0",
+ version = "0.3.7",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
32 changes: 32 additions & 0 deletions modules/rules_ophiuchus/0.3.7/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@ophiuchus//python/...'
- '@ophiuchus//lib/...'
bcr_test_module:
module_path: "examples/transitions"
matrix:
platform:
- debian11
- macos
- ubuntu2004
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...
9 changes: 9 additions & 0 deletions modules/rules_ophiuchus/0.3.7/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-Pt2tPjV/t5B9YgDxlfwZhkv7xd79mCdNSs9PnAW09O8=",
"strip_prefix": "ophiuchus-0.3.7",
"url": "https://github.com/oxidase/ophiuchus/releases/download/v0.3.7/ophiuchus-0.3.7.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-1pdXkvnspQCD55LvPtq807MApG8Vkw0Sv6i8tAmD7x0="
},
"patch_strip": 1
}
17 changes: 17 additions & 0 deletions modules/rules_ophiuchus/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/oxidase/ophiuchus",
"maintainers": [
{
"email": "michael.krasnyk@gmail.com",
"github": "oxidase",
"name": "Michael Krasnyk"
}
],
"repository": [
"github:oxidase/ophiuchus"
],
"versions": [
"0.3.7"
],
"yanked_versions": {}
}

0 comments on commit 7981142

Please sign in to comment.