python setuptools 1.3

Closes Homebrew/homebrew#24030.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Goodspeed 2013-11-06 11:31:57 -06:00 committed by Adam Vandenberg
parent 30694d0919
commit 041a6e575e
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.1.7.tar.gz'
sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.tar.gz'
sha1 'faadca24f78488ad1a29f59bbeff9de26aa8e937'
end
resource 'pip' do

View file

@ -26,8 +26,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.1.7.tar.gz'
sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.tar.gz'
sha1 'faadca24f78488ad1a29f59bbeff9de26aa8e937'
end
resource 'pip' do

View file

@ -30,8 +30,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.1.7.tar.gz'
sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.tar.gz'
sha1 'faadca24f78488ad1a29f59bbeff9de26aa8e937'
end
resource 'pip' do