From 9688783f0bfe749d184c211cc73a9316763048ac Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 29 Jul 2009 18:25:18 -0700 Subject: Basic Python 2.6 recipe. --- Library/Formula/python.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/python.rb (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb new file mode 100644 index 000000000..2f70d810c --- /dev/null +++ b/Library/Formula/python.rb @@ -0,0 +1,20 @@ +require 'brewkit' + +class Python