From e0d9a373d8630272ec3a382655a9b38b7491bc57 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 4 Jul 2010 20:41:29 +0200 Subject: Bumped Python version up to 2.7. Signed-off-by: Adam Vandenberg --- Library/Formula/python.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index a3d24cbe7..2c77deb4e 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -6,7 +6,7 @@ This is the Homebrew formula for Python. Versions -------- -This formula is currently tracking version 2.6.x. +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 @@ -25,7 +25,7 @@ The "site-packages" folder lives in the Cellar, under the "lib" folder for normal builds, and under the "Frameworks" folder for Framework builds. A .pth file is added to the Cellar site-packages that adds the corresponding -HOMEBREW_PREFIX folder (/usr/local/lib/python2.6/site-packages by default) +HOMEBREW_PREFIX folder (/usr/local/lib/python2.7/site-packages by default) to sys.path. Note that this alternate folder doesn't itself support .pth files. pip / distribute @@ -52,9 +52,9 @@ def as_framework? end class Python :optional # Prefer over OS X's older version depends_on 'readline' => :optional # Prefer over OS X's libedit @@ -75,16 +75,16 @@ class Python