notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pip Tool for installing and managing Python packages
23.3.2_1 devel on this many watch lists=18 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 23.3.2Version of this port present on the latest quarterly branch.
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-01-19 22:03:31
Last Update: 2024-02-28 15:53:37
Commit Hash: e83f0a9
People watching this port, also watch:: curl, pcre, ca_root_nss, expat, 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).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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 py39-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 py39-pip listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pip
Package flavors (<flavor>: <package>)
  • py39: py39-pip
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

Expand this list (4 items)

Collapse this list.

SHA256 (pip/wheel-0.40.0-py3-none-any.whl) = d236b20e7cb522daf2390fa84c55eea81c5c30190f90f29ae2ca1ad8355bf247 SIZE (pip/wheel-0.40.0-py3-none-any.whl) = 64545 SHA256 (pip/pypa-pip-23.3.2_GH0.tar.gz) = 0e534d5c6dba159f0a4e64d55ef4d130222bcb4ac25f62275017eacbfa10a1d5 SIZE (pip/pypa-pip-23.3.2_GH0.tar.gz) = 9397451

Collapse this list.


Packages (timestamps in pop-ups are UTC):
py27-pip
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------20.2.3-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
py37-pip
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--20.2.3---20.2.3-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
py39-pip
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest23.3.2_123.3.2_1-23.3.2_123.3.2_1---
FreeBSD:13:quarterly23.3.223.3.223.1.223.3.223.3.223.3.223.3.223.3.2
FreeBSD:14:latest23.3.2_123.3.2_122.3.123.3.223.3.2_123.1.2-23.1.2
FreeBSD:14:quarterly23.3.223.3.2-23.3.223.3.223.3.223.3.223.3.2
FreeBSD:15:latest23.3.2_123.3.2_1n/a23.3.2n/a23.3.223.3.223.3.2
FreeBSD:15:quarterly--n/a-n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-furo>=0 : textproc/py-furo@py39
  2. py39-myst-parser>=0 : textproc/py-myst-parser@py39
  3. py39-sphinx>=4.2,1<6.0,1 : textproc/py-sphinx@py39
  4. py39-sphinx-copybutton>=0 : textproc/py-sphinx-copybutton@py39
  5. py39-sphinx-inline-tabs>=0 : textproc/py-sphinx-inline-tabs@py39
  6. py39-sphinxcontrib-towncrier>=0.2.0a0 : textproc/py-sphinxcontrib-towncrier@py39
  7. py39-towncrier>=0 : textproc/py-towncrier@py39
  8. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  9. python3.9 : lang/python39
Test dependencies:
  1. py39-freezegun>=0 : devel/py-freezegun@py39
  2. py39-installer>=0 : devel/py-installer@py39
  3. py39-pytest-cov>=0 : devel/py-pytest-cov@py39
  4. py39-pytest-rerunfailures>=0 : devel/py-pytest-rerunfailures@py39
  5. py39-pytest-xdist>=0 : devel/py-pytest-xdist@py39
  6. py39-scripttest>=0 : devel/py-scripttest@py39
  7. py39-sqlite3>=0 : databases/py-sqlite3@py39
  8. py39-tomli-w>=0 : textproc/py-tomli-w@py39
  9. py39-virtualenv>=0 : devel/py-virtualenv@py39
  10. py39-werkzeug>=0 : www/py-werkzeug@py39
  11. py39-wheel>=0 : devel/py-wheel@py39
  12. hg : devel/mercurial
  13. git : devel/git
  14. svn : devel/subversion
  15. py39-cryptography>=41.0.7,1 : security/py-cryptography@py39
  16. py39-pytest>=7,1 : devel/py-pytest@py39
  17. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
This port is required by:
for Build
  1. astro/py-sunpy
  2. databases/datasette
  3. databases/py-apache-arrow
  4. databases/py-pgxnclient
  5. databases/py-python-arango
  6. devel/eric6
  7. devel/py-aiocontextvars
