aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pip.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-07Update pip to 0.8.2Mike Tigas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-17cleaner pip patch for 0.8.1Adam Vandenberg
2010-09-15Updated pip formula to new release (v0.8.1).Kenneth Reitz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-06Pip 0.8 released.Kenneth Reitz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15Fixed pip's default storage dir.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-04Pip - use pip.conf as the settings file (not .ini)Adam Vandenberg
2010-07-03Update pip formula.Adam Vandenberg
"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-06-01Updated pip formula to 0.7.2.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-20Fix Pip default locations for build, src and logMax Howell
2010-02-14Install pip manuallyMax Howell
This means any existing pydist configuration cannot break pip's installation.
2010-02-13Closes #711Max Howell
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-09Updated pip to 0.6.3.aku@hibana.net
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-02Added pip and setuptools formulaJannis Leidel
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.