Searched refs:bdist (Results 1 – 10 of 10) sorted by relevance
9 from distutils.command.bdist import bdist20 cmd = bdist(dist)34 cmd = bdist(dist)
98 .. % \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}}
31 uses the setup script and the :command:`bdist` command family to generate built37 python setup.py bdist62 The :command:`bdist` command has a :option:`!--formats` option, similar to the66 python setup.py bdist --format=zip125 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 generate131 binary and source RPMs. The :command:`bdist` sub-commands, and the formats177 or the :command:`bdist` command with the :option:`!--format` option::179 python setup.py bdist --formats=rpm289 .. % \command{bdist\_rpm} command with one that writes whatever else you want
130 python setup.py bdist --help-formats
1825 :mod:`distutils.command.bdist` --- Build a binary installer1828 .. module:: distutils.command.bdist
17 for format in bdist.format_commands:19 bdist.format_command[format][1]))24 class bdist(Command): class
33 import distutils.command.bdist
1083 enabled by passing ``xztar`` as an argument to ``bdist --format``.
2980 # as a baseline for bdist module packages
9219 now respect a --skip-build option given to bdist. The packaging commands15512 - Issue #5095: Added bdist_msi to the list of bdist supported formats.23026 - distutils bdist commands now offer a --skip-build option.