Skip to content

Commit

Permalink
Publish fmeum/googleapis-rules-registry@v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Feb 13, 2025
1 parent 532c097 commit 4852465
Show file tree
Hide file tree
Showing 28 changed files with 294 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/googleapis-cc/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "googleapis-cc",
version = "1.0.0",
)

bazel_dep(name = "googleapis-rules-registry", version = "1.0.0")
bazel_dep(name = "protobuf", version = "27.0")

rules_registry = use_extension("@googleapis-rules-registry//private/extensions:rules_registry.bzl", "rules_registry")
rules_registry.register(
name = "cc_proto_library",
file = "@protobuf//bazel:cc_proto_library.bzl",
)
9 changes: 9 additions & 0 deletions modules/googleapis-cc/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-cc/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-cc",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-cc/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}
13 changes: 13 additions & 0 deletions modules/googleapis-go/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "googleapis-go",
version = "1.0.0",
)

bazel_dep(name = "googleapis-rules-registry", version = "1.0.0")
bazel_dep(name = "rules_go", version = "0.50.1")

rules_registry = use_extension("@googleapis-rules-registry//private/extensions:rules_registry.bzl", "rules_registry")
rules_registry.register(
name = "go_proto_library",
file = "@rules_go//proto:def.bzl",
)
9 changes: 9 additions & 0 deletions modules/googleapis-go/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-go/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-go",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-go/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}
14 changes: 14 additions & 0 deletions modules/googleapis-grpc-cc/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module(
name = "googleapis-grpc-cc",
version = "1.0.0",
)

bazel_dep(name = "googleapis-rules-registry", version = "1.0.0")
bazel_dep(name = "googleapis-cc", version = "1.0.0")
bazel_dep(name = "grpc", version = "1.69.0")

rules_registry = use_extension("@googleapis-rules-registry//private/extensions:rules_registry.bzl", "rules_registry")
rules_registry.register(
name = "cc_grpc_library",
file = "@grpc//bazel:cc_grpc_library.bzl",
)
9 changes: 9 additions & 0 deletions modules/googleapis-grpc-cc/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-grpc-cc/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-grpc-cc",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-grpc-cc/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}
14 changes: 14 additions & 0 deletions modules/googleapis-grpc-java/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module(
name = "googleapis-grpc-java",
version = "1.0.0",
)

bazel_dep(name = "googleapis-rules-registry", version = "1.0.0")
bazel_dep(name = "googleapis-java", version = "1.0.0")
bazel_dep(name = "grpc-java", version = "1.66.0")

rules_registry = use_extension("@googleapis-rules-registry//private/extensions:rules_registry.bzl", "rules_registry")
rules_registry.register(
name = "java_grpc_library",
file = "@grpc-java//:java_grpc_library.bzl",
)
9 changes: 9 additions & 0 deletions modules/googleapis-grpc-java/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-grpc-java/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-grpc-java",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-grpc-java/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}
13 changes: 13 additions & 0 deletions modules/googleapis-java/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "googleapis-java",
version = "1.0.0",
)

bazel_dep(name = "googleapis-rules-registry", version = "1.0.0")
bazel_dep(name = "protobuf", version = "27.0")

rules_registry = use_extension("@googleapis-rules-registry//private/extensions:rules_registry.bzl", "rules_registry")
rules_registry.register(
name = "java_proto_library",
file = "@protobuf//bazel:java_proto_library.bzl",
)
9 changes: 9 additions & 0 deletions modules/googleapis-java/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-java/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-java",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-java/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}
13 changes: 13 additions & 0 deletions modules/googleapis-python/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "googleapis-python",
version = "1.0.0",
)

bazel_dep(name = "googleapis-rules-registry", version = "1.0.0")
bazel_dep(name = "protobuf", version = "27.0")

rules_registry = use_extension("@googleapis-rules-registry//private/extensions:rules_registry.bzl", "rules_registry")
rules_registry.register(
name = "py_proto_library",
file = "@protobuf//bazel:py_proto_library.bzl",
)
9 changes: 9 additions & 0 deletions modules/googleapis-python/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-python/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-python",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-python/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}
4 changes: 4 additions & 0 deletions modules/googleapis-rules-registry/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module(
name = "googleapis-rules-registry",
version = "1.0.0",
)
9 changes: 9 additions & 0 deletions modules/googleapis-rules-registry/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/googleapis-rules-registry/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-r3sJhxbaJDSFqR4eZ5ssfI7ii7ORtzTdyxrc5amS6b4=",
"strip_prefix": "googleapis-rules-registry",
"url": "https://github.com/fmeum/googleapis-rules-registry/releases/download/v1.0.0/googleapis-rules-registry-v1.0.0.tar.gz"
}
16 changes: 16 additions & 0 deletions modules/googleapis-rules-registry/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/fmeum/googleapis-rules-registry",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:fmeum/googleapis-rules-registry"
],
"versions": [
"1.0.0"
],
"yanked_versions": {}
}

0 comments on commit 4852465

Please sign in to comment.