From b59798c073d79607f8423ec6a19dfef6c3c9a1a2 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Sat, 3 Apr 2021 10:12:56 -0500 Subject: [PATCH] Added x86 architecture for Python version 3.5.2. (#9770) --- .../Python/3.5.2/Python.Python.installer.yaml | 24 +++++++++++++ .../3.5.2/Python.Python.locale.en-US.yaml | 20 +++++++++++ .../p/Python/Python/3.5.2/Python.Python.yaml | 36 +++---------------- 3 files changed, 48 insertions(+), 32 deletions(-) create mode 100644 manifests/p/Python/Python/3.5.2/Python.Python.installer.yaml create mode 100644 manifests/p/Python/Python/3.5.2/Python.Python.locale.en-US.yaml diff --git a/manifests/p/Python/Python/3.5.2/Python.Python.installer.yaml b/manifests/p/Python/Python/3.5.2/Python.Python.installer.yaml new file mode 100644 index 000000000..628f0ca9c --- /dev/null +++ b/manifests/p/Python/Python/3.5.2/Python.Python.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: Python.Python +PackageVersion: 3.5.2 +FileExtensions: +- py +- pyw +- pyc +- pyo +Installers: +- Architecture: x64 + InstallerUrl: https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe + InstallerSha256: 2CFCDC77A0BA403ACF72BA217898FB7C06CE778A5CB85F5220FD32127E40F263 + InstallerType: exe +- Architecture: x86 + InstallerUrl: https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe + InstallerSha256: 529C46B9FD3DCF83029B8BFC95034E640EA2C69835B1AA4B75EDEEC8DE764193 + InstallerType: exe +InstallerSwitches: + Silent: /Quiet + SilentWithProgress: /Passive + Custom: PrependPath=1 +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/p/Python/Python/3.5.2/Python.Python.locale.en-US.yaml b/manifests/p/Python/Python/3.5.2/Python.Python.locale.en-US.yaml new file mode 100644 index 000000000..bb51b839c --- /dev/null +++ b/manifests/p/Python/Python/3.5.2/Python.Python.locale.en-US.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: Python.Python +PackageVersion: 3.5.2 +PackageLocale: en-US +LicenseUrl: https://docs.python.org/3/license.html +Moniker: python +Tags: +- python +- python3 +- programming language +- script +- glue language +PackageUrl: https://www.python.org +Publisher: Python +PackageName: Python +License: PSF LICENSE AGREEMENT FOR PYTHON +ShortDescription: Python is a programming language that lets you work more quickly and integrate your systems more effectively. +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/p/Python/Python/3.5.2/Python.Python.yaml b/manifests/p/Python/Python/3.5.2/Python.Python.yaml index cf28e2dff..f7536682b 100644 --- a/manifests/p/Python/Python/3.5.2/Python.Python.yaml +++ b/manifests/p/Python/Python/3.5.2/Python.Python.yaml @@ -1,35 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: Python.Python -PackageName: Python -Publisher: Python -Author: Python -ShortDescription: Python is a programming language that lets you work more quickly and integrate your systems more effectively. -Tags: -- python -- python3 -- programming language -- script -- glue language -FileExtensions: -- py -- pyw -- pyc -- pyo -Commands: -- python -- py -PackageUrl: https://www.python.org -License: PSF LICENSE AGREEMENT FOR PYTHON -LicenseUrl: https://docs.python.org/3/license.html PackageVersion: 3.5.2 -InstallerType: exe -Installers: -- Architecture: x64 - InstallerUrl: https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe - InstallerSha256: 2cfcdc77a0ba403acf72ba217898fb7c06ce778a5cb85f5220fd32127e40f263 - InstallerSwitches: - Silent: /Quiet - SilentWithProgress: /Passive - Custom: PrependPath=1 -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +