Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_bdist.py9 from distutils.command.bdist import bdist
20 cmd = bdist(dist)
34 cmd = bdist(dist)
/third_party/python/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
Dintroduction.rst130 python setup.py bdist --help-formats
Dapiref.rst1825 :mod:`distutils.command.bdist` --- Build a binary installer
1828 .. module:: distutils.command.bdist
/third_party/python/Lib/distutils/command/
Dbdist.py17 for format in bdist.format_commands:
19 bdist.format_command[format][1]))
24 class bdist(Command): class
/third_party/python/Lib/test/
Dtest_sundry.py33 import distutils.command.bdist
/third_party/python/Doc/whatsnew/
D3.5.rst1083 enabled by passing ``xztar`` as an argument to ``bdist --format``.
/third_party/python/
Dconfigure.ac2980 # as a baseline for bdist module packages
/third_party/python/Misc/
DHISTORY9219 now respect a --skip-build option given to bdist. The packaging commands
15512 - Issue #5095: Added bdist_msi to the list of bdist supported formats.
23026 - distutils bdist commands now offer a --skip-build option.