From d13601c78183ed8b3f83c625ecda792ddc26445c Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Fri, 26 Mar 2021 02:26:40 +0800 Subject: [PATCH] stackless 3.7.2 (#9214) --- manifests/stackless/stackless/3.7.2.yaml | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 manifests/stackless/stackless/3.7.2.yaml diff --git a/manifests/stackless/stackless/3.7.2.yaml b/manifests/stackless/stackless/3.7.2.yaml new file mode 100644 index 000000000..97f14d8fa --- /dev/null +++ b/manifests/stackless/stackless/3.7.2.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: 3.7.2 +InstallerType: exe +Installers: + - Arch: x64 + Url: http://www.stackless.com/binaries/MSI/3.7.2/stackless-3.7.2-amd64.exe + Sha256: da6cd6d34fbc618ba1b68a8b2f4f028d7e26a28f31146039e52551b9d955f840 + Switches: + Silent: /passive + SilentWithProgress: /passive \ No newline at end of file