python 2.7.11
Closes Homebrew/homebrew#46715. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
6f4d27f59d
commit
0367e567e9
1 changed files with 4 additions and 5 deletions
|
@ -2,9 +2,8 @@ class Python < Formula
|
|||
desc "Interpreted, interactive, object-oriented programming language"
|
||||
homepage "https://www.python.org"
|
||||
head "https://hg.python.org/cpython", :using => :hg, :branch => "2.7"
|
||||
url "https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz"
|
||||
sha256 "eda8ce6eec03e74991abb5384170e7c65fcd7522e409b8e83d7e6372add0f12a"
|
||||
revision 2
|
||||
url "https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz"
|
||||
sha256 "82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6"
|
||||
|
||||
bottle do
|
||||
revision 3
|
||||
|
@ -36,8 +35,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-18.3.1.tar.gz"
|
||||
sha256 "2fa230727104b07e522deec17929e84e041c9047e392c055347a02b0d5ca874d"
|
||||
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-18.7.1.tar.gz"
|
||||
sha256 "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
|
|
Loading…
Reference in a new issue