aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pip
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.2nivit2011-08-072-3/+3
|
* - Update to 1.0.1nivit2011-05-152-3/+3
|
* - Update to 1.0nivit2011-04-073-15/+14
|
* - Update to 0.8.3nivit2011-03-134-14/+14
| | | | - Change web site URL in pkg-descr
* - Update to 0.8.2nivit2010-12-052-4/+3
|
* - Update to 0.8.1nivit2010-09-153-23/+16
|
* - Update to 0.8nivit2010-08-153-91/+109
| | | | - Set USE_PYDISTUTILS to easy_install
* - Update to 0.7.1nivit2010-04-273-5/+10
|
* - Update to 0.6.3nivit2010-02-173-8/+93
| | | | Feature safe: yes
* - Update to 0.6.1nivit2009-12-143-11/+12
| | | | - Add devel/py-setuptools to RUN_DEPENDS
* - Update to 0.6nivit2009-11-112-4/+4
|
* - Update to 0.5.1nivit2009-10-123-4/+24
| | | | - Install additional docs
* - Update to 0.4nivit2009-05-282-5/+5
|
* - Update to 0.3.1nivit2009-01-303-17/+8
| | | | - Use distutils instead of easy_install to install
* pip is a replacement for easy_install. It uses mostly the same techniquesnivit2009-01-204-0/+55
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/