Port details on branch 2023Q1 |
- py-pip Tool for installing and managing Python packages
- 23.3.2_3 devel =22 23.3.2_3Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2009-01-19 22:03:31
- Last Update: 2024-08-04 21:17:46
- Commit Hash: d32a586
- People watching this port, also watch:: curl, freetype2, expat, libxml2, sqlite3
- Also Listed In: python
- License: MIT
- WWW:
- https://pip.pypa.io/en/latest/
- Description:
- The PyPA recommended tool for installing and managing Python packages.
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.
pip is meant to improve on easy_install. Some of the improvements:
* All packages are downloaded before installation. Partially-completed
installation doesn't occur as a result.
* Care is taken to present useful output on the console.
* The reasons for actions are kept track of. For instance, if a package
is being installed, pip keeps track of why that package was required.
* Error messages should be useful.
* Packages don't have to be installed as egg archives, they can be
installed flat (while keeping the egg metadata).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pip/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pip
- pkg install py311-pip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pip listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pip
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1703228100
SHA256 (pip/setuptools-67.6.0-py3-none-any.whl) = b78aaa36f6b90a074c1fa651168723acbf45d14cb1196b6f02c0fd07f17623b2
SIZE (pip/setuptools-67.6.0-py3-none-any.whl) = 1089190
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-furo>=0 : textproc/py-furo@py311
- py311-myst-parser>=0 : textproc/py-myst-parser@py311
- py311-sphinx>=4.2,1<6.0,1 : textproc/py-sphinx@py311
- py311-sphinx-copybutton>=0 : textproc/py-sphinx-copybutton@py311
- py311-sphinx-inline-tabs>=0 : textproc/py-sphinx-inline-tabs@py311
- py311-sphinxcontrib-towncrier>=0.2.0a0 : textproc/py-sphinxcontrib-towncrier@py311
- py311-towncrier23>=0 : textproc/py-towncrier23@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-freezegun>=0 : devel/py-freezegun@py311
- py311-installer>=0 : devel/py-installer@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest-rerunfailures>=0 : devel/py-pytest-rerunfailures@py311
- py311-pytest-xdist>=0 : devel/py-pytest-xdist@py311
- py311-scripttest>=0 : devel/py-scripttest@py311
- py311-sqlite3>=0 : databases/py-sqlite3@py311
- py311-tomli-w>=0 : textproc/py-tomli-w@py311
- py311-virtualenv>=0 : devel/py-virtualenv@py311
- py311-werkzeug>=0 : www/py-werkzeug@py311
- py311-wheel>=0 : devel/py-wheel@py311
- hg : devel/mercurial
- git : devel/git
- svn : devel/subversion
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- astro/py-sunpy
- databases/datasette
- databases/py-apache-arrow
- databases/py-pgxnclient
- databases/py-python-arango
- devel/eric6
- devel/py-aiocontextvars
-
Deleted ports which required this port:
- for Run
-
- devel/py-datasette
- devel/py-flit
- devel/py-johnnydep
- devel/py-orange-canvas-core
- devel/py-pip-api
- devel/py-pip-licenses
- devel/py-pip-run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-pip-23.3.2_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pip
- USES:
- cpe python shebangfix
- pkg-message:
- For install:
- pip MUST ONLY be used:
* With the --user flag, OR
* To install or manage Python packages in virtual environments
Failure to follow this warning can and will result in an inconsistent
system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and
cause errors.
Avoid using pip as root unless you know what you're doing.
- Master Sites:
|