Home
last modified time | relevance | path

Searched full:sdist (Results 1 – 25 of 180) sorted by relevance

12345678

/external/python/setuptools/setuptools/command/
Dsdist.py2 import distutils.command.sdist as orig
22 class sdist(sdist_add_defaults, orig.sdist): class
23 """Smart sdist that finds anything supported by revision control"""
60 data = ('sdist', '', file)
65 orig.sdist.initialize_options(self)
80 orig.sdist.make_distribution(self)
117 Since the ``sdist`` class is also used to compute the MANIFEST
155 orig.sdist.make_release_tree(self, base_dir, files)
157 # Save any egg_info command line options used to create this sdist
/external/python/setuptools/setuptools/tests/
Dtest_sdist.py1 """sdist tests"""
15 from setuptools.command.sdist import sdist
126 cmd = sdist(dist)
144 cmd = sdist(dist)
175 cmd = sdist(dist)
193 cmd = sdist(dist)
205 cmd = sdist(dist)
222 cmd = sdist(dist)
245 cmd = sdist(dist)
361 cmd = sdist(dist)
[all …]
Dtest_virtualenv.py93 def sdist(distname, version): function
100 sdist('foobar', '2.4'),
101 sdist('bits', '4.2'),
102 sdist('bobs', '6.0'),
103 sdist('pieces', '0.6'),
/external/python/pycparser/
Dsetup.py5 from setuptools.command.sdist import sdist as _sdist
9 from distutils.command.sdist import sdist as _sdist
28 class sdist(_sdist): class
65 cmdclass={'install': install, 'sdist': sdist},
/external/python/setuptools/docs/deprecated/distutils/
Dsourcedist.rst9 As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command
12 python setup.py sdist
14 (assuming you haven't specified any :command:`sdist` options in the setup script
15 or config file), :command:`sdist` creates the archive of the default format for
22 python setup.py sdist --formats=gztar,zip
71 python setup.py sdist --owner=root --group=root
80 generate one), the :command:`sdist` command puts a minimal default set into the
115 :command:`sdist` command processes this template and generates a manifest based
125 :command:`sdist` comparing its modification time to the one of
133 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in`
[all …]
/external/python/cpython3/Doc/distutils/
Dsourcedist.rst9 As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command
12 python setup.py sdist
14 (assuming you haven't specified any :command:`sdist` options in the setup script
15 or config file), :command:`sdist` creates the archive of the default format for
22 python setup.py sdist --formats=gztar,zip
74 python setup.py sdist --owner=root --group=root
83 generate one), the :command:`sdist` command puts a minimal default set into the
118 :command:`sdist` command processes this template and generates a manifest based
128 :command:`sdist` comparing its modification time to the one of
136 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in`
[all …]
/external/python/setuptools/docs/userguide/
Dmiscellaneous.rst109 Distribution (or "sdist")`.
119 include all files tracked by your Revision Control System into the ``sdist``.
126 should be part of the ``sdist`` (or not).
130 Once the correct files are present in the ``sdist``, they can then be used by
141 folder, the ``tests`` directory will be present in the ``sdist`` but not in the
142 ``wheel`` [#wheel-vs-sdist]_.
149 You can think about the build process as two stages: first the ``sdist``
150 will be created and then the ``wheel`` will be produced from that ``sdist``.
152 .. [#wheel-vs-sdist]
153 This happens because the ``sdist`` can contain files that are useful during
/external/python/asn1crypto/dev/
Dbuild.py36 Creates a sdist .tar.gz and a bdist_wheel --univeral .whl
54 sdist = '%s-%s.tar.gz' % pkg_name_info
56 setuptools.sandbox.run_setup(setup, ['-q', 'sdist'])
57 print(' - created %s' % sdist)
58 _list_tgz(os.path.join(package_root, 'dist', sdist))
69 setuptools.sandbox.run_setup(tests_setup, ['-q', 'sdist'])
/external/tink/python/
Dsetup.py30 from setuptools.command import sdist
103 When installing the sdist, e.g., with `pip install tink --no-binary` or
104 `python3 -m pip install -v path/to/sdist.tar.gz`, setuptools unpacks the
105 sdist in a temporary folder that contains only the python/ folder, and then
246 class SdistCmd(sdist.sdist):
247 """A command that patches the workspace before creating an sdist."""
251 sdist.sdist.run(self)
276 'sdist': SdistCmd,
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh103 ${SETARCH_CMD} "${PYTHON}" setup.py sdist
144 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py sdist
152 ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_observability/setup.py sdist
259 # Note(lidiz) setuptools's "sdist" command creates a source tarball, which
267 sdist bdist_wheel install
272 sdist bdist_wheel
277 preprocess build_package_protos sdist bdist_wheel
282 preprocess build_package_protos sdist bdist_wheel
287 preprocess build_package_protos sdist bdist_wheel
292 preprocess sdist bdist_wheel
[all …]
/external/python/cpython2/Doc/distutils/
Dsourcedist.rst7 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 …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh87 ${SETARCH_CMD} "${PYTHON}" setup.py sdist
128 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py sdist
217 # Note(lidiz) setuptools's "sdist" command creates a source tarball, which
224 sdist bdist_wheel
229 preprocess build_package_protos sdist bdist_wheel
234 preprocess build_package_protos sdist bdist_wheel
239 preprocess build_package_protos sdist bdist_wheel
244 preprocess sdist bdist_wheel
249 sdist bdist_wheel
258 sdist bdist_wheel
/external/python/typing/.github/workflows/
Dpackage.yml42 sdist:
43 name: Test sdist install
61 - name: Build and install sdist
66 echo "::notice::Installing sdist: $path_to_file"
/external/python/setuptools/setuptools/tests/integration/
Dtest_pip_install_sdist.py78 # We don't need "--no-binary :all:" since we specify the path to the sdist.
118 sdist = retrieve_sdist(package, version, tmp_path)
119 deps = build_deps(package, sdist)
128 run([*venv_pip, "install", *SDIST_OPTIONS, sdist])
139 """Either use cached sdist file or download it from PyPI"""
169 dists = [d for d in release if d["packagetype"] == "sdist"]
171 raise ValueError(f"No sdist found for {package} {version}")
/external/python/cpython2/Lib/distutils/tests/
Dtest_sdist.py1 """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
347 # building a sdist again
/external/python/httplib2/script/
Dtest27 # TODO: sdist bdist_wheel
29 python setup.py sdist
56 # TODO: sdist bdist_wheel
58 ./venv-36/bin/python setup.py sdist
/external/capstone/bindings/python/
DMakefile4 .PHONY: gen_const install install3 install_cython sdist sdist3 bdist bdist3 clean check
43 sdist: target
45 $(PYTHON2) setup.py sdist register upload
50 $(PYTHON3) setup.py sdist register upload
/external/python/setuptools/
Dsetup.cfg108 sdist = setuptools.command.sdist:sdist
148 [sdist]
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_sdist.py1 """Tests for distutils.command.sdist."""
20 from distutils.command.sdist import sdist, show_formats
82 cmd = sdist(dist)
89 # file, then launches sdist to check they get pruned on all systems
105 # now building a sdist
137 # now building a sdist
444 # now building a sdist
464 # building a sdist again
/external/python/cpython3/Lib/distutils/tests/
Dtest_sdist.py1 """Tests for distutils.command.sdist."""
25 from distutils.command.sdist import sdist, show_formats
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
/external/cronet/third_party/google_benchmark/src/.github/workflows/
Dwheels.yml22 - name: Build and check sdist
24 python setup.py sdist
25 - name: Upload sdist
/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt18 sdist = setuptools.command.sdist:sdist
/external/python/asn1crypto/
Dsetup.py40 # This allows us to send the LICENSE and docs when creating a sdist. Wheels
42 # to be included, the command must be "python setup.py sdist".
44 if sys.argv[1:] == ['sdist'] or sorted(sys.argv[1:]) == ['-q', 'sdist']:
/external/python/asn1crypto/tests/
Dsetup.py41 # This allows us to send the LICENSE when creating a sdist. Wheels
43 # to be included, the command must be "python setup.py sdist".
44 if sys.argv[1:] == ['sdist'] or sorted(sys.argv[1:]) == ['-q', 'sdist']:
/external/tensorflow/tensorflow/tools/dockerfiles/tests/
Dbuild-mkl-horovod.sh43 python setup.py sdist
44 pip --no-cache-dir install --upgrade sdist/horovod*.tar.gz && \
45 rm -rf sdist && \

12345678