python setuptools 1.1.7
Closes Homebrew/homebrew#23864. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e3e348ae28
commit
8de2793dbe
3 changed files with 6 additions and 6 deletions
|
@ -9,8 +9,8 @@ class Pypy < Formula
|
||||||
depends_on :arch => :x86_64
|
depends_on :arch => :x86_64
|
||||||
|
|
||||||
resource 'setuptools' do
|
resource 'setuptools' do
|
||||||
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.6.tar.gz'
|
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.7.tar.gz'
|
||||||
sha1 '4a8863e8196704759a5800afbcf33a94b802ac88'
|
sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878'
|
||||||
end
|
end
|
||||||
|
|
||||||
resource 'pip' do
|
resource 'pip' do
|
||||||
|
|
|
@ -26,8 +26,8 @@ class Python < Formula
|
||||||
skip_clean 'bin/easy_install', 'bin/easy_install-2.7'
|
skip_clean 'bin/easy_install', 'bin/easy_install-2.7'
|
||||||
|
|
||||||
resource 'setuptools' do
|
resource 'setuptools' do
|
||||||
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.6.tar.gz'
|
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.7.tar.gz'
|
||||||
sha1 '4a8863e8196704759a5800afbcf33a94b802ac88'
|
sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878'
|
||||||
end
|
end
|
||||||
|
|
||||||
resource 'pip' do
|
resource 'pip' do
|
||||||
|
|
|
@ -30,8 +30,8 @@ class Python3 < Formula
|
||||||
skip_clean "bin/easy_install3", "bin/easy_install-#{VER}"
|
skip_clean "bin/easy_install3", "bin/easy_install-#{VER}"
|
||||||
|
|
||||||
resource 'setuptools' do
|
resource 'setuptools' do
|
||||||
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.6.tar.gz'
|
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.7.tar.gz'
|
||||||
sha1 '4a8863e8196704759a5800afbcf33a94b802ac88'
|
sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878'
|
||||||
end
|
end
|
||||||
|
|
||||||
resource 'pip' do
|
resource 'pip' do
|
||||||
|
|
Loading…
Reference in a new issue