Lines Matching +full:wheel +full:- +full:linux
7 # http://www.apache.org/licenses/LICENSE-2.0
30 "wheel",
31 "example_minimal_library-0.0.1-py3-none-any.whl",
37 "examples/wheel/lib/module_with_data.py",
38 "examples/wheel/lib/simple_module.py",
39 "example_minimal_library-0.0.1.dist-info/WHEEL",
40 "example_minimal_library-0.0.1.dist-info/METADATA",
41 "example_minimal_library-0.0.1.dist-info/RECORD",
50 "wheel",
51 "example_minimal_package-0.0.1-py3-none-any.whl",
57 "examples/wheel/lib/data.txt",
58 "examples/wheel/lib/module_with_data.py",
59 "examples/wheel/lib/simple_module.py",
60 "examples/wheel/main.py",
61 "example_minimal_package-0.0.1.dist-info/WHEEL",
62 "example_minimal_package-0.0.1.dist-info/METADATA",
63 "example_minimal_package-0.0.1.dist-info/RECORD",
72 "wheel",
73 "example_customized-0.0.1-py3-none-any.whl",
79 "examples/wheel/lib/data.txt",
80 "examples/wheel/lib/module_with_data.py",
81 "examples/wheel/lib/simple_module.py",
82 "examples/wheel/main.py",
83 "example_customized-0.0.1.dist-info/WHEEL",
84 "example_customized-0.0.1.dist-info/METADATA",
85 "example_customized-0.0.1.dist-info/entry_points.txt",
86 "example_customized-0.0.1.dist-info/NOTICE",
87 "example_customized-0.0.1.dist-info/README",
88 "example_customized-0.0.1.dist-info/RECORD",
91 record_contents = zf.read("example_customized-0.0.1.dist-info/RECORD")
92 wheel_contents = zf.read("example_customized-0.0.1.dist-info/WHEEL")
93 metadata_contents = zf.read("example_customized-0.0.1.dist-info/METADATA")
95 "example_customized-0.0.1.dist-info/entry_points.txt"
102 example_customized-0.0.1.dist-info/METADATA,sha256=QYQcDJFQSIqan8eiXqL67bqsUfgEAwf2hoK_Lgi1S-0,559
103 example_customized-0.0.1.dist-info/NOTICE,sha256=Xpdw-FXET1IRgZ_wTkx1YQfo1-alET0FVf6V1LXO4js,76
104 example_customized-0.0.1.dist-info/README,sha256=WmOFwZ3Jga1bHG3JiGRsUheb4UbLffUxyTdHczS27-o,40
105 example_customized-0.0.1.dist-info/RECORD,,
106 example_customized-0.0.1.dist-info/WHEEL,sha256=sobxWSyDDkdg_rinUth-jxhXHqoNqlmNMJY3aTZn2Us,91
107 example_customized-0.0.1.dist-info/entry_points.txt,sha256=pqzpbQ8MMorrJ3Jp0ntmpZcuvfByyqzMXXi2Uuju…
108 examples/wheel/lib/data.txt,sha256=9vJKEdfLu8bZRArKLroPZJh1XKkK3qFMXiM79MBL2Sg,12
109 examples/wheel/lib/module_with_data.py,sha256=8s0Khhcqz3yVsBKv2IB5u4l4TMKh7-c_V6p65WVHPms,637
110 examples/wheel/lib/simple_module.py,sha256=z2hwciab_XPNIBNH8B1Q5fYgnJvQTeYf0ZQJpY8yLLY,637
111 examples/wheel/main.py,sha256=sgg5iWN_9inYBjm6_Zw27hYdmo-l24fA-2rfphT-IlY,909
117 Wheel-Version: 1.0
118 Generator: bazel-wheelmaker 1.0
119 Root-Is-Purelib: true
120 Tag: py3-none-any
126 Metadata-Version: 2.1
128 Author: Example Author with non-ascii characters: \xc5\xbc\xc3\xb3\xc5\x82w
129 Author-email: example@example.com
130 Home-page: www.example.com
132 Description-Content-Type: text/markdown
133 Summary: A one-line summary of this test package
134 Project-URL: Bug Tracker, www.example.com/issues
135 Project-URL: Documentation, www.example.com/docs
138 Requires-Dist: pytest
141 This is a sample description of a wheel.
149 customized_wheel = examples.wheel.main:main
161 "wheel",
162 "file_name_escaping-0.0.1_r7-py3-none-any.whl",
168 "examples/wheel/lib/data.txt",
169 "examples/wheel/lib/module_with_data.py",
170 "examples/wheel/lib/simple_module.py",
171 "examples/wheel/main.py",
173 # Alas setuptools also escapes in the dist-info directory
175 "file_name_escaping-0.0.1_r7.dist-info/WHEEL",
176 "file_name_escaping-0.0.1_r7.dist-info/METADATA",
177 "file_name_escaping-0.0.1_r7.dist-info/RECORD",
181 "file_name_escaping-0.0.1_r7.dist-info/METADATA"
186 Metadata-Version: 2.1
187 Name: file~~name-escaping
188 Version: 0.0.1-r7
199 "wheel",
200 "examples_custom_package_root-0.0.1-py3-none-any.whl",
207 "wheel/lib/data.txt",
208 "wheel/lib/module_with_data.py",
209 "wheel/lib/simple_module.py",
210 "wheel/main.py",
211 "examples_custom_package_root-0.0.1.dist-info/WHEEL",
212 "examples_custom_package_root-0.0.1.dist-info/METADATA",
213 "examples_custom_package_root-0.0.1.dist-info/entry_points.txt",
214 "examples_custom_package_root-0.0.1.dist-info/RECORD",
219 "examples_custom_package_root-0.0.1.dist-info/RECORD"
220 ).decode("utf-8")
231 "wheel",
232 "example_custom_package_root_multi_prefix-0.0.1-py3-none-any.whl",
243 "example_custom_package_root_multi_prefix-0.0.1.dist-info/WHEEL",
244 "example_custom_package_root_multi_prefix-0.0.1.dist-info/METADATA",
245 "example_custom_package_root_multi_prefix-0.0.1.dist-info/RECORD",
250 "example_custom_package_root_multi_prefix-0.0.1.dist-info/RECORD"
251 ).decode("utf-8")
262 "wheel",
263 "example_custom_package_root_multi_prefix_reverse_order-0.0.1-py3-none-any.whl",
274 "example_custom_package_root_multi_prefix_reverse_order-0.0.1.dist-info/WHEEL",
275 … "example_custom_package_root_multi_prefix_reverse_order-0.0.1.dist-info/METADATA",
276 "example_custom_package_root_multi_prefix_reverse_order-0.0.1.dist-info/RECORD",
281 "example_custom_package_root_multi_prefix_reverse_order-0.0.1.dist-info/RECORD"
282 ).decode("utf-8")
293 "wheel",
294 "example_python_requires_in_a_package-0.0.1-py3-none-any.whl",
298 "example_python_requires_in_a_package-0.0.1.dist-info/METADATA"
304 Metadata-Version: 2.1
306 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
316 arch = subprocess.check_output(["uname", "-m"]).strip().decode()
319 "Linux": "manylinux2014",
328 "wheel",
329 f"example_python_abi3_binary_wheel-0.0.1-cp38-abi3-{os_string}_{arch}.whl",
333 "example_python_abi3_binary_wheel-0.0.1.dist-info/METADATA"
339 Metadata-Version: 2.1
341 Requires-Python: >=3.8
348 "example_python_abi3_binary_wheel-0.0.1.dist-info/WHEEL"
353 Wheel-Version: 1.0
354 Generator: bazel-wheelmaker 1.0
355 Root-Is-Purelib: false
356 Tag: cp38-abi3-{os_string}_{arch}
365 "wheel",
366 "use_rule_with_dir_in_outs-0.0.1-py3-none-any.whl",
373 "examples/wheel/main.py",
374 "examples/wheel/someDir/foo.py",
375 "use_rule_with_dir_in_outs-0.0.1.dist-info/WHEEL",
376 "use_rule_with_dir_in_outs-0.0.1.dist-info/METADATA",
377 "use_rule_with_dir_in_outs-0.0.1.dist-info/RECORD",
386 "wheel",
387 "example_minimal_library_BUILD_USER_-0.1._BUILD_TIMESTAMP_-py3-none-any.whl",
404 version = line.decode().split()[-1]
406 name = line.decode().split()[-1]