Home
last modified time | relevance | path

Searched full:setuptools (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/external/python/cpython3/Lib/ensurepip/_bundled/
Dsetuptools-49.2.1-py3-none-any.whl ... setuptools/archive_util.py setuptools/build_meta.py setuptools/cli-32.exe setuptools/cli- ...
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt28 docs/setuptools.txt
57 setuptools/__init__.py
58 setuptools/archive_util.py
59 setuptools/build_meta.py
60 setuptools/cli-32.exe
61 setuptools/cli-64.exe
62 setuptools/cli.exe
63 setuptools/config.py
64 setuptools/dep_util.py
65 setuptools/depends.py
[all …]
Dentry_points.txt2 easy_install = setuptools.command.easy_install:main
3 easy_install-3.6 = setuptools.command.easy_install:main
6 alias = setuptools.command.alias:alias
7 bdist_egg = setuptools.command.bdist_egg:bdist_egg
8 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
9 bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
10 build_clib = setuptools.command.build_clib:build_clib
11 build_ext = setuptools.command.build_ext:build_ext
12 build_py = setuptools.command.build_py:build_py
13 develop = setuptools.command.develop:develop
[all …]
DPKG-INFO2 Name: setuptools
5 Home-page: https://github.com/pypa/setuptools
9 Project-URL: Documentation, https://setuptools.readthedocs.io/
10 Description: .. image:: https://img.shields.io/pypi/v/setuptools.svg
11 :target: https://pypi.org/project/setuptools
13 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
14 :target: https://setuptools.readthedocs.io
16 ….. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Tr…
17 :target: https://travis-ci.org/pypa/setuptools
19 ….. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%2…
[all …]
/external/python/cpython2/Lib/ensurepip/_bundled/
Dsetuptools-39.0.1-py2.py3-none-any.whl ... setuptools/config.py setuptools/dep_util.py setuptools/depends.py setuptools/dist.py setuptools ...
/external/python/setuptools/
Dsetup.py3 Distutils setup file, used to install or test 'setuptools'
11 import setuptools
18 egg_info_dir = os.path.join(here, 'setuptools.egg-info')
21 "Cannot build setuptools without metadata. "
29 cmd_module_path = 'setuptools/command/__init__.py'
37 yield "easy_install = setuptools.command.easy_install:main"
48 tmpl = "easy_install-{shortver} = setuptools.command.easy_install:main"
57 setuptools=['script (dev).tmpl', 'script.tmpl', 'site-patch.py'],
72 package_data.setdefault('setuptools', []).extend(['*.exe'])
73 package_data.setdefault('setuptools.command', []).extend(['*.xml'])
[all …]
Dbootstrap.py2 If setuptools is not already installed in the environment, it's not possible
3 to invoke setuptools' own commands. This routine will bootstrap this local
19 egg_info = setuptools.command.egg_info:egg_info
22 include_package_data = setuptools.dist:assert_bool
23 install_requires = setuptools.dist:check_requirements
24 extras_require = setuptools.dist:check_extras
25 entry_points = setuptools.dist:check_entry_points
28 dependency_links.txt = setuptools.command.egg_info:overwrite_arg
29 entry_points.txt = setuptools.command.egg_info:write_entries
30 requires.txt = setuptools.command.egg_info:write_requirements
[all …]
DPKG-INFO2 Name: setuptools
5 Home-page: https://github.com/pypa/setuptools
9 Project-URL: Documentation, https://setuptools.readthedocs.io/
10 Description: .. image:: https://img.shields.io/pypi/v/setuptools.svg
11 :target: https://pypi.org/project/setuptools
13 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
14 :target: https://setuptools.readthedocs.io
16 ….. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Tr…
17 :target: https://travis-ci.org/pypa/setuptools
19 ….. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%2…
[all …]
DREADME.rst1 .. image:: https://img.shields.io/pypi/v/setuptools.svg
2 :target: https://pypi.org/project/setuptools
4 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
5 :target: https://setuptools.readthedocs.io
7 .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Tra…
8 :target: https://travis-ci.org/pypa/setuptools
10 .. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20…
11 :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master
13 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
18 Setuptools.
[all …]
DCHANGES.rst19 * #1296: Setuptools now vendors its own direct dependencies, no
125 * #458: In order to support deterministic builds, Setuptools no
133 rely on 'setuptools < 37dev'.
174 * #1143: Added ``setuptools.build_meta`` module, an implementation
175 of PEP-517 for Setuptools-defined packages.
282 * #1083: Also use makedirs compatibility throughout setuptools.
294 support docs built by setuptools' plugins. See
308 * #980 and others: Once again, Setuptools vendors all
313 build tools to have dependencies, Setuptools will adopt
445 dependencies that Setuptools requires to function,
[all …]
Dmsvc-build-launcher.cmd16 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:CONSOLE /out:setuptools/cli-32.exe
17 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:WINDOWS /out:setuptools/gui-32.exe
25 copy setuptools/cli-32.exe setuptools/cli.exe
26 copy setuptools/gui-32.exe setuptools/gui.exe
32 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:CONSOLE /out:setuptools/cli-64.exe
33 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:WINDOWS /out:setuptools/gui-64.exe
/external/antlr/runtime/Python/
Dez_setup.py2 """Bootstrap setuptools installation
4 If you want to use setuptools in your package's setup.py, just include this
10 If you want to require a specific version of setuptools, set a download
14 This file can also be run as a script to install or upgrade setuptools.
18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
21 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',
22 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',
23 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',
24 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',
25 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618',
[all …]
/external/python/apitools/
Dez_setup.py17 """Bootstrap setuptools installation
19 If you want to use setuptools in your package's setup.py, just include this
25 If you want to require a specific version of setuptools, set a download
29 This file can also be run as a script to install or upgrade setuptools.
33 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
36 'setuptools-0.6c10-py2.3.egg': 'ce1e2ab5d3a0256456d9fc13800a7090',
37 'setuptools-0.6c10-py2.4.egg': '57d6d9d6e9b80772c59a53a8433a5dd4',
38 'setuptools-0.6c10-py2.5.egg': 'de46ac8b1c97c895572e5e8596aeb8c7',
39 'setuptools-0.6c10-py2.6.egg': '58ea40aef06da02ce641495523a0b7f5',
40 'setuptools-0.6c11-py2.3.egg': '2baeac6e13d414a9d28e7ba5b5a596de',
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py9 import setuptools.sandbox
14 with setuptools.sandbox.DirectorySandbox(str(tmpdir)):
32 setuptools.sandbox._execfile(target, vars(namespace))
39 setuptools.sandbox._execfile(str(setup_py), globals())
44 with setuptools.sandbox.ExceptionSaver():
48 with setuptools.sandbox.ExceptionSaver() as saved_exc:
60 with setuptools.sandbox.ExceptionSaver() as saved_exc:
70 with setuptools.sandbox.ExceptionSaver() as saved_exc:
81 with setuptools.sandbox.ExceptionSaver() as saved_exc:
84 with pytest.raises(setuptools.sandbox.UnpickleableException) as caught:
[all …]
Dtest_packageindex.py7 from setuptools.extern import six
8 from setuptools.extern.six.moves import urllib, http_client
11 import setuptools.package_index
12 from setuptools.tests.server import IndexServer
25 assert setuptools.package_index.PYPI_MD5.match(doc)
28 index = setuptools.package_index.PackageIndex()
41 index = setuptools.package_index.PackageIndex(
54 index = setuptools.package_index.PackageIndex(
74 index = setuptools.package_index.PackageIndex(
89 index = setuptools.package_index.PackageIndex(
[all …]
Dtest_easy_install.py20 from setuptools.extern.six.moves import urllib
24 from setuptools import sandbox
25 from setuptools.sandbox import run_setup
26 import setuptools.command.easy_install as ei
27 from setuptools.command.easy_install import PthDistributions
28 from setuptools.command import easy_install as easy_install_pkg
29 from setuptools.dist import Distribution
32 import setuptools.tests.server
33 from setuptools.tests import fail_on_ascii
51 from setuptools import setup
[all …]
/external/python/setuptools/docs/
Ddeveloper-guide.txt2 Developer's Guide for Setuptools
5 If you want to know more about contributing on Setuptools, this is the place.
18 authoritative, it was authored by the maintainer of Setuptools, so reflects
26 Setuptools is maintained primarily in Github at `this home
27 <https://github.com/pypa/setuptools>`_. Setuptools is maintained under the
29 for Setuptools are filed and the canonical source is maintained in Github.
36 `Gitter <https://gitter.im/pypa/setuptools>`_.
56 Setuptools makes extensive use of hyperlinks to tickets in the changelog so
66 $ git checkout https://github.com/pypa/setuptools
78 If you find yourself working on more than one issue at a time, Setuptools
[all …]
Ddevelopment.txt2 Development on Setuptools
5 Setuptools is maintained by the Python community under the Python Packaging
8 This document describes the process by which Setuptools is developed.
10 *using* setuptools, the ``pkg_resources`` module, and EasyInstall. It
15 covered at length in the setuptools developer's guide and the
20 who are working on the setuptools code base, who want to be able to
21 troubleshoot setuptools problems, want to write code that reads the file
22 formats involved, or want to otherwise tinker with setuptools-generated
28 setuptools changes. You have been warned.
Dpython3.txt2 Supporting both Python 2 and Python 3 with Setuptools
5 Starting with Distribute version 0.6.2 and Setuptools 0.7, the Setuptools
7 using setuptools for Python 3 code works exactly the same as for Python 2
10 Setuptools provides a facility to invoke 2to3 on the code as a part of the
12 the Setuptools strongly recommends instead developing a unified codebase
21 Setuptools attempts to make the porting process easier by automatically
34 Setuptools will convert all Python files, and also all doctests in Python
37 ``convert_2to3_doctests`` keyword parameter Setuptools will convert them as
48 from setuptools import setup
94 you can turn that off by setting ``setuptools.use_2to3_on_doctests = False``.
Dsetuptools.txt2 Building and Distributing Packages with Setuptools
5 ``Setuptools`` is a collection of enhancements to the Python ``distutils``
10 Packages built and distributed using ``setuptools`` look to the user like
12 install or even know about setuptools in order to use them, and you don't
13 have to include the entire setuptools package in your distributions. By
15 automatically download and install ``setuptools`` if the user is building your
72 Installing ``setuptools``
76 current stable version of setuptools. In particular, be sure to read the
84 If you want the current in-development version of setuptools, you should first
87 ez_setup.py setuptools==dev
[all …]
/external/python/setuptools/setuptools/
Dmonkey.py13 from setuptools.extern import six
15 import setuptools
31 of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.
56 if not cls.__module__.startswith('setuptools')
67 distutils.core.Command = setuptools.Command
73 distutils.filelist.findall = setuptools.findall
93 module.Distribution = setuptools.dist.Distribution
96 distutils.core.Extension = setuptools.extension.Extension
97 distutils.extension.Extension = setuptools.extension.Extension
100 setuptools.extension.Extension
[all …]
/external/antlr/runtime/Python3/
Dez_setup.py4 If you want to use setuptools in your package's setup.py, just include this
10 If you want to require a specific version of setuptools, set a download
14 This file can also be run as a script to install or upgrade setuptools.
55 Name: setuptools
127 import setuptools
128 setuptools.bootstrap_install_from = egg
136 'setuptools' in sys.modules
209 from setuptools.sandbox import DirectorySandbox
263 if fnmatch.fnmatch(file, 'setuptools*.egg-info'):
267 log.warn('Could not locate setuptools*.egg-info')
[all …]
/external/grpc-grpc/src/python/grpcio_tests/
Dcommands.py27 import setuptools
28 from setuptools.command import build_ext
29 from setuptools.command import build_py
30 from setuptools.command import easy_install
31 from setuptools.command import install
32 from setuptools.command import test
45 class GatherProto(setuptools.Command):
81 class TestLite(setuptools.Command):
111 class TestGevent(setuptools.Command):
193 # We import here to ensure that our setuptools parent has had a chance to
[all …]
/external/python/cpython2/Lib/test/
Dtest_ensurepip.py45 mock.ANY, "setuptools", "pip",
60 "setuptools", "pip",
71 mock.ANY, "--user", "setuptools", "pip",
82 mock.ANY, "--upgrade", "setuptools", "pip",
93 mock.ANY, "-v", "setuptools", "pip",
104 mock.ANY, "-vv", "setuptools", "pip",
115 mock.ANY, "-vvv", "setuptools", "pip",
193 "setuptools",
204 "setuptools",
215 "setuptools",
[all …]
/external/python/asn1crypto/dev/
Dbuild.py9 import setuptools.sandbox
46 # Trying to call setuptools.sandbox.run_setup(setup, ['--version'])
56 setuptools.sandbox.run_setup(setup, ['-q', 'sdist'])
59 setuptools.sandbox.run_setup(setup, ['-q', 'bdist_wheel', '--universal'])
62 setuptools.sandbox.run_setup(setup, ['-q', 'clean'])
69 setuptools.sandbox.run_setup(tests_setup, ['-q', 'sdist'])
72 setuptools.sandbox.run_setup(tests_setup, ['-q', 'bdist_wheel', '--universal'])
75 setuptools.sandbox.run_setup(tests_setup, ['-q', 'clean'])

12345678910>>...23