/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
sdist.py | 1 """distutils.command.sdist 3 Implements the Distutils 'sdist' command (create a source distribution).""" 36 class sdist(Command): class in inherits:Command 172 warn("distutils.command.sdist.check_metadata is deprecated, \ 337 * the release tree itself (only an issue if we ran "sdist" 466 self.distribution.dist_files.append(('sdist', '', file))
|
bdist_rpm.py | 304 sdist = self.reinitialize_command('sdist') 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar'] 309 self.run_command('sdist') 312 source = sdist.get_archive_files()[0] 435 # XXX yuck! this filename is available from the "sdist" command, 437 # running "sdist", in case of --spec-only.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 1 """distutils.command.sdist 3 Implements the Distutils 'sdist' command (create a source distribution).""" 36 class sdist(Command): class in inherits:Command 172 warn("distutils.command.sdist.check_metadata is deprecated, \ 337 * the release tree itself (only an issue if we ran "sdist" 466 self.distribution.dist_files.append(('sdist', '', file))
|
bdist_rpm.py | 304 sdist = self.reinitialize_command('sdist') 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar'] 309 self.run_command('sdist') 312 source = sdist.get_archive_files()[0] 435 # XXX yuck! this filename is available from the "sdist" command, 437 # running "sdist", in case of --spec-only.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 1 """distutils.command.sdist 3 Implements the Distutils 'sdist' command (create a source distribution).""" 36 class sdist(Command): class in inherits:Command 172 warn("distutils.command.sdist.check_metadata is deprecated, \ 337 * the release tree itself (only an issue if we ran "sdist" 466 self.distribution.dist_files.append(('sdist', '', file))
|
bdist_rpm.py | 304 sdist = self.reinitialize_command('sdist') 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar'] 309 self.run_command('sdist') 312 source = sdist.get_archive_files()[0] 435 # XXX yuck! this filename is available from the "sdist" command, 437 # running "sdist", in case of --spec-only.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sundry.py | 44 import distutils.command.sdist
|
/external/antlr/antlr-3.4/runtime/Python/ |
hudson-build.sh | 68 python setup.py sdist --formats=gztar,zip
|
/external/python/cpython2/Doc/distutils/ |
introduction.rst | 85 python setup.py sdist 90 setup.py sdist 92 :command:`sdist` will create an archive file (e.g., tarball on Unix, ZIP file on Windows) 109 :command:`sdist` command is almost exclusively for module developers, while
|
packageindex.rst | 103 python setup.py sdist bdist_wininst upload 135 python setup.py sdist bdist_wininst upload -r https://example.com/pypi
|
/external/python/cpython2/Lib/ensurepip/_bundled/ |
setuptools-28.8.0-py2.py3-none-any.whl | |
/external/python/cpython3/Doc/distutils/ |
introduction.rst | 85 python setup.py sdist 90 setup.py sdist 92 :command:`sdist` will create an archive file (e.g., tarball on Unix, ZIP file on Windows) 109 :command:`sdist` command is almost exclusively for module developers, while
|
/external/python/cpython3/Lib/ensurepip/_bundled/ |
setuptools-28.8.0-py2.py3-none-any.whl | |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sundry.py | 48 import distutils.command.sdist
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sundry.py | 48 import distutils.command.sdist
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 48 import distutils.command.sdist
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 48 import distutils.command.sdist
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist_rpm.py | 304 sdist = self.reinitialize_command('sdist')
306 sdist.formats = ['bztar']
308 sdist.formats = ['gztar']
309 self.run_command('sdist')
312 source = sdist.get_archive_files()[0]
423 # XXX yuck! this filename is available from the "sdist" command,
425 # running "sdist", in case of --spec-only.
|
/external/python/cpython2/Lib/distutils/command/ |
bdist_rpm.py | 305 sdist = self.reinitialize_command('sdist') 307 sdist.formats = ['bztar'] 309 sdist.formats = ['gztar'] 310 self.run_command('sdist') 313 source = sdist.get_archive_files()[0] 436 # XXX yuck! this filename is available from the "sdist" command, 438 # running "sdist", in case of --spec-only.
|
/external/python/cpython3/Lib/distutils/command/ |
bdist_rpm.py | 291 sdist = self.reinitialize_command('sdist') 293 sdist.formats = ['bztar'] 295 sdist.formats = ['gztar'] 296 self.run_command('sdist') 299 source = sdist.get_archive_files()[0] 436 # XXX yuck! this filename is available from the "sdist" command, 438 # running "sdist", in case of --spec-only.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_rpm.py | 304 sdist = self.reinitialize_command('sdist') 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar'] 309 self.run_command('sdist') 312 source = sdist.get_archive_files()[0] 435 # XXX yuck! this filename is available from the "sdist" command, 437 # running "sdist", in case of --spec-only.
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
setup.py | 416 from distutils.command import sdist 417 sdist.sdist.get_file_list = sdist.sdist.read_manifest
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
setup.py | 417 from distutils.command import sdist 418 sdist.sdist.get_file_list = sdist.sdist.read_manifest
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
setup.py | 418 from distutils.command import sdist 419 sdist.sdist.get_file_list = sdist.sdist.read_manifest
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
setup.py | 423 from distutils.command import sdist 424 sdist.sdist.get_file_list = sdist.sdist.read_manifest
|