From 4fc9fc16bf5d5abe2a221f348905f07d480215b2 Mon Sep 17 00:00:00 2001 From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Sun, 21 Feb 2021 11:50:46 +0530 Subject: [PATCH] Add Python 3.9.2 (#7759) --- manifests/Python/Python/3.9.2.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/Python/Python/3.9.2.yaml diff --git a/manifests/Python/Python/3.9.2.yaml b/manifests/Python/Python/3.9.2.yaml new file mode 100644 index 000000000..dc1b16d88 --- /dev/null +++ b/manifests/Python/Python/3.9.2.yaml @@ -0,0 +1,21 @@ + +Id: Python.Python +Version: 3.9.2 +Name: Python +Publisher: Python +License: PSF LICENSE AGREEMENT FOR PYTHON +LicenseUrl: https://docs.python.org/3/license.html +AppMoniker: python +Tags: python, python3, programming language, script, glue language +FileExtensions: py,pyw,pyc,pyo +Description: Python is a programming language that lets you work more quickly and integrate your systems more effectively. +Homepage: https://www.python.org +Installers: + - Arch: x64 + Url: https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe + Sha256: bc95bcbb879006d2a3e5f8bef6d7ec8b8e9368d4fe14e6cd4abdf1cd5166bcc3 + InstallerType: exe + Switches: + Silent: /Quiet + SilentWithProgress: /Passive + Custom: PrependPath=1 \ No newline at end of file