Home
last modified time | relevance | path

Searched refs:bdist_wheel (Results 1 – 19 of 19) sorted by relevance

/third_party/PyYAML/
Dsetup.py91 from wheel.bdist_wheel import bdist_wheel
93 bdist_wheel = None variable
282 if bdist_wheel:
283 cmdclass['bdist_wheel'] = bdist_wheel
/third_party/protobuf/python/
Drelease.sh95 python setup.py clean build bdist_wheel
119 python setup.py clean build bdist_wheel
Dsetup.cfg1 [bdist_wheel]
/third_party/flatbuffers/python/
Dsetup.cfg1 [bdist_wheel]
/third_party/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.bat44 python setup.py bdist_wheel || goto :error
47 python setup.py bdist_wheel || goto :error
Dbuild_artifact_python.sh43 ${SETARCH_CMD} "${PYTHON}" setup.py bdist_wheel
80 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_wheel
/third_party/protobuf/kokoro/release/python/linux/
Dconfig.sh38 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/protobuf/kokoro/release/python/macos/
Dconfig.sh55 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/protobuf/python/release/wheel/
Dprotobuf_optimized_pip.sh18 $PYTHON_BIN setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/protobuf/kokoro/release/python/windows/
Dbuild_single_artifact.bat69 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
/third_party/mindspore/cmake/
Dpackage_script.cmake123 COMMAND ${PYTHON} ${MS_ROOT_DIR}/setup.py "bdist_wheel"
/third_party/python/Doc/distributing/
Dindex.rst57 * `wheel`_ (in this context) is a project that adds the ``bdist_wheel``
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst389 removed. The distutils ``bdist_wheel`` command is now recommended to
D3.9.0a4.rst383 ``bdist_wheel`` (wheel packages) instead.
D3.9.0a1.rst2702 ``bdist_wheel`` (wheel packages) instead.
/third_party/python/Doc/whatsnew/
D3.9.rst844 ``bdist_wheel`` (wheel packages) instead.
D3.8.rst1636 ``bdist_wheel`` (wheel packages) instead.
D3.10.rst1069 The ``bdist_wheel`` command is now recommended to distribute binary packages
/third_party/python/Doc/distutils/
Dapiref.rst1864 Use bdist_wheel (wheel packages) instead.