Searched refs:bdist_wheel (Results 1 – 19 of 19) sorted by relevance
91 from wheel.bdist_wheel import bdist_wheel93 bdist_wheel = None variable282 if bdist_wheel:283 cmdclass['bdist_wheel'] = bdist_wheel
95 python setup.py clean build bdist_wheel119 python setup.py clean build bdist_wheel
1 [bdist_wheel]
44 python setup.py bdist_wheel || goto :error47 python setup.py bdist_wheel || goto :error
43 ${SETARCH_CMD} "${PYTHON}" setup.py bdist_wheel80 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_wheel
38 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
55 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
18 $PYTHON_BIN setup.py bdist_wheel --cpp_implementation --compile_static_extension
69 python setup.py bdist_wheel --cpp_implementation --compile_static_extension
123 COMMAND ${PYTHON} ${MS_ROOT_DIR}/setup.py "bdist_wheel"
57 * `wheel`_ (in this context) is a project that adds the ``bdist_wheel``
389 removed. The distutils ``bdist_wheel`` command is now recommended to
383 ``bdist_wheel`` (wheel packages) instead.
2702 ``bdist_wheel`` (wheel packages) instead.
844 ``bdist_wheel`` (wheel packages) instead.
1636 ``bdist_wheel`` (wheel packages) instead.
1069 The ``bdist_wheel`` command is now recommended to distribute binary packages
1864 Use bdist_wheel (wheel packages) instead.