Skip to content

Commit

Permalink
python: setuptools 2.0.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#25307.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Mike Goodspeed authored and adamv committed Dec 19, 2013
1 parent b296d2e commit 15278ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Formula/pypy.rb
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Formula/python.rb
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Formula/python3.rb
Expand Up @@ -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
Expand Down

0 comments on commit 15278ab

Please sign in to comment.