python, python3, pypy, pypy3: update pip 6.0.6 and setuptools 11.3.1

Closes Homebrew/homebrew#35618.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Alessio Bogon 2015-01-07 00:58:01 +01:00 committed by Mike McQuaid
parent 8ea001b001
commit c820626b8e
4 changed files with 16 additions and 16 deletions

View file

@ -19,13 +19,13 @@ class Pypy < Formula
depends_on "openssl"
resource "setuptools" do
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-9.1.tar.gz"
sha1 "b068a670c84df7b961730c6a0d00cd06c7b767f0"
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-11.3.1.tar.gz"
sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16"
end
resource "pip" do
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.3.tar.gz"
sha1 "67d4affd83ee2f3514ac1386bee59f10f672517c"
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz"
sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b"
end
# https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/187391

View file

@ -18,13 +18,13 @@ class Pypy3 < Formula
depends_on "openssl"
resource "setuptools" do
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-9.1.tar.gz"
sha1 "b068a670c84df7b961730c6a0d00cd06c7b767f0"
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-11.3.1.tar.gz"
sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16"
end
resource "pip" do
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.3.tar.gz"
sha1 "67d4affd83ee2f3514ac1386bee59f10f672517c"
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz"
sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b"
end
# https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/187391

View file

@ -32,13 +32,13 @@ 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-9.1.tar.gz"
sha1 "b068a670c84df7b961730c6a0d00cd06c7b767f0"
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-11.3.1.tar.gz"
sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16"
end
resource "pip" do
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.3.tar.gz"
sha1 "67d4affd83ee2f3514ac1386bee59f10f672517c"
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz"
sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b"
end
# Patch for pyport.h macro issue

View file

@ -34,13 +34,13 @@ 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-9.1.tar.gz"
sha1 "b068a670c84df7b961730c6a0d00cd06c7b767f0"
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-11.3.1.tar.gz"
sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16"
end
resource "pip" do
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.3.tar.gz"
sha1 "67d4affd83ee2f3514ac1386bee59f10f672517c"
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz"
sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b"
end
patch :DATA if build.with? "brewed-tk"