Home
last modified time | relevance | path

Searched full:bdist_wheel (Results 1 – 25 of 102) sorted by relevance

12345

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh86 ${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
Dbuild_artifact_python.bat51 python setup.py bdist_wheel || goto :error
54 python setup.py bdist_wheel || goto :error
/external/cronet/third_party/protobuf/kokoro/release/python/macos/
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
/external/protobuf/kokoro/release/python/macos/
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
/external/protobuf/kokoro/release/python/linux/
Dconfig.sh48 # 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/
Dconfig.sh48 # 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/
Ddist_info.py35 bdist_wheel = self.get_finalized_command('bdist_wheel')
36 bdist_wheel.egg2dist(egg_info.egg_info, dist_info_dir)
/external/python/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
/external/python/asn1crypto/dev/
Dbuild.py36 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/
Dbuild_pip_package_with_cmake.sh150 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
Dbuild_pip_package_with_bazel.sh113 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/
Dbuild_wheel.sh9 /opt/python/cp36-cp36m/bin/python setup.py bdist_wheel
11 python3 setup.py bdist_wheel
DMakefile55 $(PYTHON2) setup.py bdist_wheel register upload
60 $(PYTHON3) setup.py bdist_wheel register upload
/external/markdown/
Dmakefile24 python setup.py bdist_wheel sdist --formats gztar
31 python setup.py bdist_wheel sdist --formats gztar
/external/python/google-api-python-client/
DMakefile34 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/
Dbuild_validate_upload.sh27 python2 setup.py bdist_wheel
28 python3 setup.py bdist_wheel
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.bat39 python setup.py bdist_wheel || goto :error
42 python setup.py bdist_wheel || goto :error
Dbuild_artifact_python.sh35 ${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/
Dpython_wheels.py40 """Build Python wheels by calling 'python setup.py bdist_wheel'."""
52 'bdist_wheel',
/external/tensorflow/tensorflow/python/tpu/profiler/pip_package/
Dbuild_pip_package.sh56 python setup.py bdist_wheel >/dev/null
57 python3 setup.py bdist_wheel >/dev/null
/external/fonttools/
Dsetup.py29 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.yml74 distributions: "sdist bdist_wheel"
89 distributions: "sdist bdist_wheel"
/external/python/httplib2/script/
Dtest27 # TODO: sdist bdist_wheel
56 # TODO: sdist bdist_wheel
/external/capstone/.github/workflows/
Dpython-publish.yml39 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/
Drelease.py8 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