Home
last modified time | relevance | path

Searched refs:sdist (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/python/
H A Drelease.sh87 python setup.py sdist
110 # Be sure to run build before sdist, because otherwise sdist will not include
112 python setup.py clean build sdist
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py290 sdist = self.reinitialize_command('sdist')
292 sdist.formats = ['bztar']
294 sdist.formats = ['gztar']
295 self.run_command('sdist')
298 source = sdist.get_archive_files()[0]
432 # XXX yuck! this filename is available from the "sdist" command,
434 # running "sdist", in case of --spec-only.
H A Dsdist.py1 """distutils.command.sdist
3 Implements the Distutils 'sdist' command (create a source distribution)."""
36 class sdist(Command): class
164 warn("distutils.command.sdist.check_metadata is deprecated, \
237 >>> sdist._cs_path_exists(__file__)
239 >>> sdist._cs_path_exists(__file__.upper())
357 * the release tree itself (only an issue if we ran "sdist"
483 self.distribution.dist_files.append(('sdist', '', file))
/third_party/PyYAML/
H A DMakefile37 @# ${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar
38 ${PYTHON} setup.py --with-libyaml sdist --formats=gztar
/third_party/python/Lib/test/
H A Dtest_sundry.py41 import distutils.command.sdist namespace
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py1 """Tests for distutils.command.sdist."""
25 from distutils.command.sdist import sdist, show_formats namespace
87 cmd = sdist(dist)
94 # file, then launches sdist to check they get pruned on all systems
110 # now building a sdist
142 # now building a sdist
448 # now building a sdist
468 # building a sdist again
/third_party/protobuf/
H A Dtests.sh115 python setup.py clean build sdist

Completed in 5 milliseconds