setuptools 3.4.1
Closes Homebrew/homebrew#28195. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
95c2628608
commit
871cb69150
2 changed files with 4 additions and 4 deletions
|
@ -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-2.2.tar.gz'
|
||||
sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
|
||||
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz'
|
||||
sha1 '1a7bb4736d915ec140b4225245b585c14b39b8dd'
|
||||
end
|
||||
|
||||
resource 'pip' do
|
||||
|
|
|
@ -31,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-2.2.tar.gz'
|
||||
sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
|
||||
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz'
|
||||
sha1 '1a7bb4736d915ec140b4225245b585c14b39b8dd'
|
||||
end
|
||||
|
||||
resource 'pip' do
|
||||
|
|
Loading…
Reference in a new issue