aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/distribute.rb
AgeCommit message (Collapse)Author
2011-03-29python: better site-packages and install-scriptsAdam Vandenberg
Previous versions of the Python 2.x formula did not set up the site-packages and install-scripts folders in a way friendly to updates of Python itself.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-15Updated distribute formula.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03Add formula for Distribute for Python.Adam Vandenberg
"Distribute" is a "setuptools" replacement for Python, and is a prequisite for "pip". Homebrew suggests using pip to install Python modules required by a few brews. This brew, by design, will only install against a Homebrew-built version of Python, with instructions for installing distribute against a custom Python.