Searched refs:system_python (Results 1 – 15 of 15) sorted by relevance
66 load("//bazel:system_python.bzl", "system_python")67 system_python(68 name = "system_python",72 load("@system_python//:register.bzl", "register_system_python")75 load("@system_python//:pip.bzl", "pip_parse")
24 load("@upb//bazel:system_python.bzl", "system_python")26 system_python(27 name = "system_python",31 load("@system_python//:pip.bzl", "pip_parse")
28 load("@com_google_protobuf//bazel:system_python.bzl", "system_python")30 system_python(31 name = "system_python",35 load("@system_python//:pip.bzl", "pip_parse")
69 load("@upb//bazel:system_python.bzl", "system_python")71 system_python(72 name = "system_python",76 load("@system_python//:pip.bzl", "pip_parse")
88 load("@com_google_protobuf//bazel:system_python.bzl", "system_python")90 system_python(91 name = "system_python",95 load("@system_python//:pip.bzl", system_pip_parse = "pip_parse")
226 # @system_python//:exists or @system_python//:supported constraints.251 # The system_python() repository rule exposes information from the version of python installed in t…254 # system_python(265 # load("@system_python//:pip.bzl", "pip_install")287 system_python = repository_rule(
68 bootstrap_impl = "system_python",69 env = {"BOOTSTRAP": "system_python"},
182 "@system_python//:none": ["@platforms//:incompatible"],183 "@system_python//:unsupported": ["@platforms//:incompatible"],
39 "//conditions:default": ["@system_python//:python_headers"],
180 * `system_python`: Use a bootstrap that requires a system Python available191 script bootstrap. If not available, the `system_python` bootstrap will be used
19 "@system_python//:supported": [],
62 "@system_python//:supported": [],
259 def system_python(self, **kwargs): member in WorkspaceFileFunctions
29 SYSTEM_PYTHON = "system_python",
167 * `--bootstrap_impl=system_python` substitutions: `%is_zipfile%`, `%python_binary%`,