python: revision for gdbm
Also, update `setuptools` and `wheel` resources
This commit is contained in:
parent
9985aa705e
commit
b60c032557
1 changed files with 6 additions and 4 deletions
|
@ -3,6 +3,8 @@ class Python < Formula
|
|||
homepage "https://www.python.org/"
|
||||
url "https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz"
|
||||
sha256 "f434053ba1b5c8a5cc597e966ead3c5143012af827fd3f0697d21450bb8d87a6"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
rebuild 1
|
||||
sha256 "7e0fc1b078b51d9478ab08660d5df01611976a7af0f6c24054bda58264bb506c" => :high_sierra
|
||||
|
@ -40,8 +42,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/72/c2/c09362ab29338413ab687b47dab03bab4a792e2bbb727a1eb5e0a88e3b86/setuptools-39.0.1.zip"
|
||||
sha256 "bec7badf0f60e7fc8153fac47836edc41b74e5d541d7692e614e635720d6a7c7"
|
||||
url "https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip"
|
||||
sha256 "f7cddbb5f5c640311eb00eab6e849f7701fa70bf6a183fc8a2c33dd1d1672fb2"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
|
@ -50,8 +52,8 @@ class Python < Formula
|
|||
end
|
||||
|
||||
resource "wheel" do
|
||||
url "https://files.pythonhosted.org/packages/5d/c1/45947333669b31bc6b4933308dd07c2aa2fedcec0a95b14eedae993bd449/wheel-0.31.0.tar.gz"
|
||||
sha256 "1ae8153bed701cb062913b72429bcf854ba824f973735427681882a688cb55ce"
|
||||
url "https://files.pythonhosted.org/packages/2a/fb/aefe5d5dbc3f4fe1e815bcdb05cbaab19744d201bbc9b59cfa06ec7fc789/wheel-0.31.1.tar.gz"
|
||||
sha256 "0a2e54558a0628f2145d2fc822137e322412115173e8a2ddbe1c9024338ae83c"
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
|
|
Loading…
Reference in a new issue