diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index a240c367a..2942e8ec9 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,5 +1,3 @@ -require "formula" - class Python < Formula homepage "https://www.python.org" head "https://hg.python.org/cpython", :using => :hg, :branch => "2.7" @@ -32,13 +30,13 @@ class Python < Formula skip_clean "bin/easy_install", "bin/easy_install-2.7" resource "setuptools" do - url "https://pypi.python.org/packages/source/s/setuptools/setuptools-11.3.1.tar.gz" - sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16" + url "https://pypi.python.org/packages/source/s/setuptools/setuptools-12.0.5.tar.gz" + sha1 "cd49661e090a397d77c690f7f2d06852b7086be9" end resource "pip" do - url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz" - sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b" + url "https://pypi.python.org/packages/source/p/pip/pip-6.0.7.tar.gz" + sha1 "d2539dcd3d938863c7f6d7197d2f53066c92cf23" end # Patch for pyport.h macro issue @@ -283,7 +281,7 @@ class Python < Formula end def caveats; <<-EOS.undent - Setuptools and Pip have been installed. To update them + Setuptools and pip have been installed. To update them pip install --upgrade setuptools pip install --upgrade pip |
