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

  /external/llvm/utils/lit/utils/
check-sdist 26 python setup.py sdist > /tmp/lit_sdist_log.txt
  /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.
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, \
328 * the release tree itself (only an issue if we ran "sdist"
453 self.distribution.dist_files.append(('sdist', '', file))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 44 import distutils.command.sdist
  /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.
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))
  /external/python/cpython2/Lib/test/
test_sundry.py 44 import distutils.command.sdist
  /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.
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/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 48 import distutils.command.sdist
  /prebuilts/gdb/linux-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.
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/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/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
  /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
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 68 python setup.py sdist --formats=gztar,zip
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sdist.py 1 """Tests for distutils.command.sdist."""
29 from distutils.command.sdist import sdist, show_formats
90 cmd = sdist(dist)
100 # and launch sdist to make sure they get pruned
115 # now building a sdist
147 # now building a sdist
309 # now building a sdist
329 # building a sdist again
  /external/python/cpython2/Lib/distutils/tests/
test_sdist.py 1 """Tests for distutils.command.sdist."""
26 from distutils.command.sdist import sdist, show_formats
88 cmd = sdist(dist)
95 # file, then launches sdist to check they get pruned on all systems
111 # now building a sdist
137 # now building a sdist
171 # create the sdist command with unicode parameters
174 # create the sdist as gztar and run the command
327 # now building a sdist
    [all...]
  /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
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
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 1016 milliseconds