diff options
| author | Tim D. Smith | 2015-01-28 22:05:06 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-28 23:03:28 -0800 |
| commit | 227acd9950ccd85baf4774b0a2f56c1d7a78de03 (patch) | |
| tree | 70ff7d2de911b99ffea00760a79871b842cc138b | |
| parent | c2b3a41ef69560a9243f852a0d5d58114335fcdf (diff) | |
| download | homebrew-227acd9950ccd85baf4774b0a2f56c1d7a78de03.tar.bz2 | |
python3: pip 6.0.7, setuptools 12.0.5
Closes #36345.
| -rw-r--r-- | Library/Formula/python3.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 689a12044..622d32b9d 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -1,5 +1,3 @@ -require "formula" - class Python3 < Formula homepage "https://www.python.org/" url "https://www.python.org/ftp/python/3.4.2/Python-3.4.2.tar.xz" @@ -34,13 +32,13 @@ class Python3 < Formula skip_clean "bin/easy_install3", "bin/easy_install-#{VER}" 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 :DATA if build.with? "brewed-tk" |
