HomeSort by relevance Sort by last modified time
    Searched full:sdist (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/scapy/
setup.cfg 4 [sdist]
setup.py 11 from distutils.command.sdist import sdist
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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, \
328 * the release tree itself (only an issue if we ran "sdist"
453 self.distribution.dist_files.append(('sdist', '', file))
  /external/python/cpython2/Lib/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))
  /external/python/cpython3/Lib/distutils/command/
__init__.py 17 'sdist',
sdist.py 1 """distutils.command.sdist
3 Implements the Distutils 'sdist' command (create a source distribution)."""
33 class sdist(Command): class in inherits:Command
159 warn("distutils.command.sdist.check_metadata is deprecated, \
318 * the release tree itself (only an issue if we ran "sdist"
445 self.distribution.dist_files.append(('sdist', '', file))
  /prebuilts/gdb/darwin-x86/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))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
__init__.py 19 'sdist',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 19 'sdist',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 19 'sdist',
  /external/capstone/bindings/python/
Makefile 1 .PHONY: gen_const install install3 install_cython sdist sdist3 bdist bdist3 clean check
40 sdist:
42 python setup.py sdist register upload
47 python3 setup.py sdist register upload
setup.py 13 from distutils.command.sdist import sdist
148 class custom_sdist(sdist):
152 return sdist.run(self)
172 cmdclass['sdist'] = custom_sdist
  /external/python/cpython3/Doc/distutils/
sourcedist.rst 7 As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command
10 python setup.py sdist
12 (assuming you haven't specified any :command:`sdist` options in the setup script
13 or config file), :command:`sdist` creates the archive of the default format for
20 python setup.py sdist --formats=gztar,zip
69 python setup.py sdist --owner=root --group=root
78 generate one), the :command:`sdist` command puts a minimal default set into the
112 :command:`sdist` command processes this template and generates a manifest based
122 :command:`sdist` comparing its modification time to the one of
130 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in
    [all...]
  /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...]
  /external/llvm/utils/lit/utils/
check-sdist 26 python setup.py sdist > /tmp/lit_sdist_log.txt
  /external/python/cpython3/Lib/test/
test_sundry.py 44 import distutils.command.sdist
  /external/python/cpython2/Doc/distutils/
sourcedist.rst 7 As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command
10 python setup.py sdist
12 (assuming you haven't specified any :command:`sdist` options in the setup script
13 or config file), :command:`sdist` creates the archive of the default format for
20 python setup.py sdist --formats=gztar,zip
62 python setup.py sdist --owner=root --group=root
71 generate one), the :command:`sdist` command puts a minimal default set into the
105 :command:`sdist` command processes this template and generates a manifest based
115 :command:`sdist` comparing its modification time to the one of
123 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in
    [all...]
  /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/cpython3/Lib/distutils/tests/
test_sdist.py 1 """Tests for distutils.command.sdist."""
24 from distutils.command.sdist import sdist, show_formats
86 cmd = sdist(dist)
93 # file, then launches sdist to check they get pruned on all systems
109 # now building a sdist
139 # now building a sdist
439 # now building a sdist
459 # building a sdist again
  /external/python/cpython2/Lib/test/
test_sundry.py 44 import distutils.command.sdist

Completed in 1257 milliseconds

1 2 3 4