aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pip
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.2Nicola Vitale2011-08-072-3/+3
| | | | Notes: svn path=/head/; revision=279102
* - Update to 1.0.1Nicola Vitale2011-05-152-3/+3
| | | | Notes: svn path=/head/; revision=274141
* - Update to 1.0Nicola Vitale2011-04-063-15/+14
| | | | Notes: svn path=/head/; revision=272307
* - Update to 0.8.3Nicola Vitale2011-03-124-14/+14
| | | | | | | - Change web site URL in pkg-descr Notes: svn path=/head/; revision=270770
* - Update to 0.8.2Nicola Vitale2010-12-042-4/+3
| | | | Notes: svn path=/head/; revision=265693
* - Update to 0.8.1Nicola Vitale2010-09-153-23/+16
| | | | Notes: svn path=/head/; revision=261207
* - Update to 0.8Nicola Vitale2010-08-153-91/+109
| | | | | | | - Set USE_PYDISTUTILS to easy_install Notes: svn path=/head/; revision=259299
* - Update to 0.7.1Nicola Vitale2010-04-273-5/+10
| | | | Notes: svn path=/head/; revision=253345
* - Update to 0.6.3Nicola Vitale2010-02-163-8/+93
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249957
* - Update to 0.6.1Nicola Vitale2009-12-143-11/+12
| | | | | | | - Add devel/py-setuptools to RUN_DEPENDS Notes: svn path=/head/; revision=245771
* - Update to 0.6Nicola Vitale2009-11-102-4/+4
| | | | Notes: svn path=/head/; revision=244078
* - Update to 0.5.1Nicola Vitale2009-10-123-4/+24
| | | | | | | - Install additional docs Notes: svn path=/head/; revision=242721
* - Update to 0.4Nicola Vitale2009-05-272-5/+5
| | | | Notes: svn path=/head/; revision=234682
* - Update to 0.3.1Nicola Vitale2009-01-293-17/+8
| | | | | | | - Use distutils instead of easy_install to install Notes: svn path=/head/; revision=227114
* pip is a replacement for easy_install. It uses mostly the same techniquesNicola Vitale2009-01-194-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/ Notes: svn path=/head/; revision=226454