Commit Graph

13 Commits (8bf70292ef8f42a43bab4cb7c1221e2e1aeaef79)

Author SHA1 Message Date
Mike Tigas 0dcc70b6d9 Update pip to 0.8.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-07 07:57:29 -08:00
Adam Vandenberg 3979772c49 cleaner pip patch for 0.8.1 2010-09-17 22:40:15 -07:00
Kenneth Reitz 3be01b345a Updated pip formula to new release (v0.8.1).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-15 09:02:54 -07:00
Kenneth Reitz 88fa52c228 Pip 0.8 released.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-06 11:16:44 -07:00
Jannis Leidel 892869aa56 Fixed pip's default storage dir.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 07:01:35 -07:00
Adam Vandenberg 50b71eb8a2 Pip - use pip.conf as the settings file (not .ini) 2010-07-04 07:58:37 -07:00
Adam Vandenberg 3d641c7919 Update pip formula.
"brew install pip" now only works with a Homebrew-provided Python, and installs
directly into that Python's cellar.

This brew, by design, will only install against a Homebrew-built
version of Python, with instructions for installing
distribute against a custom Python.
2010-07-03 21:55:34 -07:00
Jannis Leidel 6e37e994f6 Updated pip formula to 0.7.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 18:13:30 -07:00
Max Howell 9126f68820 Fix Pip default locations for build, src and log 2010-02-20 13:58:13 +00:00
Max Howell bb3e166436 Install pip manually
This means any existing pydist configuration cannot break pip's installation.
2010-02-14 12:53:24 +00:00
Max Howell 28847c12d5 Closes Homebrew/homebrew#711
Warn user that pip breaks if the .pydistutils.cfg file exists (or at least if it has certain keys in it, but exists is easier to explain).
2010-02-13 11:41:21 +00:00
aku@hibana.net 421e367bcc Updated pip to 0.6.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-09 13:08:06 -08:00
Jannis Leidel c961a0ffdc Added pip and setuptools formula
As discussed on IRC this simplifies the Python
packaging strategy of Homebrew. It's a modified
version of the hints given on http://bit.ly/HomebrewPython
and renders them unnecessary.

setuptools and pip will be installed separately
from Python's site-packages (e.g.
"#{prefix}/lib/pip") but will install other
packages in the Python's site-packages directory
and *not* inside their own directories.

In case the Python brew is removed or unlinked
all packages installed with pip will be removed
or unlinked, too. When using the non-framework
install of Python (e.g. not the OS X' default)
these restrictions also apply in case of the
installation of a new version of Python.
2009-12-02 12:53:00 +00:00