python: setuptools 8.0

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Alex Gaynor 2014-12-13 09:17:12 -08:00 committed by Tim D. Smith
parent 8d14b2bf59
commit 62433bead5

View file

@ -32,8 +32,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-7.0.tar.gz"
sha1 "971d3efef71872c9d420df4cff6e04255024f9ae"
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.0.tar.gz"
sha1 "735a65e0df5781b43a542ffc7fe1ffb42fede843"
end
resource "pip" do