diff options
| author | Tim D. Smith | 2015-01-28 22:04:53 -0800 | 
|---|---|---|
| committer | Tim D. Smith | 2015-01-28 23:03:07 -0800 | 
| commit | c2b3a41ef69560a9243f852a0d5d58114335fcdf (patch) | |
| tree | ec13e89019c501aa274a5c4c84537bf073b07c39 /Library/Formula/python.rb | |
| parent | d9cc3152f572300dea6ea350507a563083760ba0 (diff) | |
| download | homebrew-c2b3a41ef69560a9243f852a0d5d58114335fcdf.tar.bz2 | |
python: pip 6.0.7, setuptools 12.0.5
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 | 
