python: setuptools 4.0.1
This commit is contained in:
parent
910be0bd1a
commit
03a0a29d92
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ class Python < Formula
|
|||
head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7"
|
||||
url "http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz"
|
||||
sha1 "1db01d7f325d8ceaf986976800106018b82ae45a"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha1 "4a9f0e366ec4fd69aa36cd7fa156a26b16ebfaf2" => :mavericks
|
||||
|
@ -30,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-4.0.tar.gz"
|
||||
sha1 "ff9212d50573ea9983d81d53bd11e834cf863b25"
|
||||
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-4.0.1.tar.gz"
|
||||
sha1 "a43549f4a01f314bf54567628f8de7d1c03d5930"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
|
|
Loading…
Reference in a new issue