| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Mar 2013 23:01:27
1.3.1
|
nivit  |
- Update to 1.3.1
- Trim Makefile header
- Include fix of pkg-plist when Python ver >= 3.2
BuildLog: http://goo.gl/dM1BH |
08 Sep 2012 12:42:02
1.2.1
|
nivit  |
- Update to 1.2.1
ChangeLog: http://goo.gl/kdjka
BuildLog: http://goo.gl/svYX4 |
03 Sep 2012 12:44:00
1.2
|
nivit  |
- Update to 1.2
- Add LICENSE (MIT)
- Convert to the new options framework
ReleaseNotes: http://goo.gl/FjWOP
BuildLog: http://goo.gl/q2mBr |
20 Apr 2012 13:53:54
1.1
|
nivit  |
- Update to 1.1 |
07 Aug 2011 08:20:37
1.0.2
|
nivit  |
- Update to 1.0.2 |
15 May 2011 13:36:13
1.0.1
|
nivit  |
- Update to 1.0.1 |
06 Apr 2011 16:57:47
1.0
|
nivit  |
- Update to 1.0 |
12 Mar 2011 23:33:17
0.8.3
|
nivit  |
- Update to 0.8.3
- Change web site URL in pkg-descr |
04 Dec 2010 22:20:27
0.8.2
|
nivit  |
- Update to 0.8.2 |
15 Sep 2010 12:05:17
0.8.1
|
nivit  |
- Update to 0.8.1 |
15 Aug 2010 12:34:02
0.8
|
nivit  |
- Update to 0.8
- Set USE_PYDISTUTILS to easy_install |
27 Apr 2010 12:06:38
0.7.1
|
nivit  |
- Update to 0.7.1 |
16 Feb 2010 16:54:33
0.6.3
|
nivit  |
- Update to 0.6.3
Feature safe: yes |
14 Dec 2009 13:25:46
0.6.1
|
nivit  |
- Update to 0.6.1
- Add devel/py-setuptools to RUN_DEPENDS |
10 Nov 2009 17:53:51
0.6
|
nivit  |
- Update to 0.6 |
12 Oct 2009 11:59:18
0.5.1
|
nivit  |
- Update to 0.5.1
- Install additional docs |
27 May 2009 22:13:30
0.4
|
nivit  |
- Update to 0.4 |
29 Jan 2009 21:10:31
0.3.1
|
nivit  |
- Update to 0.3.1
- Use distutils instead of easy_install to install |
19 Jan 2009 22:02:58
0.2.1
|
nivit  |
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/ |