python 3.6.5

This commit is contained in:
Chuancong Gao 2018-03-29 19:40:41 -07:00 committed by ilovezfs
parent 763dc41fb5
commit 0036460b7c

View file

@ -1,9 +1,8 @@
class Python < Formula
desc "Interpreted, interactive, object-oriented programming language"
homepage "https://www.python.org/"
url "https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tar.xz"
sha256 "159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba"
revision 4
url "https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz"
sha256 "f434053ba1b5c8a5cc597e966ead3c5143012af827fd3f0697d21450bb8d87a6"
head "https://github.com/python/cpython.git"
bottle do
@ -34,8 +33,8 @@ class Python < Formula
skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5", "bin/easy_install-3.6"
resource "setuptools" do
url "https://files.pythonhosted.org/packages/e0/02/2b14188e06ddf61e5b462e216b15d893e8472fca28b1b0c5d9272ad7e87c/setuptools-38.5.2.zip"
sha256 "8246123e984cadf687163bdcd1bb58eb325e2891b066e1f0224728a41c8d9064"
url "https://files.pythonhosted.org/packages/72/c2/c09362ab29338413ab687b47dab03bab4a792e2bbb727a1eb5e0a88e3b86/setuptools-39.0.1.zip"
sha256 "bec7badf0f60e7fc8153fac47836edc41b74e5d541d7692e614e635720d6a7c7"
end
resource "pip" do