Pip installs packages. Python packages. An easy_install replacement
pip is a replacement for easy_install. It uses mostly the same techniques for
finding packages, so packages that were made easy_installable should be
pip-installable as well.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
17
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.1:Staging:FactoryCandidates/python-pip && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
disable-ssl-context-in-buildenv.patch | 0000001199 1.17 KB | |
distutils-reproducible-compile.patch | 0000000697 697 Bytes | |
pip-24.2-gh.tar.gz | 0009189637 8.76 MB | |
pip-shipped-requests-cabundle.patch | 0000006319 6.17 KB | |
python-pip.changes | 0000126280 123 KB | |
python-pip.spec | 0000006140 6 KB |
Revision 67 (latest revision is 69)
Dominique Leuenberger (dimstar_suse)
accepted
request 1193638
from
Dirk Mueller (dirkmueller)
(revision 67)
- update to 24.2: * Deprecate pip install --editable falling back to setup.py develop when using a setuptools version that does not support PEP 660 (setuptools v63 and older). * Check unsupported packages for the current platform. (#11054) * Check unsupported packages for the current platform. * Use system certificates and certifi certificates to verify HTTPS connections on Python 3.10+. Python 3.9 and earlier only use certifi. To revert to previous behaviour, pass the flag --use-deprecated=legacy-certs. (#11647) * Use system certificates and certifi certificates to verify HTTPS connections on Python 3.10+. Python 3.9 and earlier only use certifi. * To revert to previous behaviour, pass the flag --use- deprecated=legacy-certs. * Improve discovery performance of installed packages when the importlib.metadata backend is used to load distribution metadata (used by default under Python 3.11+). (#12656) * Improve discovery performance of installed packages when the importlib.metadata backend is used to load distribution metadata (used by default under Python 3.11+). * Improve performance when the same requirement string appears many times during resolution, by consistently caching the parsed requirement string. (#12663) * Improve performance when the same requirement string appears many times during resolution, by consistently caching the parsed requirement string. * Minor performance improvement of finding applicable package candidates by not repeatedly calculating their versions (#12664)
Comments 2
Hello
Is it possible to add the whitebox package from pypi?
Thanks
Could you elaborate, please? “whitebox package”?