cloud: add multirun for cloud image push
This change adds multirun as dependency to allow us to push
multiple images with one bazel target.
Change-Id: Ie151286be6c2c254d4e87657787bb76a57faa129
Reviewed-on: https://review.monogon.dev/c/monogon/+/3204
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index c27027e..10a0118 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -1,6 +1,6 @@
{
"lockFileVersion": 3,
- "moduleFileHash": "5520dcc881e1d0806d0d5486dd2882f5edd4de167ab357e341d34506940b5f36",
+ "moduleFileHash": "302a5e770d91c24c919fe295fe9853f93c7a350295c37fd77cc057ebf3f89973",
"flags": {
"cmdRegistries": [
"https://bcr.bazel.build/"
@@ -30,7 +30,7 @@
"usingModule": "<root>",
"location": {
"file": "@@//:MODULE.bazel",
- "line": 23,
+ "line": 24,
"column": 20
},
"imports": {
@@ -52,7 +52,7 @@
"devDependency": false,
"location": {
"file": "@@//:MODULE.bazel",
- "line": 26,
+ "line": 27,
"column": 9
}
}
@@ -67,6 +67,7 @@
"rules_pkg": "rules_pkg@0.10.1",
"rules_oci": "rules_oci@1.7.6",
"aspect_bazel_lib": "aspect_bazel_lib@2.7.8",
+ "rules_multirun": "rules_multirun@0.9.0",
"bazel_tools": "bazel_tools@_",
"local_config_platform": "local_config_platform@_"
}
@@ -166,7 +167,7 @@
"extensionUsages": [],
"deps": {
"rules_license": "rules_license@0.0.7",
- "rules_python": "rules_python@0.24.0",
+ "rules_python": "rules_python@0.27.1",
"bazel_skylib": "bazel_skylib@1.7.1",
"bazel_tools": "bazel_tools@_",
"local_config_platform": "local_config_platform@_"
@@ -414,6 +415,37 @@
}
}
},
+ "rules_multirun@0.9.0": {
+ "name": "rules_multirun",
+ "version": "0.9.0",
+ "key": "rules_multirun@0.9.0",
+ "repoName": "rules_multirun",
+ "executionPlatformsToRegister": [],
+ "toolchainsToRegister": [],
+ "extensionUsages": [],
+ "deps": {
+ "bazel_skylib": "bazel_skylib@1.7.1",
+ "rules_python": "rules_python@0.27.1",
+ "bazel_tools": "bazel_tools@_",
+ "local_config_platform": "local_config_platform@_"
+ },
+ "repoSpec": {
+ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_multirun~0.9.0",
+ "urls": [
+ "https://github.com/keith/rules_multirun/releases/download/0.9.0/rules_multirun.0.9.0.tar.gz"
+ ],
+ "integrity": "sha256-DhJFZ/qFKHh07/M6eRw7vcxTQzKaVvqoKO9iQ4DUYHw=",
+ "strip_prefix": "",
+ "remote_patches": {
+ "https://bcr.bazel.build/modules/rules_multirun/0.9.0/patches/module_dot_bazel_version.patch": "sha256-TXZTom3++VxDkbxlgEc85OI7tV6p0Lcr246yGlzsrPQ="
+ },
+ "remote_patch_strip": 1
+ }
+ }
+ },
"bazel_tools@_": {
"name": "bazel_tools",
"version": "",
@@ -540,7 +572,7 @@
"rules_java": "rules_java@7.1.0",
"rules_license": "rules_license@0.0.7",
"rules_proto": "rules_proto@5.3.0-21.7",
- "rules_python": "rules_python@0.24.0",
+ "rules_python": "rules_python@0.27.1",
"platforms": "platforms@0.0.10",
"com_google_protobuf": "protobuf@21.7",
"zlib": "zlib@1.3",
@@ -588,10 +620,10 @@
}
}
},
- "rules_python@0.24.0": {
+ "rules_python@0.27.1": {
"name": "rules_python",
- "version": "0.24.0",
- "key": "rules_python@0.24.0",
+ "version": "0.27.1",
+ "key": "rules_python@0.27.1",
"repoName": "rules_python",
"executionPlatformsToRegister": [],
"toolchainsToRegister": [
@@ -599,15 +631,16 @@
],
"extensionUsages": [
{
- "extensionBzlFile": "@rules_python//python/extensions/private:internal_deps.bzl",
+ "extensionBzlFile": "@rules_python//python/private/bzlmod:internal_deps.bzl",
"extensionName": "internal_deps",
- "usingModule": "rules_python@0.24.0",
+ "usingModule": "rules_python@0.27.1",
"location": {
- "file": "https://bcr.bazel.build/modules/rules_python/0.24.0/MODULE.bazel",
- "line": 14,
+ "file": "https://bcr.bazel.build/modules/rules_python/0.27.1/MODULE.bazel",
+ "line": 17,
"column": 30
},
"imports": {
+ "rules_python_internal": "rules_python_internal",
"pypi__build": "pypi__build",
"pypi__click": "pypi__click",
"pypi__colorama": "pypi__colorama",
@@ -618,6 +651,7 @@
"pypi__pep517": "pypi__pep517",
"pypi__pip": "pypi__pip",
"pypi__pip_tools": "pypi__pip_tools",
+ "pypi__pyproject_hooks": "pypi__pyproject_hooks",
"pypi__setuptools": "pypi__setuptools",
"pypi__tomli": "pypi__tomli",
"pypi__wheel": "pypi__wheel",
@@ -630,8 +664,8 @@
"attributeValues": {},
"devDependency": false,
"location": {
- "file": "https://bcr.bazel.build/modules/rules_python/0.24.0/MODULE.bazel",
- "line": 15,
+ "file": "https://bcr.bazel.build/modules/rules_python/0.27.1/MODULE.bazel",
+ "line": 18,
"column": 22
}
}
@@ -642,10 +676,10 @@
{
"extensionBzlFile": "@rules_python//python/extensions:python.bzl",
"extensionName": "python",
- "usingModule": "rules_python@0.24.0",
+ "usingModule": "rules_python@0.27.1",
"location": {
- "file": "https://bcr.bazel.build/modules/rules_python/0.24.0/MODULE.bazel",
- "line": 36,
+ "file": "https://bcr.bazel.build/modules/rules_python/0.27.1/MODULE.bazel",
+ "line": 43,
"column": 23
},
"imports": {
@@ -661,8 +695,8 @@
},
"devDependency": false,
"location": {
- "file": "https://bcr.bazel.build/modules/rules_python/0.24.0/MODULE.bazel",
- "line": 42,
+ "file": "https://bcr.bazel.build/modules/rules_python/0.27.1/MODULE.bazel",
+ "line": 49,
"column": 17
}
}
@@ -672,8 +706,9 @@
}
],
"deps": {
- "platforms": "platforms@0.0.10",
+ "bazel_features": "bazel_features@1.1.1",
"bazel_skylib": "bazel_skylib@1.7.1",
+ "platforms": "platforms@0.0.10",
"rules_proto": "rules_proto@5.3.0-21.7",
"com_google_protobuf": "protobuf@21.7",
"bazel_tools": "bazel_tools@_",
@@ -683,16 +718,16 @@
"bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_python~0.24.0",
+ "name": "rules_python~0.27.1",
"urls": [
- "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz"
+ "https://github.com/bazelbuild/rules_python/releases/download/0.27.1/rules_python-0.27.1.tar.gz"
],
- "integrity": "sha256-CoADsEQpTXhArH2dc+7wXWzraC11FngaTsYu6zRwJXg=",
- "strip_prefix": "rules_python-0.24.0",
+ "integrity": "sha256-6FrjDeM2JaY+yn/ECpT+qEXmQYiOUvMra+6pHosbJ5M=",
+ "strip_prefix": "rules_python-0.27.1",
"remote_patches": {
- "https://bcr.bazel.build/modules/rules_python/0.24.0/patches/module_dot_bazel_version.patch": "sha256-cz8Rx8aNLvYvSpiVWk8umcsBy6jAAC0YwU42zj1cNlU="
+ "https://bcr.bazel.build/modules/rules_python/0.27.1/patches/module_dot_bazel_version.patch": "sha256-Ier7Gb4zhbS273tClCov24gNYdheo4FdegZwaHBrQy0="
},
- "remote_patch_strip": 0
+ "remote_patch_strip": 1
}
}
},
@@ -1011,7 +1046,7 @@
],
"deps": {
"bazel_skylib": "bazel_skylib@1.7.1",
- "rules_python": "rules_python@0.24.0",
+ "rules_python": "rules_python@0.27.1",
"rules_cc": "rules_cc@0.0.9",
"rules_proto": "rules_proto@5.3.0-21.7",
"rules_java": "rules_java@7.1.0",
@@ -1126,6 +1161,54 @@
}
}
},
+ "bazel_features@1.1.1": {
+ "name": "bazel_features",
+ "version": "1.1.1",
+ "key": "bazel_features@1.1.1",
+ "repoName": "bazel_features",
+ "executionPlatformsToRegister": [],
+ "toolchainsToRegister": [],
+ "extensionUsages": [
+ {
+ "extensionBzlFile": "@bazel_features//private:extensions.bzl",
+ "extensionName": "version_extension",
+ "usingModule": "bazel_features@1.1.1",
+ "location": {
+ "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel",
+ "line": 6,
+ "column": 24
+ },
+ "imports": {
+ "bazel_features_globals": "bazel_features_globals",
+ "bazel_features_version": "bazel_features_version"
+ },
+ "devImports": [],
+ "tags": [],
+ "hasDevUseExtension": false,
+ "hasNonDevUseExtension": true
+ }
+ ],
+ "deps": {
+ "bazel_tools": "bazel_tools@_",
+ "local_config_platform": "local_config_platform@_"
+ },
+ "repoSpec": {
+ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "bazel_features~1.1.1",
+ "urls": [
+ "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz"
+ ],
+ "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=",
+ "strip_prefix": "bazel_features-1.1.1",
+ "remote_patches": {
+ "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs="
+ },
+ "remote_patch_strip": 1
+ }
+ }
+ },
"abseil-cpp@20211102.0": {
"name": "abseil-cpp",
"version": "20211102.0",
@@ -2918,33 +3001,61 @@
}
}
},
- "@@rules_python~0.24.0//python/extensions:python.bzl%python": {
+ "@@rules_python~0.27.1//python/extensions:python.bzl%python": {
"general": {
- "bzlTransitiveDigest": "qNIR0YjaOInLoGGFOtTx8ReSl0iUuDcYmbVsgy6t1g0=",
+ "bzlTransitiveDigest": "sBUIrhzhZtq8rynvWnwm1dcZK05YfGluNUI/gOjLs2A=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
+ "python_3_11_s390x-unknown-linux-gnu": {
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
+ "ruleClassName": "python_repository",
+ "attributes": {
+ "name": "rules_python~0.27.1~python~python_3_11_s390x-unknown-linux-gnu",
+ "sha256": "f9f19823dba3209cedc4647b00f46ed0177242917db20fb7fb539970e384531c",
+ "patches": [],
+ "platform": "s390x-unknown-linux-gnu",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-s390x-unknown-linux-gnu-install_only.tar.gz",
+ "urls": [
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-s390x-unknown-linux-gnu-install_only.tar.gz"
+ ],
+ "distutils_content": "",
+ "strip_prefix": "python",
+ "coverage_tool": "",
+ "ignore_root_user_error": false
+ }
+ },
"python_3_11": {
- "bzlFile": "@@rules_python~0.24.0//python/private:toolchains_repo.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python/private:toolchains_repo.bzl",
"ruleClassName": "toolchain_aliases",
"attributes": {
- "name": "rules_python~0.24.0~python~python_3_11",
- "python_version": "3.11.1",
- "user_repository_name": "python_3_11"
+ "name": "rules_python~0.27.1~python~python_3_11",
+ "python_version": "3.11.6",
+ "user_repository_name": "python_3_11",
+ "platforms": [
+ "aarch64-apple-darwin",
+ "aarch64-unknown-linux-gnu",
+ "ppc64le-unknown-linux-gnu",
+ "s390x-unknown-linux-gnu",
+ "x86_64-apple-darwin",
+ "x86_64-pc-windows-msvc",
+ "x86_64-unknown-linux-gnu"
+ ]
}
},
"python_3_11_aarch64-unknown-linux-gnu": {
- "bzlFile": "@@rules_python~0.24.0//python:repositories.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
"ruleClassName": "python_repository",
"attributes": {
- "name": "rules_python~0.24.0~python~python_3_11_aarch64-unknown-linux-gnu",
- "sha256": "debf15783bdcb5530504f533d33fda75a7b905cec5361ae8f33da5ba6599f8b4",
+ "name": "rules_python~0.27.1~python~python_3_11_aarch64-unknown-linux-gnu",
+ "sha256": "3e26a672df17708c4dc928475a5974c3fb3a34a9b45c65fb4bd1e50504cc84ec",
"patches": [],
"platform": "aarch64-unknown-linux-gnu",
- "python_version": "3.11.1",
- "release_filename": "20230116/cpython-3.11.1+20230116-aarch64-unknown-linux-gnu-install_only.tar.gz",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz",
"urls": [
- "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-aarch64-unknown-linux-gnu-install_only.tar.gz"
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz"
],
"distutils_content": "",
"strip_prefix": "python",
@@ -2953,17 +3064,36 @@
}
},
"python_3_11_aarch64-apple-darwin": {
- "bzlFile": "@@rules_python~0.24.0//python:repositories.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
"ruleClassName": "python_repository",
"attributes": {
- "name": "rules_python~0.24.0~python~python_3_11_aarch64-apple-darwin",
- "sha256": "4918cdf1cab742a90f85318f88b8122aeaa2d04705803c7b6e78e81a3dd40f80",
+ "name": "rules_python~0.27.1~python~python_3_11_aarch64-apple-darwin",
+ "sha256": "916c35125b5d8323a21526d7a9154ca626453f63d0878e95b9f613a95006c990",
"patches": [],
"platform": "aarch64-apple-darwin",
- "python_version": "3.11.1",
- "release_filename": "20230116/cpython-3.11.1+20230116-aarch64-apple-darwin-install_only.tar.gz",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-aarch64-apple-darwin-install_only.tar.gz",
"urls": [
- "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-aarch64-apple-darwin-install_only.tar.gz"
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-aarch64-apple-darwin-install_only.tar.gz"
+ ],
+ "distutils_content": "",
+ "strip_prefix": "python",
+ "coverage_tool": "",
+ "ignore_root_user_error": false
+ }
+ },
+ "python_3_11_ppc64le-unknown-linux-gnu": {
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
+ "ruleClassName": "python_repository",
+ "attributes": {
+ "name": "rules_python~0.27.1~python~python_3_11_ppc64le-unknown-linux-gnu",
+ "sha256": "7937035f690a624dba4d014ffd20c342e843dd46f89b0b0a1e5726b85deb8eaf",
+ "patches": [],
+ "platform": "ppc64le-unknown-linux-gnu",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz",
+ "urls": [
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz"
],
"distutils_content": "",
"strip_prefix": "python",
@@ -2972,17 +3102,17 @@
}
},
"python_3_11_x86_64-apple-darwin": {
- "bzlFile": "@@rules_python~0.24.0//python:repositories.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
"ruleClassName": "python_repository",
"attributes": {
- "name": "rules_python~0.24.0~python~python_3_11_x86_64-apple-darwin",
- "sha256": "20a4203d069dc9b710f70b09e7da2ce6f473d6b1110f9535fb6f4c469ed54733",
+ "name": "rules_python~0.27.1~python~python_3_11_x86_64-apple-darwin",
+ "sha256": "178cb1716c2abc25cb56ae915096c1a083e60abeba57af001996e8bc6ce1a371",
"patches": [],
"platform": "x86_64-apple-darwin",
- "python_version": "3.11.1",
- "release_filename": "20230116/cpython-3.11.1+20230116-x86_64-apple-darwin-install_only.tar.gz",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-x86_64-apple-darwin-install_only.tar.gz",
"urls": [
- "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-x86_64-apple-darwin-install_only.tar.gz"
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-apple-darwin-install_only.tar.gz"
],
"distutils_content": "",
"strip_prefix": "python",
@@ -2991,10 +3121,10 @@
}
},
"pythons_hub": {
- "bzlFile": "@@rules_python~0.24.0//python/extensions/private:pythons_hub.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python/private/bzlmod:pythons_hub.bzl",
"ruleClassName": "hub_repo",
"attributes": {
- "name": "rules_python~0.24.0~python~pythons_hub",
+ "name": "rules_python~0.27.1~python~pythons_hub",
"default_python_version": "3.11",
"toolchain_prefixes": [
"_0000_python_3_11_"
@@ -3011,27 +3141,27 @@
}
},
"python_versions": {
- "bzlFile": "@@rules_python~0.24.0//python/private:toolchains_repo.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python/private:toolchains_repo.bzl",
"ruleClassName": "multi_toolchain_aliases",
"attributes": {
- "name": "rules_python~0.24.0~python~python_versions",
+ "name": "rules_python~0.27.1~python~python_versions",
"python_versions": {
"3.11": "python_3_11"
}
}
},
"python_3_11_x86_64-pc-windows-msvc": {
- "bzlFile": "@@rules_python~0.24.0//python:repositories.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
"ruleClassName": "python_repository",
"attributes": {
- "name": "rules_python~0.24.0~python~python_3_11_x86_64-pc-windows-msvc",
- "sha256": "edc08979cb0666a597466176511529c049a6f0bba8adf70df441708f766de5bf",
+ "name": "rules_python~0.27.1~python~python_3_11_x86_64-pc-windows-msvc",
+ "sha256": "3933545e6d41462dd6a47e44133ea40995bc6efeed8c2e4cbdf1a699303e95ea",
"patches": [],
"platform": "x86_64-pc-windows-msvc",
- "python_version": "3.11.1",
- "release_filename": "20230116/cpython-3.11.1+20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
"urls": [
- "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz"
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz"
],
"distutils_content": "",
"strip_prefix": "python",
@@ -3040,17 +3170,17 @@
}
},
"python_3_11_x86_64-unknown-linux-gnu": {
- "bzlFile": "@@rules_python~0.24.0//python:repositories.bzl",
+ "bzlFile": "@@rules_python~0.27.1//python:repositories.bzl",
"ruleClassName": "python_repository",
"attributes": {
- "name": "rules_python~0.24.0~python~python_3_11_x86_64-unknown-linux-gnu",
- "sha256": "02a551fefab3750effd0e156c25446547c238688a32fabde2995c941c03a6423",
+ "name": "rules_python~0.27.1~python~python_3_11_x86_64-unknown-linux-gnu",
+ "sha256": "ee37a7eae6e80148c7e3abc56e48a397c1664f044920463ad0df0fc706eacea8",
"patches": [],
"platform": "x86_64-unknown-linux-gnu",
- "python_version": "3.11.1",
- "release_filename": "20230116/cpython-3.11.1+20230116-x86_64-unknown-linux-gnu-install_only.tar.gz",
+ "python_version": "3.11.6",
+ "release_filename": "20231002/cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz",
"urls": [
- "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-x86_64-unknown-linux-gnu-install_only.tar.gz"
+ "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz"
],
"distutils_content": "",
"strip_prefix": "python",
@@ -3060,6 +3190,187 @@
}
}
}
+ },
+ "@@rules_python~0.27.1//python/private/bzlmod:internal_deps.bzl%internal_deps": {
+ "general": {
+ "bzlTransitiveDigest": "xr7pKQvGhawsuA61pquXxuhuxlzM5QyWfF9UXfyr2Y4=",
+ "accumulatedFileDigests": {},
+ "envVariables": {},
+ "generatedRepoSpecs": {
+ "pypi__wheel": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__wheel",
+ "url": "https://files.pythonhosted.org/packages/b8/8b/31273bf66016be6ad22bb7345c37ff350276cfd46e389a0c2ac5da9d9073/wheel-0.41.2-py3-none-any.whl",
+ "sha256": "75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__click": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__click",
+ "url": "https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl",
+ "sha256": "ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__importlib_metadata": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__importlib_metadata",
+ "url": "https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl",
+ "sha256": "3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__pyproject_hooks": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__pyproject_hooks",
+ "url": "https://files.pythonhosted.org/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl",
+ "sha256": "283c11acd6b928d2f6a7c73fa0d01cb2bdc5f07c57a2eeb6e83d5e56b97976f8",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__pep517": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__pep517",
+ "url": "https://files.pythonhosted.org/packages/ee/2f/ef63e64e9429111e73d3d6cbee80591672d16f2725e648ebc52096f3d323/pep517-0.13.0-py3-none-any.whl",
+ "sha256": "4ba4446d80aed5b5eac6509ade100bff3e7943a8489de249654a5ae9b33ee35b",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__packaging": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__packaging",
+ "url": "https://files.pythonhosted.org/packages/ab/c3/57f0601a2d4fe15de7a553c00adbc901425661bf048f2a22dfc500caf121/packaging-23.1-py3-none-any.whl",
+ "sha256": "994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__pip_tools": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__pip_tools",
+ "url": "https://files.pythonhosted.org/packages/e8/df/47e6267c6b5cdae867adbdd84b437393e6202ce4322de0a5e0b92960e1d6/pip_tools-7.3.0-py3-none-any.whl",
+ "sha256": "8717693288720a8c6ebd07149c93ab0be1fced0b5191df9e9decd3263e20d85e",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__setuptools": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__setuptools",
+ "url": "https://files.pythonhosted.org/packages/4f/ab/0bcfebdfc3bfa8554b2b2c97a555569c4c1ebc74ea288741ea8326c51906/setuptools-68.1.2-py3-none-any.whl",
+ "sha256": "3d8083eed2d13afc9426f227b24fd1659489ec107c0e86cec2ffdde5c92e790b",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__zipp": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__zipp",
+ "url": "https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl",
+ "sha256": "679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__colorama": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__colorama",
+ "url": "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl",
+ "sha256": "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__build": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__build",
+ "url": "https://files.pythonhosted.org/packages/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0/build-0.10.0-py3-none-any.whl",
+ "sha256": "af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "rules_python_internal": {
+ "bzlFile": "@@rules_python~0.27.1//python/private:internal_config_repo.bzl",
+ "ruleClassName": "internal_config_repo",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~rules_python_internal"
+ }
+ },
+ "pypi__pip": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__pip",
+ "url": "https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl",
+ "sha256": "7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__installer": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__installer",
+ "url": "https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl",
+ "sha256": "05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__more_itertools": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__more_itertools",
+ "url": "https://files.pythonhosted.org/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl",
+ "sha256": "64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ },
+ "pypi__tomli": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_python~0.27.1~internal_deps~pypi__tomli",
+ "url": "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl",
+ "sha256": "939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
+ "type": "zip",
+ "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n"
+ }
+ }
+ }
+ }
}
}
}