python 3.7.2
This commit is contained in:
parent
ea82f609ab
commit
130f4d224e
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +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.1/Python-3.7.1.tar.xz"
|
||||
sha256 "fa7e2b8e8c9402f192ad56dc4f814089d1c4466c97d780f5e5acc02c04243d6d"
|
||||
url "https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz"
|
||||
sha256 "f09d83c773b9cc72421abba2c317e4e6e05d919f9bcf34468e192b6a6c8e328d"
|
||||
head "https://github.com/python/cpython.git"
|
||||
|
||||
bottle do
|
||||
|
@ -39,8 +39,8 @@ class Python < Formula
|
|||
end
|
||||
|
||||
resource "setuptools" do
|
||||
url "https://files.pythonhosted.org/packages/26/e5/9897eee1100b166a61f91b68528cb692e8887300d9cbdaa1a349f6304b79/setuptools-40.5.0.zip"
|
||||
sha256 "2a2a200f4a760adbded23a091a00be2eca4e28efed65c6120ea275f7e89a1eab"
|
||||
url "https://files.pythonhosted.org/packages/37/1b/b25507861991beeade31473868463dad0e58b1978c209de27384ae541b0b/setuptools-40.6.3.zip"
|
||||
sha256 "3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
|
@ -49,8 +49,8 @@ class Python < Formula
|
|||
end
|
||||
|
||||
resource "wheel" do
|
||||
url "https://files.pythonhosted.org/packages/c2/00/21e3ecc8a9d484f9de995471c061aa3d8f02ae54bdfd9cbdddb59138c809/wheel-0.32.2.tar.gz"
|
||||
sha256 "196c9842d79262bb66fcf59faa4bd0deb27da911dbc7c6cdca931080eb1f0783"
|
||||
url "https://files.pythonhosted.org/packages/d8/55/221a530d66bf78e72996453d1e2dedef526063546e131d70bed548d80588/wheel-0.32.3.tar.gz"
|
||||
sha256 "029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue