| Port details on branch 2024Q2 |
- py-pip Tool for installing and managing Python packages
- 23.3.2_4 devel
=17 23.3.2_4Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2009-01-19 22:03:31
- Last Update: 2026-06-26 17:23:07
- Commit Hash: 42922f0
- People watching this port, also watch:: curl, sqlite3, ca_root_nss, expat, libiconv
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 py312-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 py312-pip listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-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:
-
- py312-setuptools>=63.1.0 : devel/py-setuptools@py312
- python3.12 : lang/python312
- Test dependencies:
-
- py312-freezegun>=0 : devel/py-freezegun@py312
- py312-installer>=0 : devel/py-installer@py312
- py312-pytest-cov>=0 : devel/py-pytest-cov@py312
- py312-pytest-rerunfailures>=0 : devel/py-pytest-rerunfailures@py312
- py312-pytest-xdist>=0 : devel/py-pytest-xdist@py312
- py312-scripttest>=0 : devel/py-scripttest@py312
- py312-sqlite3>=0 : databases/py-sqlite3@py312
- py312-tomli-w>=0 : textproc/py-tomli-w@py312
- py312-virtualenv>=0 : devel/py-virtualenv@py312
- py312-werkzeug>=0 : www/py-werkzeug@py312
- py312-wheel>=0 : devel/py-wheel@py312
- hg : devel/mercurial
- git : devel/git
- svn : devel/subversion
- py312-cryptography>=48.0.0,1<49,1 : security/py-cryptography@py312
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- This port is required by:
- for Build
-
- astro/py-sunpy
- comms/py-cayennelpp
- databases/py-python-arango
- devel/eric6
- devel/py-datrie
- devel/py-libioc
- devel/py-molecule
-
Deleted ports which required this port:
- for Run
-
- devel/py-datasette
- devel/py-flit
- devel/py-johnnydep
- devel/py-mypy
- 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:
- No options to configure
- 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:
|