HomeSort by relevance Sort by last modified time
    Searched refs:sdist (Results 1 - 15 of 15) sorted by null

  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Makefile 38 python setup.py sdist
59 - python setup.py sdist upload
  /external/llvm/utils/lit/utils/
check-sdist 26 python setup.py sdist > /tmp/lit_sdist_log.txt
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
setup.py 416 from distutils.command import sdist namespace
417 sdist.sdist.get_file_list = sdist.sdist.read_manifest
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
setup.py 417 from distutils.command import sdist namespace
418 sdist.sdist.get_file_list = sdist.sdist.read_manifest
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
setup.py 416 from distutils.command import sdist namespace
417 sdist.sdist.get_file_list = sdist.sdist.read_manifest
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
setup.py 417 from distutils.command import sdist namespace
418 sdist.sdist.get_file_list = sdist.sdist.read_manifest
  /prebuilts/python/darwin-x86/2.7.5/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.
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))
  /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/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.
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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 48 import distutils.command.sdist namespace
  /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/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...]
  /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...]

Completed in 428 milliseconds