Lines Matching full:wheel
17 load("//examples/wheel/private:wheel_utils.bzl", "directory_writer", "make_variable_tags")
33 "//examples/wheel/lib:simple_module",
34 "//examples/wheel/lib:module_with_data",
35 # Example dependency which is not packaged in the wheel
68 "//examples/wheel/lib:module_with_data",
69 "//examples/wheel/lib:simple_module",
88 toolchains = ["//examples/wheel:make_variable_tags"],
91 "//examples/wheel/lib:module_with_data",
92 "//examples/wheel/lib:simple_module",
110 "//examples/wheel/lib:module_with_data",
111 "//examples/wheel/lib:simple_module",
120 packages = ["examples.wheel"],
126 packages = ["examples.wheel"],
149 "customized_wheel": "examples.wheel.main:main",
162 "//examples/wheel:NOTICE": "NOTICE",
164 "//examples/wheel:README.md": "README",
173 # Requirements embedded into the wheel metadata.
180 # An example of how to change the wheel package root directory using 'strip_path_prefixes'.
204 "examples/wheel/lib",
205 "examples/wheel",
219 "examples/wheel",
220 "examples/wheel/lib", # this is not effective, because the first prefix takes priority
301 wheel; python_version == "3.11" or python_version == "3.12" # Example comment
329 "//examples/wheel:NOTICE": "scripts/NOTICE",
342 'wheel; python_version == "3.11" or python_version == "3.12" ',
381 # Test wheel publishing