Home
last modified time | relevance | path

Searched refs:bdist (Results 1 – 25 of 40) sorted by relevance

12

/external/python/setuptools/setuptools/command/
D__init__.py1 from distutils.command.bdist import bdist
4 if 'egg' not in bdist.format_commands:
5 bdist.format_command['egg'] = ('bdist_egg', "Python .egg file")
6 bdist.format_commands.append('egg')
8 del bdist, sys
/external/python/cpython2/Doc/distutils/
Dcommandref.rst52 .. % \protect\command{bdist} command family}
53 .. % \label{bdist-cmds}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
57 .. % \subsection{\protect\command{bdist\_rpm}}
58 .. % \subsection{\protect\command{bdist\_wininst}}
Dbuiltdist.rst29 uses the setup script and the :command:`bdist` command family to generate built
35 python setup.py bdist
60 The :command:`bdist` command has a :option:`!--formats` option, similar to the
64 python setup.py bdist --format=zip
118 You don't have to use the :command:`bdist` command with the :option:`!--formats`
120 interested in. Some of these :command:`bdist` "sub-commands" actually generate
124 :command:`bdist` sub-commands, and the formats generated by each, are:
168 or the :command:`bdist` command with the :option:`!--format` option::
170 python setup.py bdist --formats=rpm
281 .. % \command{bdist\_rpm} command with one that writes whatever else you want
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist.py7 from distutils.command.bdist import bdist
18 cmd = bdist(dist)
32 cmd = bdist(dist)
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist.py9 from distutils.command.bdist import bdist
20 cmd = bdist(dist)
34 cmd = bdist(dist)
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_bdist.py7 from distutils.command.bdist import bdist
18 cmd = bdist(dist)
32 cmd = bdist(dist)
/external/python/setuptools/docs/deprecated/distutils/
Dcommandref.rst98 .. % \protect\command{bdist} command family}
99 .. % \label{bdist-cmds}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
104 .. % \subsection{\protect\command{bdist\_wininst}}
Dbuiltdist.rst31 uses the setup script and the :command:`bdist` command family to generate built
37 python setup.py bdist
62 The :command:`bdist` command has a :option:`!--formats` option, similar to the
66 python setup.py bdist --format=zip
128 You don't have to use the :command:`bdist` command with the :option:`!--formats`
130 interested in. Some of these :command:`bdist` "sub-commands" actually generate
134 binary and source RPMs. The :command:`bdist` sub-commands, and the formats
185 or the :command:`bdist` command with the :option:`!--format` option::
187 python setup.py bdist --formats=rpm
298 .. % \command{bdist\_rpm} command with one that writes whatever else you want
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/
Dbuild_pip_package_with_cmake.sh149 ${PYTHON} setup.py bdist --plat-name=${WHEEL_PLATFORM_NAME} \
154 ${PYTHON} setup.py bdist --plat-name=${WHEEL_PLATFORM_NAME} \
159 ${PYTHON} setup.py bdist --plat-name=${WHEEL_PLATFORM_NAME} \
164 ${PYTHON} setup.py bdist --plat-name=${WHEEL_PLATFORM_NAME} \
167 ${PYTHON} setup.py bdist bdist_wheel
Dbuild_pip_package_with_bazel.sh112 ${PYTHON} setup.py bdist --plat-name=${WHEEL_PLATFORM_NAME} \
117 ${PYTHON} setup.py bdist --plat-name=${WHEEL_PLATFORM_NAME} \
122 ${PYTHON} setup.py bdist --plat-name=${TENSORFLOW_TARGET}-${TENSORFLOW_TARGET_ARCH} \
125 ${PYTHON} setup.py bdist bdist_wheel
/external/python/cpython3/Doc/distutils/
Dcommandref.rst98 .. % \protect\command{bdist} command family}
99 .. % \label{bdist-cmds}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
Dbuiltdist.rst31 uses the setup script and the :command:`bdist` command family to generate built
37 python setup.py bdist
62 The :command:`bdist` command has a :option:`!--formats` option, similar to the
66 python setup.py bdist --format=zip
125 You don't have to use the :command:`bdist` command with the :option:`!--formats`
127 interested in. Some of these :command:`bdist` "sub-commands" actually generate
131 binary and source RPMs. The :command:`bdist` sub-commands, and the formats
177 or the :command:`bdist` command with the :option:`!--format` option::
179 python setup.py bdist --formats=rpm
289 .. % \command{bdist\_rpm} command with one that writes whatever else you want
/external/python/cpython3/Lib/distutils/command/
Dbdist.py17 for format in bdist.format_commands:
19 bdist.format_command[format][1]))
24 class bdist(Command): class
/external/python/setuptools/setuptools/_distutils/command/
Dbdist.py17 for format in bdist.format_commands:
19 bdist.format_command[format][1]))
24 class bdist(Command): class
Dbdist_wininst.py92 bdist = self.distribution.get_command_obj('bdist')
93 bdist.plat_name = self.plat_name
/external/python/cpython2/Lib/distutils/command/
Dbdist.py20 for format in bdist.format_commands:
22 bdist.format_command[format][1]))
27 class bdist(Command): class
Dbdist_wininst.py89 bdist = self.distribution.get_command_obj('bdist')
90 bdist.plat_name = self.plat_name
/external/fonttools/
Dtox.ini68 [testenv:bdist]
89 {[testenv:bdist]deps} argument
94 {[testenv:bdist]commands}
/external/capstone/bindings/python/
DMakefile4 .PHONY: gen_const install install3 install_cython sdist sdist3 bdist bdist3 clean check
53 bdist: target
/external/python/cpython3/Lib/test/
Dtest_sundry.py33 import distutils.command.bdist
/external/grpc-grpc/tools/distrib/python/
Dsubmit.py78 if args.bdist:
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/
Dsubmit.py76 if args.bdist:
/external/python/cpython2/Lib/test/
Dtest_sundry.py31 import distutils.command.bdist
/external/python/setuptools/docs/userguide/
Dcommands.rst95 supply this, then the ``--dist-dir`` setting of the ``bdist`` command
124 because they were copied from similar ``bdist`` commands used as an example for
129 Keep the contents of the ``--bdist-dir`` tree around after creating the
132 ``--bdist-dir=DIR, -b DIR``
382 ``bdist`` command's ``--dist-dir`` option, which will usually be the
/external/python/setuptools/docs/
Dbuild_meta.rst12 ``python setup.py bdist`` or ``python setup.py bdist_wheel`` generate a

12