Home
last modified time | relevance | path

Searched refs:bdist_wheel (Results 1 - 6 of 6) sorted by relevance

/third_party/PyYAML/
H A Dsetup.py91 from wheel.bdist_wheel import bdist_wheel namespace
93 bdist_wheel = None variable
282 if bdist_wheel:
283 cmdclass['bdist_wheel'] = bdist_wheel
/third_party/protobuf/python/
H A Drelease.sh95 python setup.py clean build bdist_wheel
119 python setup.py clean build bdist_wheel
/third_party/protobuf/kokoro/release/python/linux/
H A Dconfig.sh27 # Builds wheel with bdist_wheel, puts into wheelhouse
29 # It may sometimes be useful to use bdist_wheel for the wheel building
31 # fixed with bdist_wheel:
38 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/protobuf/kokoro/release/python/macos/
H A Dconfig.sh44 # Builds wheel with bdist_wheel, puts into wheelhouse
46 # It may sometimes be useful to use bdist_wheel for the wheel building
48 # fixed with bdist_wheel:
55 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/protobuf/python/release/wheel/
H A Dprotobuf_optimized_pip.sh18 $PYTHON_BIN setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat69 python setup.py bdist_wheel --cpp_implementation --compile_static_extension

Completed in 2 milliseconds