From 747bcf6fb0c72b74fc2ed0ff847817ce985762b4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 7 Jul 2010 13:15:52 -0700 Subject: Tweaks to Python 2.x --- Library/Formula/python.rb | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 2c77deb4e..82904fce1 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,16 +1,12 @@ require 'formula' <<-COMMENTS - -This is the Homebrew formula for Python. - Versions -------- This formula is currently tracking version 2.7.x. -If you are looking for newer versions of Python, check out these forks: - 2.7.x: http://github.com/mxcl/homebrew/issues/issue/1773 - 3.1.x: http://github.com/mxcl/homebrew/issues/issue/1188 +Python 3.x is available as a separate formula: + brew install python3 Options ------- @@ -56,9 +52,9 @@ class Python :optional # Prefer over OS X's older version depends_on 'readline' => :optional # Prefer over OS X's libedit - depends_on 'gdbm' => :optional + depends_on 'sqlite' => :optional # Prefer over OS X's older version + depends_on 'gdbm' => :optional def options [ @@ -111,7 +107,7 @@ class Python