Lines Matching +full:wheel +full:- +full:linux
7 # http://www.apache.org/licenses/LICENSE-2.0
16 load("//examples/wheel/private:wheel_utils.bzl", "directory_writer", "make_variable_tags")
29 "//examples/wheel/lib:simple_module",
30 "//examples/wheel/lib:module_with_data",
31 # Example dependency which is not packaged in the wheel
55 # Package data. We're building "example_minimal_library-0.0.1-py3-none-any.whl"
60 "//examples/wheel/lib:module_with_data",
61 "//examples/wheel/lib:simple_module",
68 # - abi, python_tag: introspect a toolchain to map to appropriate cpython tags
69 # - version: populate given this or a dependent module's version
80 toolchains = ["//examples/wheel:make_variable_tags"],
83 "//examples/wheel/lib:module_with_data",
84 "//examples/wheel/lib:simple_module",
96 # Package data. We're building "example_minimal_library-0.0.1-py3-none-any.whl"
102 "//examples/wheel/lib:module_with_data",
103 "//examples/wheel/lib:simple_module",
112 packages = ["examples.wheel"],
118 packages = ["examples.wheel"],
124 # Package data. We're building "example_minimal_package-0.0.1-py3-none-any.whl"
134 author = "Example Author with non-ascii characters: żółw",
141 "customized_wheel": "examples.wheel.main:main",
144 # Package data. We're building "example_customized-0.0.1-py3-none-any.whl"
154 "//examples/wheel:NOTICE": "NOTICE",
156 "//examples/wheel:README.md": "README",
165 # Requirements embedded into the wheel metadata.
167 summary = "A one-line summary of this test package",
172 # An example of how to change the wheel package root directory using 'strip_path_prefixes'.
175 # Package data. We're building "examples_custom_package_root-0.0.1-py3-none-any.whl"
192 # Package data. We're building "custom_custom_package_root_multi_prefix-0.0.1-py3-none-any.whl"
196 "examples/wheel/lib",
197 "examples/wheel",
207 …data. We're building "custom_custom_package_root_multi_prefix_reverse_order-0.0.1-py3-none-any.whl"
211 "examples/wheel",
212 "examples/wheel/lib", # this is not effective, because the first prefix takes priority
249 ":aarch64-apple-darwin": "macosx_11_0_arm64",
250 ":aarch64-unknown-linux-gnu": "manylinux2014_aarch64",
251 ":x86_64-apple-darwin": "macosx_11_0_x86_64", # this is typically macosx_10_9_x86_64?
252 ":x86_64-pc-windows-msvc": "win_amd64",
253 ":x86_64-unknown-linux-gnu": "manylinux2014_x86_64",
262 # Per https://www.python.org/dev/peps/pep-0427/#escaping-and-unicode
263 # runs of non-alphanumeric, non-digit symbols should be replaced with a single underscore.
264 # Unicode non-ascii letters should *not* be replaced with underscore.
265 distribution = "file~~name-escaping",
267 version = "0.0.1-r7",