Home
last modified time | relevance | path

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

1234

/third_party/python/Lib/ensurepip/_bundled/
Dsetuptools-65.5.0-py3-none-any.whl ... setuptools/_imp.py setuptools/_importlib.py setuptools/_itertools.py setuptools/_path.py setuptools ...
/third_party/python/Lib/test/
Dtest_ensurepip.py23 self.touch(tmpdir, "setuptools-49.1.3-py3-none-any.whl")
39 self.assertIsNotNone(packages['setuptools'].wheel_name)
43 setuptools_filename = "setuptools-49.1.3-py3-none-any.whl"
56 self.assertEqual(packages['setuptools'].version, '49.1.3')
57 self.assertEqual(packages['setuptools'].wheel_path,
64 self.assertEqual(sorted(packages), ['pip', 'setuptools'])
95 unittest.mock.ANY, "setuptools", "pip",
110 "setuptools", "pip",
121 unittest.mock.ANY, "--user", "setuptools", "pip",
132 unittest.mock.ANY, "--upgrade", "setuptools", "pip",
[all …]
/third_party/benchmark/
Dpyproject.toml2 requires = ["setuptools", "wheel"]
3 build-backend = "setuptools.build_meta"
41 [tool.setuptools]
45 [tool.setuptools.packages.find]
48 [tool.setuptools.dynamic]
Dsetup.py8 import setuptools
9 from setuptools.command import build_ext
39 class BazelExtension(setuptools.Extension):
105 setuptools.setup(
/third_party/python/Doc/library/
Dvenv.rst288 ``setuptools``) in the environment. This is done by shelling out to the
363 subclass which installs setuptools and pip into a created virtual environment::
376 This builder installs setuptools and pip so that you can pip or
379 :param nodist: If true, setuptools and pip are not installed into the
383 :param progress: If setuptools or pip are installed, the progress of the
416 # Can't install pip without setuptools
476 Install setuptools in the virtual environment.
481 url = 'https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py'
482 self.install_script(context, 'setuptools', url)
483 # clear up the setuptools archive which gets downloaded
[all …]
Ddistutils.rst25 `setuptools <https://setuptools.readthedocs.io/en/latest/>`__ is an
38 ``setup.py`` scripts with ``setuptools``, even if the script itself only
Dimportlib.metadata.rst130 …', 'distutils.commands', 'distutils.setup_keywords', 'egg_info.writers', 'setuptools.installation']
170 group. Read `the setuptools docs
171 <https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_
398 .. _`entry point API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
399 .. _`metadata API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#metadata-api
/third_party/python/Doc/distutils/
D_setuptools_disclaimer.rst3 This document is being retained solely until the ``setuptools`` documentation
4 at https://setuptools.readthedocs.io/en/latest/setuptools.html
/third_party/protobuf/python/
Drelease.sh14 # Setuptools 45.0 removed support for Python 2, so to test with Python 2 we
15 # pass --no-setuptools here and then install an older setuptools version
17 virtualenv -p `which $PYTHON` --no-setuptools test-venv
25 pip install "setuptools<45"
Dsetup.py14 # We must use setuptools, not distutils, because we need to use the
16 from setuptools import setup, Extension, find_packages
244 install_requires = ['six>=1.9', 'setuptools']
/third_party/skia/third_party/externals/brotli/python/
DREADME.md31 able to edit the source files, you can use the `setuptools`
51 [development mode]: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
/third_party/PyYAML/
Dpyproject.toml2 requires = ["setuptools", "wheel", "Cython"]
3 build-backend = "setuptools.build_meta"
Dsetup.py69 # for newer setuptools, enable the embedded distutils before importing setuptools/distutils to avoi…
72 from setuptools import setup, Command, Distribution as _Distribution, Extension as _Extension
73 from setuptools.command.build_ext import build_ext as _build_ext
74 # NB: distutils imports must remain below setuptools to ensure we use the embedded version
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
Dpyproject.toml2 requires = ["setuptools>=61.0"]
3 build-backend = "setuptools.build_meta"
117 [tool.setuptools]
/third_party/python/Doc/distributing/
Dindex.rst51 * `setuptools`_ is a (largely) drop-in replacement for :mod:`distutils` first
58 command to :mod:`distutils`/`setuptools`_. This produces a cross platform
64 .. _setuptools: https://setuptools.readthedocs.io/en/latest/ target in Key terms
100 python -m pip install setuptools wheel twine
/third_party/protobuf/python/compatibility_tests/v2.5.0/
Dsetup.py8 from setuptools import setup, Extension, find_packages
54 install_requires = ['six>=1.9', 'setuptools']
/third_party/python/Lib/ensurepip/
D__init__.py12 _PACKAGE_NAMES = ('setuptools', 'pip')
16 ("setuptools", _SETUPTOOLS_VERSION, "py3"),
156 # By default, installing pip and setuptools installs all of the
/third_party/python/Doc/using/
Dvenv-create.inc64 --upgrade-deps Upgrade core dependencies: pip setuptools to the
71 Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
/third_party/qrcodegen/python/
Dsetup.py24 import setuptools
27 setuptools.setup(
/third_party/jinja2/
Dsetup.py1 from setuptools import setup
DCONTRIBUTING.rst110 - Upgrade pip and setuptools.
114 $ python -m pip install --upgrade pip setuptools
/third_party/python/Lib/distutils/
D__init__.py17 "removal in Python 3.12. Use setuptools or check "
/third_party/selinux/libselinux/src/
Dsetup.py3 from setuptools import Extension, setup
/third_party/libfuse/
D.travis.yml24 - python3-setuptools
/third_party/markupsafe/
D.pre-commit-config.yaml15 additional_dependencies: ["setuptools>60.9"]

1234