python 3.7.5
This commit is contained in:
parent
8a35e1210b
commit
5895674b58
1 changed files with 6 additions and 7 deletions
|
@ -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.7.4/Python-3.7.4.tar.xz"
|
||||
sha256 "fb799134b868199930b75f26678f18932214042639cd52b16da7fd134cd9b13f"
|
||||
revision 1
|
||||
url "https://www.python.org/ftp/python/3.7.5/Python-3.7.5.tar.xz"
|
||||
sha256 "e85a76ea9f3d6c485ec1780fca4e500725a4a7bbc63c78ebc44170de9b619d94"
|
||||
head "https://github.com/python/cpython.git"
|
||||
|
||||
bottle do
|
||||
|
@ -35,13 +34,13 @@ class Python < Formula
|
|||
skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5", "bin/easy_install-3.6", "bin/easy_install-3.7"
|
||||
|
||||
resource "setuptools" do
|
||||
url "https://files.pythonhosted.org/packages/f4/d5/a6c19dcbcbc267aca376558797f036d9bcdff344c9f785fe7d0fe9a5f2a7/setuptools-41.4.0.zip"
|
||||
sha256 "7eae782ccf36b790c21bde7d86a4f303a441cd77036b25c559a602cf5186ce4d"
|
||||
url "https://files.pythonhosted.org/packages/11/0a/7f13ef5cd932a107cd4c0f3ebc9d831d9b78e1a0e8c98a098ca17b1d7d97/setuptools-41.6.0.zip"
|
||||
sha256 "6afa61b391dcd16cb8890ec9f66cc4015a8a31a6e1c2b4e0c464514be1a3d722"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
url "https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz"
|
||||
sha256 "e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135"
|
||||
url "https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz"
|
||||
sha256 "21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7"
|
||||
end
|
||||
|
||||
resource "wheel" do
|
||||
|
|
Loading…
Reference in a new issue