Searched full:pip_repository (Results 1 – 25 of 38) sorted by relevance
12
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/ |
D | rules_python.patch | 1 diff --git a/python/pip_install/pip_repository.bzl b/python/pip_install/pip_repository.bzl 3 --- a/python/pip_install/pip_repository.bzl 4 +++ b/python/pip_install/pip_repository.bzl
|
/aosp_15_r20/external/bazelbuild-rules_python/python/pip_install/ |
H A D | pip_repository.bzl | 19 load("//python/private/pypi:pip_repository.bzl", _pip_repository = "pip_repository") 24 pip_repository = _pip_repository
|
H A D | BUILD.bazel | 23 srcs = ["pip_repository.bzl"],
|
/aosp_15_r20/external/bazelbuild-rules_python/python/ |
H A D | pip.bzl | 26 load("//python/private/pypi:pip_repository.bzl", "pip_repository") 32 pip_parse = pip_repository
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/manifest/ |
H A D | manifest.go | 148 // PipRepository contains the information for pip_parse or pip_repository 150 PipRepository *PipRepository `yaml:"pip_repository,omitempty"` 154 // The name of the pip_parse or pip_repository target.
|
/aosp_15_r20/external/bazelbuild-rules_python/examples/pip_parse_vendored/ |
H A D | requirements.bzl | 7 load("@rules_python//python/pip_install:pip_repository.bzl", "group_library", "whl_library") 82 `whl_library` calls. See pip_repository.bzl for details.
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/ |
H A D | multi_pip_parse.bzl | 18 load(":pip_repository.bzl", pip_parse = "pip_repository")
|
H A D | attrs.bzl | 15 "common attributes for whl_library and pip_repository" 178 use this attribute to specify its BUILD target. This allows pip_repository to invoke
|
H A D | pip_repository.bzl | 141 … 'load("@rules_python//python/pip_install:pip_repository.bzl", "group_library", "whl_library")', 222 pip_repository = repository_rule(
|
H A D | whl_library.bzl | 96 … """Helper function to parse common attributes of pip_repository and whl_library repository rules. 457 Instantiated from pip_repository and inherits config options from there.""",
|
H A D | labels.bzl | 15 """Constants used by parts of pip_repository for naming libraries and wheels."""
|
H A D | requirements.bzl.tmpl.workspace | 43 `whl_library` calls. See pip_repository.bzl for details.
|
H A D | package_annotation.bzl | 24 …"""Annotations to apply to the BUILD file content from package generated from a `pip_repository` r…
|
H A D | flags.bzl | 15 """Values and helpers for pip_repository related flags.
|
H A D | pip_repository_attrs.bzl | 46 'requirements' no resolve will take place and pip_repository will create
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/directive_python_label_convention/test1_unset/ |
H A D | gazelle_python.yaml | 5 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/directive_python_label_convention/test2_custom_prefix_colon/ |
H A D | gazelle_python.yaml | 5 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/directive_python_label_normalization/test4_unset_defaults_to_snake_case/ |
H A D | gazelle_python.yaml | 5 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/directive_python_label_normalization/test1_type_none/ |
H A D | gazelle_python.yaml | 5 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/directive_python_label_normalization/test2_type_pep503/ |
H A D | gazelle_python.yaml | 5 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/directive_python_label_normalization/test3_type_snake_case/ |
H A D | gazelle_python.yaml | 5 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/examples/pip_repository_annotations/ |
H A D | requirements.in | 2 # `pip_repository` rules.
|
/aosp_15_r20/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/ |
H A D | gazelle_python.yaml | 34 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/examples/build_file_generation/ |
H A D | gazelle_python.yaml | 35 pip_repository:
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/monorepo/three/ |
H A D | gazelle_python.yaml | 18 pip_repository:
|
12