Searched full:bdist_wheel (Results 1 – 25 of 102) sorted by relevance
12345
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.sh | 86 ${SETARCH_CMD} "${PYTHON}" setup.py bdist_wheel $WHEEL_PLAT_NAME_FLAG 125 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_wheel $WHEEL_PLAT_NAME_… 159 # through setup.py, but we can optimize it with "bdist_wheel" command, which 164 sdist bdist_wheel 169 preprocess build_package_protos sdist bdist_wheel 174 preprocess build_package_protos sdist bdist_wheel 179 preprocess build_package_protos sdist bdist_wheel 184 preprocess sdist bdist_wheel 189 sdist bdist_wheel 198 sdist bdist_wheel
|
| D | build_artifact_python.bat | 51 python setup.py bdist_wheel || goto :error 54 python setup.py bdist_wheel || goto :error
|
| /external/cronet/third_party/protobuf/kokoro/release/python/macos/ |
| D | config.sh | 44 # 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
|
| /external/protobuf/kokoro/release/python/macos/ |
| D | config.sh | 44 # 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
|
| /external/protobuf/kokoro/release/python/linux/ |
| D | config.sh | 48 # Builds wheel with bdist_wheel, puts into wheelhouse 50 # It may sometimes be useful to use bdist_wheel for the wheel building 52 # fixed with bdist_wheel: 72 python setup.py bdist_wheel --cpp_implementation --compile_static_extension $plat_name_flag
|
| /external/cronet/third_party/protobuf/kokoro/release/python/linux/ |
| D | config.sh | 48 # Builds wheel with bdist_wheel, puts into wheelhouse 50 # It may sometimes be useful to use bdist_wheel for the wheel building 52 # fixed with bdist_wheel: 72 python setup.py bdist_wheel --cpp_implementation --compile_static_extension $plat_name_flag
|
| /external/python/setuptools/setuptools/command/ |
| D | dist_info.py | 35 bdist_wheel = self.get_finalized_command('bdist_wheel') 36 bdist_wheel.egg2dist(egg_info.egg_info, dist_info_dir)
|
| /external/python/pyyaml/ |
| D | setup.py | 91 from wheel.bdist_wheel import bdist_wheel 93 bdist_wheel = None variable 282 if bdist_wheel: 283 cmdclass['bdist_wheel'] = bdist_wheel
|
| /external/python/asn1crypto/dev/ |
| D | build.py | 36 Creates a sdist .tar.gz and a bdist_wheel --univeral .whl 59 setuptools.sandbox.run_setup(setup, ['-q', 'bdist_wheel', '--universal']) 72 setuptools.sandbox.run_setup(tests_setup, ['-q', 'bdist_wheel', '--universal'])
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | build_pip_package_with_cmake.sh | 150 bdist_wheel --plat-name=${WHEEL_PLATFORM_NAME} 155 bdist_wheel --plat-name=${WHEEL_PLATFORM_NAME} 160 bdist_wheel --plat-name=${WHEEL_PLATFORM_NAME} 165 bdist_wheel --plat-name=${WHEEL_PLATFORM_NAME} 167 ${PYTHON} setup.py bdist bdist_wheel
|
| D | build_pip_package_with_bazel.sh | 113 bdist_wheel --plat-name=${WHEEL_PLATFORM_NAME} 118 bdist_wheel --plat-name=${WHEEL_PLATFORM_NAME} 123 bdist_wheel --plat-name=${TENSORFLOW_TARGET}-${TENSORFLOW_TARGET_ARCH} 125 ${PYTHON} setup.py bdist bdist_wheel
|
| /external/capstone/bindings/python/ |
| D | build_wheel.sh | 9 /opt/python/cp36-cp36m/bin/python setup.py bdist_wheel 11 python3 setup.py bdist_wheel
|
| D | Makefile | 55 $(PYTHON2) setup.py bdist_wheel register upload 60 $(PYTHON3) setup.py bdist_wheel register upload
|
| /external/markdown/ |
| D | makefile | 24 python setup.py bdist_wheel sdist --formats gztar 31 python setup.py bdist_wheel sdist --formats gztar
|
| /external/python/google-api-python-client/ |
| D | Makefile | 34 cd snapshot; python setup.py sdist --formats=gztar,zip bdist_wheel --universal 45 cd snapshot; python setup.py sdist --formats=gztar,zip bdist_wheel --universal
|
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/xds_protos/ |
| D | build_validate_upload.sh | 27 python2 setup.py bdist_wheel 28 python3 setup.py bdist_wheel
|
| /external/grpc-grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.bat | 39 python setup.py bdist_wheel || goto :error 42 python setup.py bdist_wheel || goto :error
|
| D | build_artifact_python.sh | 35 ${SETARCH_CMD} "${PYTHON}" setup.py bdist_wheel 72 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_wheel
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | python_wheels.py | 40 """Build Python wheels by calling 'python setup.py bdist_wheel'.""" 52 'bdist_wheel',
|
| /external/tensorflow/tensorflow/python/tpu/profiler/pip_package/ |
| D | build_pip_package.sh | 56 python setup.py bdist_wheel >/dev/null 57 python3 setup.py bdist_wheel >/dev/null
|
| /external/fonttools/ |
| D | setup.py | 29 if {'bdist_wheel'}.intersection(sys.argv): 436 bdist_wheel = self.get_finalized_command("bdist_wheel") 438 # 'bdist_wheel' command not available as wheel is not installed 441 bdist_wheel.root_is_pure = True
|
| /external/python/httplib2/ |
| D | .travis.yml | 74 distributions: "sdist bdist_wheel" 89 distributions: "sdist bdist_wheel"
|
| /external/python/httplib2/script/ |
| D | test | 27 # TODO: sdist bdist_wheel 56 # TODO: sdist bdist_wheel
|
| /external/capstone/.github/workflows/ |
| D | python-publish.yml | 39 cd bindings/python && python setup.py build -p win32 bdist_wheel -p win32 51 cd bindings/python && python setup.py bdist_wheel
|
| /external/python/parse_type/tasks/ |
| D | release.py | 8 python setup.py sdist bdist_wheel 70 [{x2}] Build packages (sdist, bdist_wheel via prepare) 102 ctx.run("python setup.py sdist bdist_wheel", echo=True, hide=hide)
|
12345