Home
last modified time | relevance | path

Searched refs:PIP_VERSION (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/py-pip-tools4/pip-tools-4.5.1/piptools/_compat/
H A Dpip_compat.py10 PIP_VERSION = tuple(map(int, parse_version(pip.__version__).base_version.split("."))) variable
78 if PIP_VERSION < (18, 1):
89 if PIP_VERSION < (19, 3):
97 if PIP_VERSION < (19, 3):
105 if PIP_VERSION < (19, 3):
113 if PIP_VERSION[:2] <= (19, 3):
/dports/devel/py-pip-tools4/pip-tools-4.5.1/piptools/repositories/
H A Dpypi.py13 PIP_VERSION,
138 if PIP_VERSION < (19, 1):
142 elif PIP_VERSION < (19, 2):
145 elif PIP_VERSION < (19, 3):
155 if PIP_VERSION[:2] <= (19, 3):
171 if PIP_VERSION < (10,):
204 if PIP_VERSION < (19, 3):
214 if PIP_VERSION >= (20,):
221 if PIP_VERSION[:2] <= (19, 3):
305 if PIP_VERSION >= (10,):
[all …]
/dports/devel/py-medikit/medikit-0.7.5/medikit/feature/make/
H A D__init__.py13 from medikit.globals import PIP_VERSION
94 "; ".join(source), PIP_VERSION=PIP_VERSION
/dports/www/firefox/firefox-99.0/third_party/python/pip_tools/piptools/repositories/
H A Dpypi.py27 from .._compat import PIP_VERSION, TemporaryDirectory, contextlib, makedirs
63 if PIP_VERSION[:2] <= (20, 2)
94 if PIP_VERSION[:2] <= (20, 2):
125 if PIP_VERSION[:2] <= (20, 2):
181 if PIP_VERSION[:2] <= (20, 2):
186 if PIP_VERSION[:2] <= (20, 1):
207 if PIP_VERSION[:2] <= (20, 2):
242 if PIP_VERSION[:2] <= (20, 2):
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pip_tools/piptools/repositories/
H A Dpypi.py27 from .._compat import PIP_VERSION, TemporaryDirectory, contextlib, makedirs
63 if PIP_VERSION[:2] <= (20, 2)
94 if PIP_VERSION[:2] <= (20, 2):
125 if PIP_VERSION[:2] <= (20, 2):
181 if PIP_VERSION[:2] <= (20, 2):
186 if PIP_VERSION[:2] <= (20, 1):
207 if PIP_VERSION[:2] <= (20, 2):
242 if PIP_VERSION[:2] <= (20, 2):
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pip_tools/piptools/repositories/
H A Dpypi.py27 from .._compat import PIP_VERSION, TemporaryDirectory, contextlib, makedirs
63 if PIP_VERSION[:2] <= (20, 2)
94 if PIP_VERSION[:2] <= (20, 2):
125 if PIP_VERSION[:2] <= (20, 2):
181 if PIP_VERSION[:2] <= (20, 2):
186 if PIP_VERSION[:2] <= (20, 1):
207 if PIP_VERSION[:2] <= (20, 2):
242 if PIP_VERSION[:2] <= (20, 2):
/dports/devel/py-medikit/medikit-0.7.5/medikit/steps/
H A Dinstall.py3 from medikit.globals import PIP_VERSION
10 packages = ("pip " + PIP_VERSION, "wheel", "twine")
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pip-tools/piptools/_compat/
H A Dpip_compat.py8 PIP_VERSION = tuple(map(int, parse_version(pip.__version__).base_version.split("."))) variable
11 if PIP_VERSION[:2] <= (20, 0):
H A D__init__.py7 from .pip_compat import BAR_TYPES, PIP_VERSION, parse_requirements
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/internals/
H A D_pip_shims.py50 PIP_VERSION = pip_shims.utils._parse(pip_shims.pip_version) variable
59 if PIP_VERSION < VERSION_10:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pip-tools/tests/
H A Dtest_repository_pypi.py7 from piptools._compat.pip_compat import PIP_VERSION, Link, Session, path_to_url
130 PIP_VERSION >= (10,),
169 PIP_VERSION < (10,), reason="WheelCache.cleanup() introduced in pip==10.0.0"
/dports/devel/py-pip-tools4/pip-tools-4.5.1/tests/
H A Dtest_repository_pypi.py7 from piptools._compat.pip_compat import PIP_VERSION, Link, Session, path_to_url
130 PIP_VERSION >= (10,),
169 PIP_VERSION < (10,), reason="WheelCache.cleanup() introduced in pip==10.0.0"
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/piptools/repositories/
H A Dlocal.py6 from .._compat import PIP_VERSION, FAVORITE_HASH
79 if PIP_VERSION[:2] <= (20, 0):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pip-tools/piptools/repositories/
H A Dlocal.py8 from .._compat import PIP_VERSION
82 if PIP_VERSION[:2] <= (20, 0):
H A Dpypi.py26 from .._compat import BAR_TYPES, PIP_VERSION, TemporaryDirectory, contextlib
167 if PIP_VERSION[:2] <= (20, 1):
190 if PIP_VERSION[:2] <= (20, 0):
241 if PIP_VERSION[:2] <= (20, 0):
/dports/devel/py-pip-tools4/pip-tools-4.5.1/piptools/
H A Dutils.py12 from ._compat import PIP_VERSION, InstallCommand, install_req_from_line
378 if PIP_VERSION < (19, 3):
390 if PIP_VERSION < (19, 2):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/piptools/_compat/
H A Dpip_compat.py14 PIP_VERSION = tuple(map(int, pip_shims.shims.parsed_pip_version.parsed_version.base_version.split("… variable
37 if PIP_VERSION[:2] <= (20, 0):
/dports/devel/py-medikit/medikit-0.7.5/medikit/
H A Dglobals.py1 PIP_VERSION = "~=19.0,<19.2" variable
/dports/devel/py-pip-tools/pip-tools-6.3.1/piptools/_compat/
H A D__init__.py2 from .pip_compat import PIP_VERSION, parse_requirements
/dports/devel/py-pip-api/pip-api-0.0.24/tests/
H A Dtest_version.py7 from_import = str(pip_api.PIP_VERSION)
/dports/devel/py-pip-api/pip-api-0.0.24/pip_api/
H A D__init__.py9 PIP_VERSION: Version = packaging_version.parse(version()) # type: ignore variable
H A D_hash.py9 incompatible = pip_api.PIP_VERSION < Version("8.0.0")
/dports/www/firefox/firefox-99.0/third_party/python/pip_tools/piptools/_compat/
H A D__init__.py10 from .pip_compat import PIP_VERSION, parse_requirements
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pip_tools/piptools/_compat/
H A D__init__.py10 from .pip_compat import PIP_VERSION, parse_requirements
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pip_tools/piptools/_compat/
H A D__init__.py10 from .pip_compat import PIP_VERSION, parse_requirements

12