diff options
| author | Adam Vandenberg | 2014-06-02 08:25:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-06-02 20:27:58 -0700 |
| commit | 3f677835a897ebbff53580636a2ec71c09f21e2d (patch) | |
| tree | 9134e2ba3d0cee8fb22c2a9934c1c6f44965fddd | |
| parent | 8d97f5c23589f5a3e76fc7c185b099440cd6ac76 (diff) | |
| download | homebrew-3f677835a897ebbff53580636a2ec71c09f21e2d.tar.bz2 | |
python: setuptools 4.0.1
| -rw-r--r-- | Library/Formula/python.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 81320a87c..be5246984 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,6 +5,7 @@ class Python < Formula head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7" url "http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz" sha1 "1db01d7f325d8ceaf986976800106018b82ae45a" + revision 1 bottle do sha1 "4a9f0e366ec4fd69aa36cd7fa156a26b16ebfaf2" => :mavericks @@ -30,8 +31,8 @@ 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-4.0.tar.gz" - sha1 "ff9212d50573ea9983d81d53bd11e834cf863b25" + url "https://pypi.python.org/packages/source/s/setuptools/setuptools-4.0.1.tar.gz" + sha1 "a43549f4a01f314bf54567628f8de7d1c03d5930" end resource "pip" do |
