/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
__init__.py | 19 'sdist',
|
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/ |
__init__.py | 19 'sdist',
|
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.
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
Makefile | 38 python setup.py sdist 59 - python setup.py sdist upload
|
/external/chromium_org/third_party/python_gflags/ |
Makefile | 38 python setup.py sdist 59 - python setup.py sdist upload
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 1 """Tests for distutils.command.sdist.""" 26 from distutils.command.sdist import sdist, show_formats namespace 88 cmd = sdist(dist) 95 # file, then launches sdist to check they get pruned on all systems 111 # now building a sdist 143 # now building a sdist 177 # create the sdist command with unicode parameters 180 # create the sdist as gztar and run the command 335 # now building a sdist [all...] |
test_filelist.py | 72 # it's sdist that does 126 # files must be sorted beforehand (sdist does it)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 1 """Tests for distutils.command.sdist.""" 26 from distutils.command.sdist import sdist, show_formats namespace 88 cmd = sdist(dist) 95 # file, then launches sdist to check they get pruned on all systems 111 # now building a sdist 143 # now building a sdist 177 # create the sdist command with unicode parameters 180 # create the sdist as gztar and run the command 335 # now building a sdist [all...] |
test_filelist.py | 72 # it's sdist that does 126 # files must be sorted beforehand (sdist does it)
|
/external/llvm/utils/lit/utils/ |
check-sdist | 25 python setup.py sdist > /tmp/lit_sdist_log.txt
|
/external/antlr/antlr-3.4/runtime/Python/ |
hudson-build.sh | 68 python setup.py sdist --formats=gztar,zip
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 48 import distutils.command.sdist namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 48 import distutils.command.sdist namespace
|
/external/openssh/ |
OVERVIEW | 14 The software consists of ssh (client), sshd (server), scp, sdist, and
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |