Lines Matching full:pip
27 # Note: we do not supporting using multiple pip extensions, this is
46 # wheel in different pip hubs.
47 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
50 pip.whl_mods(
69 pip.whl_mods(
82 use_repo(pip, "whl_mods_hub")
84 # To fetch pip dependencies, use pip.parse. We can pass in various options,
90 pip.parse(
91 hub_name = "pip",
96 # are providing pip.parse with the label of the mod
103 pip.parse(
104 hub_name = "pip",
109 # are providing pip.parse with the label of the mod
117 # NOTE: The pip_39 repo is only used because the plain `@pip` repo doesn't
119 use_repo(pip, "pip", "pip_39")