From d54cc8ed73ca1419be48730e9886e693588a7f1f Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:15:16 +0800 Subject: [PATCH] Python 3.7.0 (#8736) --- manifests/Python/Python/3.7.0.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 manifests/Python/Python/3.7.0.yaml diff --git a/manifests/Python/Python/3.7.0.yaml b/manifests/Python/Python/3.7.0.yaml new file mode 100644 index 000000000..7abcd65ad --- /dev/null +++ b/manifests/Python/Python/3.7.0.yaml @@ -0,0 +1,28 @@ +# ================== General ================== +Id: Python.Python +Name: Python +Publisher: Python +Author: Python +Description: Python is a programming language that lets you work more quickly and integrate your systems more effectively. +#AppMoniker: +Tags: python, python3, programming language, script, glue language +FileExtensions: py,pyw,pyc,pyo +#Protocols: +Commands: python,py + +# ================== License ================== +Homepage: https://www.python.org +License: PSF LICENSE AGREEMENT FOR PYTHON +LicenseUrl: https://docs.python.org/3/license.html + +# ================= Installer ================= +Version: 3.7.0 +InstallerType: exe +Installers: + - Arch: x64 + Url: https://www.python.org/ftp/python/3.7.0/python-3.7.0-amd64.exe + Sha256: 9d6afa39538aade3a2bacb099ef1c9f78e8d4afaefff99057b902118845c5dda + Switches: + Silent: /Quiet + SilentWithProgress: /Passive + Custom: PrependPath=1 \ No newline at end of file