From 9f6cbd4f3e2afa8c73d2a46f383c147009d9fbff Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Tue, 5 May 2020 09:58:21 -0700 Subject: [PATCH] Python 3.7.7. (#40) * Python 3.7.7. * addressed license --- manifests/Python/Python/3.7.7.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Python/Python/3.7.7.yaml diff --git a/manifests/Python/Python/3.7.7.yaml b/manifests/Python/Python/3.7.7.yaml new file mode 100644 index 000000000..ef1c394b1 --- /dev/null +++ b/manifests/Python/Python/3.7.7.yaml @@ -0,0 +1,17 @@ +Id: Python.Python +Version: 3.7.7 +Name: Python +Publisher: Python +Homepage: https://www.python.org +License: PSF LICENSE AGREEMENT FOR PYTHON +LicenseUrl: https://docs.python.org/3/license.html +Description: Python is a programming language that lets you work more quickly and integrate your systems more effectively. +AppMoniker: python +Installers: + - Arch: x64 + Url: https://www.python.org/ftp/python/3.7.7/python-3.7.7-amd64.exe + InstallerType: Exe + Sha256: 1a0368663ceff999d865de955992b6ea3cb0c8cb15a1a296a8eb7df19cc59e69 + Switches: + Silent: /Quiet + SilentWithProgress: /Passive