From 1eba74d61de602f22246436ac16cfd7ef0c70f20 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:21:22 +0800 Subject: [PATCH] stackless 2.7.16 (#9212) --- manifests/stackless/stackless/2.7.16.yaml | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 manifests/stackless/stackless/2.7.16.yaml diff --git a/manifests/stackless/stackless/2.7.16.yaml b/manifests/stackless/stackless/2.7.16.yaml new file mode 100644 index 000000000..f766ff287 --- /dev/null +++ b/manifests/stackless/stackless/2.7.16.yaml @@ -0,0 +1,27 @@ +# ================== General ================== +Id: stackless.stackless +Publisher: stackless +Name: stackless +Author: stackless +Description: Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. +#AppMoniker: +Tags: stackless,python,develop,script,programming language +FileExtensions: py +#Protocols: +#Commands: + +# ================== License ================== +Homepage: https://github.com/stackless-dev/stackless +License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +LicenseUrl: https://github.com/stackless-dev/stackless/blob/master-slp/LICENSE + +# ================= Installer ================= +Version: 2.7.16 +InstallerType: msi +Installers: + - Arch: x64 + Url: http://www.stackless.com/binaries/python-2.7.16150.amd64-stackless.msi + Sha256: 7a14ec84c69ffd62025efd3e751fe962a291a00b458b41430c55eea9d8069327 + #Switches: + # Silent: /passive + # SilentWithProgress: /passive \ No newline at end of file