• Home
  • Raw
  • Download

Lines Matching full:different

35     This creates the JSON files used to modify the creation of different wheels.
46 Found same whl_name '{}' in the same hub '{}', please use a different hub_name.""".format(
57 # to create the different JSON files.
132 # Create a new wheel library for each of the different whls
166 different pip hub repositories based on the "hub_name". Each of the
191 Two different pip.parse statements exist in MODULE.bazel provide the hub_name "pip".
192 These definitions create two different pip spoke repositories that are
199 Two different repositories are created for the two spokes:
204 The different spoke names are a combination of the hub_name and the Python version.
208 We also need repositories for the wheels that the different pip spokes contain.
209 For each Python version a different wheel repository is created. In our example
211 then create two different wheel repositories that are named the following.
223 This repository contains alias statements for the different wheel components (pkg, data, etc).
228 hubs pointing to various different pip spokes.
250 # Used to track all the different pip hubs and the spoke pip Python
254 # Keeps track of all the hub's whl repos across the different versions.
263 # We cannot have two hubs with the same name in different
304 # Create the alias repositories which contains different select
305 # statements These select statements point to the different pip
333 Within a module, the same `hub_name` can be specified to group different Python
340 means if different programs need different versions of some library, separate
342 Targets from different hubs should not be used together.
410 pip.parse. If you have different pip hubs you can use a different name,
413 You cannot have the same `hub_name` in different modules. You can reuse the same
414 name in the same module for different wheels that you put in the same hub, but you
441 can be made to configure different Python versions, and will be grouped by
443 to automatically resolve to different, Python version-specific, libraries.
467 create different modifications based on the type of attribute. Previously to bzlmod these