python: setuptools 2.0.1

Closes Homebrew/homebrew#25307.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Goodspeed 2013-12-18 09:47:27 -06:00 committed by Adam Vandenberg
parent b296d2eccc
commit 15278aba76
3 changed files with 6 additions and 6 deletions

View file

@ -9,8 +9,8 @@ class Pypy < Formula
depends_on :arch => :x86_64
resource 'setuptools' do
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.2.tar.gz'
sha1 '77180132225c5b4696e6d061655e291f3d1b20f5'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz'
sha1 '5283b4dca46d45efd1156713ab51836509646c03'
end
resource 'pip' do

View file

@ -25,8 +25,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-1.3.2.tar.gz'
sha1 '77180132225c5b4696e6d061655e291f3d1b20f5'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz'
sha1 '5283b4dca46d45efd1156713ab51836509646c03'
end
resource 'pip' do

View file

@ -26,8 +26,8 @@ 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-1.3.2.tar.gz'
sha1 '77180132225c5b4696e6d061655e291f3d1b20f5'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz'
sha1 '5283b4dca46d45efd1156713ab51836509646c03'
end
resource 'pip' do