python: pip 6.0.7, setuptools 12.0.5
This commit is contained in:
parent
21e40d3f62
commit
1d58bd4c4d
1 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,3 @@
|
|||
require "formula"
|
||||
|
||||
class Python < Formula
|
||||
homepage "https://www.python.org"
|
||||
head "https://hg.python.org/cpython", :using => :hg, :branch => "2.7"
|
||||
|
@ -32,13 +30,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-11.3.1.tar.gz"
|
||||
sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16"
|
||||
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-12.0.5.tar.gz"
|
||||
sha1 "cd49661e090a397d77c690f7f2d06852b7086be9"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz"
|
||||
sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b"
|
||||
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.7.tar.gz"
|
||||
sha1 "d2539dcd3d938863c7f6d7197d2f53066c92cf23"
|
||||
end
|
||||
|
||||
# Patch for pyport.h macro issue
|
||||
|
@ -283,7 +281,7 @@ class Python < Formula
|
|||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Setuptools and Pip have been installed. To update them
|
||||
Setuptools and pip have been installed. To update them
|
||||
pip install --upgrade setuptools
|
||||
pip install --upgrade pip
|
||||
|
||||
|
|
Loading…
Reference in a new issue