From 96a487c54a66bd8ec7f4f62d53cb1616fc37ea02 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 29 Jun 2010 12:55:26 -0700 Subject: Add formula for Distribute for Python. "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. --- Library/Formula/distribute.rb | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Library/Formula/distribute.rb (limited to 'Library/Formula') diff --git a/Library/Formula/distribute.rb b/Library/Formula/distribute.rb new file mode 100644 index 000000000..51c85ee6c --- /dev/null +++ b/Library/Formula/distribute.rb @@ -0,0 +1,45 @@ +require 'formula' + +class Distribute