Expand this list (47 items / 40 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/py-asteval
  3. devel/py-datrie
  4. devel/py-libioc
  5. devel/py-makefun
  6. devel/py-molecule
  7. devel/py-numba
  8. devel/py-period
  9. devel/py-qutip
  10. graphics/glaxnimate
  11. graphics/qgis
  12. graphics/qgis-ltr
  13. math/py-Diofant
  14. math/py-PyMetis
  15. math/py-fenics-ffcx
  16. math/py-fenics-ufl
  17. math/py-numpy-groupies
  18. math/py-or-tools
  19. misc/py-apache-beam
  20. misc/py-mffpy
  21. net/freeipa-client
  22. net-mgmt/py-pyIOSXR
  23. science/chemicalfun
  24. science/py-gemmi
  25. science/py-qiskit-aer
  26. science/py-scipy
  27. science/py-segyio
  28. science/thermofun
  29. sysutils/py-ansible-runner
  30. textproc/py-pdf2docx
  31. textproc/py-wcmatch
  32. textproc/py-wtforms
  33. textproc/yq
  34. www/py-adblock
  35. www/py-cherrypy
  36. www/py-formencode
  37. www/py-requests-unixsocket
  38. x11-wm/qtile
  39. Collapse this list.

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. databases/py-arrow*
  2. devel/py-libiocage*
  3. dns/py-dnspython2*
  4. Collapse this list of deleted ports.
for Run
  1. devel/py-datasette
  2. devel/py-johnnydep
  3. devel/py-orange-canvas-core
  4. devel/py-pip-api
  5. devel/py-pip-licenses
  6. devel/py-pip-run
  7. devel/py-pip-shims
Expand this list (18 items / 11 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/py-pip-tools
  3. devel/py-pipdeptree
  4. devel/py-requirementslib
  5. devel/thonny
  6. graphics/qgis
  7. graphics/qgis-ltr
  8. misc/orange3
  9. security/py-pwntools
  10. www/py-lektor
  11. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/py-rwt*
  2. www/py-frappe-bench*
  3. Collapse this list of deleted ports.
* - 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 py39-pip-23.3.2_1: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pypa/pip/tar.gz/23.3.2?dummy=/
Collapse this list.

Number of commits found: 91

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
23.3.2_1
28 Feb 2024 15:53:37
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
23.3.2
25 Dec 2023 09:02:46
commit hash: 1d78247f2a9352adf739cfe4df6c99da900f3187commit hash: 1d78247f2a9352adf739cfe4df6c99da900f3187commit hash: 1d78247f2a9352adf739cfe4df6c99da900f3187commit hash: 1d78247f2a9352adf739cfe4df6c99da900f3187 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 23.3.2

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
23.3.1
01 Nov 2023 02:09:01
commit hash: c0ffb5f9648e6af0a6f122c7dbd789f42929e414commit hash: c0ffb5f9648e6af0a6f122c7dbd789f42929e414commit hash: c0ffb5f9648e6af0a6f122c7dbd789f42929e414commit hash: c0ffb5f9648e6af0a6f122c7dbd789f42929e414 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 23.3.1

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
23.3
16 Oct 2023 16:00:08
commit hash: c78df8a97408bf3f77a0b438a328f95cc4156391commit hash: c78df8a97408bf3f77a0b438a328f95cc4156391commit hash: c78df8a97408bf3f77a0b438a328f95cc4156391commit hash: c78df8a97408bf3f77a0b438a328f95cc4156391 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 23.3

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
23.2.1
29 Sep 2023 14:19:56
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}

- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
23.2.1
16 Aug 2023 18:26:23
commit hash: 82fc3b1ace8fbb9c8bd304685f6fc4eec109115acommit hash: 82fc3b1ace8fbb9c8bd304685f6fc4eec109115acommit hash: 82fc3b1ace8fbb9c8bd304685f6fc4eec109115acommit hash: 82fc3b1ace8fbb9c8bd304685f6fc4eec109115a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 23.2.1

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
23.1.2
22 Jul 2023 07:46:38
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert tree to use USES=pycryptography

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
23.1.2
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
23.1.2
27 Apr 2023 23:59:39
commit hash: d2c151de8e3aeecaf4b0c13dde9b43310c71197ecommit hash: d2c151de8e3aeecaf4b0c13dde9b43310c71197ecommit hash: d2c151de8e3aeecaf4b0c13dde9b43310c71197ecommit hash: d2c151de8e3aeecaf4b0c13dde9b43310c71197e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 23.1.2

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
23.1.1
27 Apr 2023 15:49:01
commit hash: d48ecaf5aa9f41d236659027098860d2e6830bb8commit hash: d48ecaf5aa9f41d236659027098860d2e6830bb8commit hash: d48ecaf5aa9f41d236659027098860d2e6830bb8commit hash: d48ecaf5aa9f41d236659027098860d2e6830bb8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 23.1.1

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.3.1
18 Feb 2023 19:21:02
commit hash: 4328204847ed8df7881ecc0b2781b6393e7a4179commit hash: 4328204847ed8df7881ecc0b2781b6393e7a4179commit hash: 4328204847ed8df7881ecc0b2781b6393e7a4179commit hash: 4328204847ed8df7881ecc0b2781b6393e7a4179 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/py-pip: relax version check after recent py-sphinx update (+)

Reported by:	tcberner
Sponsored by:   Serenity Cybersecurity, LLC
22.3.1
18 Jan 2023 19:57:43
commit hash: a907d249bf490ad558c79b6ebf4e6a4ecc9b823fcommit hash: a907d249bf490ad558c79b6ebf4e6a4ecc9b823fcommit hash: a907d249bf490ad558c79b6ebf4e6a4ecc9b823fcommit hash: a907d249bf490ad558c79b6ebf4e6a4ecc9b823f files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/py-pip: adjust sphinx versions range after a7a3ac5596fd (+)

Reported by:	yuri
Approved by:	portmgr blanket (fix build)
22.3.1
30 Dec 2022 09:06:07
commit hash: dac2c9c086d70d60a01679c9103c02191bfbbd54commit hash: dac2c9c086d70d60a01679c9103c02191bfbbd54commit hash: dac2c9c086d70d60a01679c9103c02191bfbbd54commit hash: dac2c9c086d70d60a01679c9103c02191bfbbd54 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.3.1

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
22.2.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22.2.2
27 Aug 2022 10:26:08
commit hash: 94c70782a5c99b0e2d0c394de393df02f672f4a2commit hash: 94c70782a5c99b0e2d0c394de393df02f672f4a2commit hash: 94c70782a5c99b0e2d0c394de393df02f672f4a2commit hash: 94c70782a5c99b0e2d0c394de393df02f672f4a2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.2.2

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.2.1
30 Jul 2022 19:26:34
commit hash: fa65b17db3f7aff624d341a9451579ef10c15f4bcommit hash: fa65b17db3f7aff624d341a9451579ef10c15f4bcommit hash: fa65b17db3f7aff624d341a9451579ef10c15f4bcommit hash: fa65b17db3f7aff624d341a9451579ef10c15f4b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.2.1

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.2
30 Jul 2022 05:59:10
commit hash: bbc84ef7d6989002af8923b0f7e1939adccdf494commit hash: bbc84ef7d6989002af8923b0f7e1939adccdf494commit hash: bbc84ef7d6989002af8923b0f7e1939adccdf494commit hash: bbc84ef7d6989002af8923b0f7e1939adccdf494 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.2

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.1.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22.1.2
21 Jun 2022 16:36:30
commit hash: 24ccfa4460328700d4d427efd02c5fa3e246bbf8commit hash: 24ccfa4460328700d4d427efd02c5fa3e246bbf8commit hash: 24ccfa4460328700d4d427efd02c5fa3e246bbf8commit hash: 24ccfa4460328700d4d427efd02c5fa3e246bbf8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Convert to USE_PYTHON=pytest
22.1.2
03 Jun 2022 23:36:49
commit hash: 4e2ab9650439b1ee9abc6b1b3b5410d1d5cd6bc4commit hash: 4e2ab9650439b1ee9abc6b1b3b5410d1d5cd6bc4commit hash: 4e2ab9650439b1ee9abc6b1b3b5410d1d5cd6bc4commit hash: 4e2ab9650439b1ee9abc6b1b3b5410d1d5cd6bc4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.1.2

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.1.1
03 Jun 2022 09:01:02
commit hash: 0b8b380c9e8372512b1545d165de3af83d3a157ccommit hash: 0b8b380c9e8372512b1545d165de3af83d3a157ccommit hash: 0b8b380c9e8372512b1545d165de3af83d3a157ccommit hash: 0b8b380c9e8372512b1545d165de3af83d3a157c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.1.1

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.1_1
14 May 2022 10:24:36
commit hash: b1e525f8607ab2c9605a68a8208e1c24bf41744acommit hash: b1e525f8607ab2c9605a68a8208e1c24bf41744acommit hash: b1e525f8607ab2c9605a68a8208e1c24bf41744acommit hash: b1e525f8607ab2c9605a68a8208e1c24bf41744a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Restore accidentally-removed bin/pip

- Bump PORTREVISION for package change
22.1
13 May 2022 19:30:56
commit hash: 91aaf67a31bf5e1415be6a485225dd37aec090f9commit hash: 91aaf67a31bf5e1415be6a485225dd37aec090f9commit hash: 91aaf67a31bf5e1415be6a485225dd37aec090f9commit hash: 91aaf67a31bf5e1415be6a485225dd37aec090f9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.1

- Update do-test:

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
22.0.4
13 May 2022 11:40:07
commit hash: ee3473c33ef5abd7dd898fb025cd7689f5cec8e0commit hash: ee3473c33ef5abd7dd898fb025cd7689f5cec8e0commit hash: ee3473c33ef5abd7dd898fb025cd7689f5cec8e0commit hash: ee3473c33ef5abd7dd898fb025cd7689f5cec8e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 22.0.4

Changes:	https://github.com/pypa/pip/blob/main/NEWS.rst
		https://pip.pypa.io/en/stable/news/
20.3.4
11 Jan 2022 18:47:26
commit hash: 029f12637419af3acdc2ba2dc73541ab29db73c7commit hash: 029f12637419af3acdc2ba2dc73541ab29db73c7commit hash: 029f12637419af3acdc2ba2dc73541ab29db73c7commit hash: 029f12637419af3acdc2ba2dc73541ab29db73c7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f
(python36 removal)
20.3.4
06 Oct 2021 13:32:42
commit hash: 3f66715cfab913bf814f4bf6268e637d1384ce18commit hash: 3f66715cfab913bf814f4bf6268e637d1384ce18commit hash: 3f66715cfab913bf814f4bf6268e637d1384ce18commit hash: 3f66715cfab913bf814f4bf6268e637d1384ce18 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-pip: Add CPE information

Approved by:	portmgr (blanket)
20.3.4
25 May 2021 13:55:43
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
20.3.4
07 May 2021 09:53:01
commit hash: 86c8db870a52032313dcdabfc0e99974f42255eacommit hash: 86c8db870a52032313dcdabfc0e99974f42255eacommit hash: 86c8db870a52032313dcdabfc0e99974f42255eacommit hash: 86c8db870a52032313dcdabfc0e99974f42255ea files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Fix build with DOCS option enabled on Python 3.6

PR:		255579
Reported by:	John Hein <jcfyecrayz@liamekaens.com>
20.3.4
18 Apr 2021 05:49:09
commit hash: c5f0a90829853a4029026dcb4beab2b3c2186237commit hash: c5f0a90829853a4029026dcb4beab2b3c2186237commit hash: c5f0a90829853a4029026dcb4beab2b3c2186237commit hash: c5f0a90829853a4029026dcb4beab2b3c2186237 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip: Update to 20.3.4

Changes:	https://github.com/pypa/pip/blob/master/NEWS.rst
		https://pip.pypa.io/en/stable/news/
20.2.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20.2.3
14 Jan 2021 14:34:38
Revision:561562Original commit files touched by this commit
dbaio search for other commits by this committer
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
20.2.3
10 Jan 2021 14:05:33
Revision:561070Original commit files touched by this commit
rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
20.2.3
09 Jan 2021 16:34:07
Revision:560874Original commit files touched by this commit
antoine search for other commits by this committer
Remove python 2.7 support from a few ports
20.2.3
16 Dec 2020 01:45:01
Revision:558197Original commit files touched by this commit
linimon search for other commits by this committer
Defuse a ticking time-bomb by removing the dependency on devel/bzr.

It is likely that this will break "make test", so, why am I doing it?

The answer is that devel/bzr unconditionally depends on python27 (it is
known not to build with python37) -- and python27 is imminently due for
removal (see PR 249337).

This would not matter so much except that py-pip winds up a dependency
of devel/cmake, and thus, over 2000 ports -- all of which would have
broken when python27 was removed.

Unfortunately the time before that removal happens is simply too short
to have a proper discussion with all stakeholders.  We need to remove
the dependency immediately so that PR 249337 can proceed.

PR:		249337 (related to)
20.2.3
09 Sep 2020 20:39:58
Revision:548155Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 20.2.3

Changes:	https://github.com/pypa/pip/blob/master/NEWS.rst
		https://pip.pypa.io/en/stable/news/
20.2.2
05 Sep 2020 10:11:52
Revision:547647Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 20.2.2

Changes:	https://github.com/pypa/pip/blob/master/NEWS.rst
		https://pip.pypa.io/en/stable/news/
19.1.1
11 May 2020 23:51:58
Revision:534966Original commit files touched by this commit
dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19.1.1
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
19.1.1
29 Jun 2019 18:19:50
Revision:505362Original commit files touched by this commit
swills search for other commits by this committer
devel/py-pip: remove lang/python from TEST_DEPENDS
19.1.1
29 Jun 2019 12:59:55
Revision:505348Original commit files touched by this commit
swills search for other commits by this committer
devel/py-pip: Update to 19.1.1

PR:		229946
Reviewed by:	wen, miwi, koobs
Approved by:	miwi
9.0.3_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
9.0.3
07 Jan 2019 18:09:41
Revision:489594Original commit files touched by this commit
tobik search for other commits by this committer
Do not set NO_{ARCH,BUILD} twice
9.0.3
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
9.0.3
23 Mar 2018 16:44:52
Revision:465370Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 9.0.3

Changes:	https://github.com/pypa/pip/blob/master/NEWS.rst
9.0.2
18 Mar 2018 11:27:14
Revision:464896Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 9.0.2

Changes:	https://github.com/pypa/pip/blob/master/NEWS.rst
9.0.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
9.0.1
10 Jun 2017 02:19:05
Revision:443059Original commit files touched by this commit
woodsb02 search for other commits by this committer
[NEW] devel/py3-pip: Add Python 3.x version of this port

PR:		219833
PR:		212950
9.0.1
07 Dec 2016 06:40:09
Revision:428034Original commit files touched by this commit
wen search for other commits by this committer
- Update to 9.0.1
8.1.2
09 Oct 2016 13:11:44
Revision:423595Original commit files touched by this commit
wen search for other commits by this committer
- Update to 8.1.2
8.0.2
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
8.0.2
03 Feb 2016 20:54:42
Revision:407980Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 8.0.2
- Add NO_ARCH

Changes:	https://github.com/pypa/pip/blob/develop/CHANGES.txt
7.1.2_1
03 Feb 2016 07:50:20
Revision:407947Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-pip: Add pkg-message user WARNING

Add a pkg-message warning users not to use pip to install packages in
the system-wide Python environment location. This should have been done
a long time ago.

While I'm here:

- Add LICENSE_FILE
- Enable NO_ARCH
- Match *_DEPENDS versions to those in setup.py
- Fix incorrect pytest-xdist package name match

PR:		205881, 205819
Reported by:	many
Suggested by:	many
MFH:		2016Q1
7.1.2
14 Nov 2015 15:02:50
Revision:401574Original commit files touched by this commit
pi search for other commits by this committer
devel/py-pip: 7.0.3 -> 7.1.2

Changes:
  https://pip.pypa.io/en/stable/news/

See also: https://reviews.freebsd.org/D4106

PR:		204367
Reviewed by:	antoine, koobs, nivit
Approved by:	nivit (maintainer)
7.0.3
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
7.0.3
29 Jul 2015 22:09:55
Revision:393196Original commit files touched by this commit
antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
7.0.3
24 Jul 2015 07:09:40
Revision:392772Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-pip: Fix pkg-plist (DOCS)

Update pkg-plist for DOCS option files that were missed in the last update
I committed.

Reported by:	mat
Approved by:	portmgr (blanket)
MFH:		2015Q3
7.0.3
21 Jun 2015 05:34:54
Revision:390183Original commit files touched by this commit
koobs search for other commits by this committer
devl/py-pip: Update to 7.0.3

- Update to 7.0.3
- Update pkg-plist
- USE_GITHUB to get test suite (PyPI sdist doesnt include them)
- Add TEST_DEPENDS and canonicalise regression-test: target
- Patch setup.cfg so that tests run properly
- Temporarily patch out versioned console_script's (pipX, pipX.Y)
  until USE_PYTHON=concurrent supports more granularity (coming soon).

Note: A couple of tests fail because of these missing console_scripts.

- Add USE_PYTHON=concurrent support accordingly.

While I'm here:

- Makefile: Sort sections
- Makefile: Whitespace align

Changes:

  https://pip.pypa.io/en/stable/news.html

PR:		200688
Approved by:	nivit (maintainer)
6.1.1
02 May 2015 09:47:55
Revision:385168Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 6.1.1

Relnotes:	https://pip.pypa.io/en/latest/news.html
6.0.8
06 Feb 2015 22:21:41
Revision:378561Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 6.0.8
6.0.7
29 Jan 2015 13:33:38
Revision:378118Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 6.0.7
- Sort USE_PYTHON values
6.0.6
18 Jan 2015 09:26:22
Revision:377286Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 6.0.6
- Switch back to CHEESESHOP as download site
  because doc sources are now included in the
  distribution file
- Update WWW address in pkg-descr

Relnotes:	https://pip.pypa.io/en/latest/news.html
1.5.6
27 Oct 2014 10:58:26
Revision:371548Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.5.6
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
1.5.6
19 May 2014 01:03:17
Revision:354477Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.5.6
- Use new options helper

Release Notes:	https://pip.pypa.io/en/latest/news.html
1.5.4
10 Apr 2014 00:34:18
Revision:350751Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.5.4
- Use GitHub as download site, so we can  build docs
- Build docs as HTML format with Sphinx
- Add a regression-test target (not active at the moment, because
  some tests fail)
- Update pkg-descr

Release Notes:	http://www.pip-installer.org/en/latest/news.html
1.5.2
10 Feb 2014 09:38:32
Revision:343609Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-pip: Update to 1.5.2 and modernise

- Update to 1.5.2
- Remove LOCAL master site (CHEESESHOP is highly available)
- Enable STAGE support
- Enable AUTOPLIST, update pkg-plist
- Deprecate easy_install target
- Deprecate py3k-fix-pkg-plist.inc
- Deprecate OPTIONSFILE override
- PLIST_SUB is no longer necessary

Changes: https://github.com/pypa/pip/blob/1.5.2/CHANGES.txt

PR:		ports/186584
Approved by:	maintainer (via email)
1.4.1
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
1.4.1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.4.1
30 Aug 2013 19:21:25
Revision:325716Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.4.1
- Use shebangfix facility
1.4
25 Jul 2013 07:28:35
Revision:323626Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.4
- Fix WWW line in pkg-descr

Build log:	http://goo.gl/6UmyMk
Change log:	http://goo.gl/9pUy4v
1.3.1
10 Jul 2013 09:30:21
Revision:322633Original commit files touched by this commit
nivit search for other commits by this committer
- Fix build with redports.org and poudriere(8)

Build log:	http://goo.gl/sC2sr
Reported by:	olgeni, Sascha Holzleiter >sascha@root-login.org> (via private
email)
1.3.1
10 Mar 2013 23:01:27
Revision:313848Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.3.1
- Trim Makefile header
- Include fix of pkg-plist when Python ver >= 3.2

BuildLog:	http://goo.gl/dM1BH
1.2.1
08 Sep 2012 12:42:02
Revision:303899Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.2.1

ChangeLog:	http://goo.gl/kdjka
BuildLog:	http://goo.gl/svYX4
1.2
03 Sep 2012 12:44:00
Revision:303598Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.2
- Add LICENSE (MIT)
- Convert to the new options framework

ReleaseNotes:	http://goo.gl/FjWOP
BuildLog:	http://goo.gl/q2mBr
1.1
20 Apr 2012 13:53:54
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.1
1.0.2
07 Aug 2011 08:20:37
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.0.2
1.0.1
15 May 2011 13:36:13
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.0.1
1.0
06 Apr 2011 16:57:47
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.0
0.8.3
12 Mar 2011 23:33:17
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.8.3
- Change web site URL in pkg-descr
0.8.2
04 Dec 2010 22:20:27
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.8.2
0.8.1
15 Sep 2010 12:05:17
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.8.1
0.8
15 Aug 2010 12:34:02
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.8
- Set USE_PYDISTUTILS to easy_install
0.7.1
27 Apr 2010 12:06:38
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.7.1
0.6.3
16 Feb 2010 16:54:33
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.6.3

Feature safe:   yes
0.6.1
14 Dec 2009 13:25:46
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.6.1
- Add devel/py-setuptools to RUN_DEPENDS
0.6
10 Nov 2009 17:53:51
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.6
0.5.1
12 Oct 2009 11:59:18
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.5.1
- Install additional docs
0.4
27 May 2009 22:13:30
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.4
0.3.1
29 Jan 2009 21:10:31
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.3.1
- Use distutils instead of easy_install to install
0.2.1
19 Jan 2009 22:02:58
Original commit files touched by this commit
nivit search for other commits by this committer
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).

WWW:    http://pip.openplans.org/

Number of commits found: 91