From 710576be3bced50746ff5446ff686709f2ced164 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Fri, 26 Mar 2021 03:53:07 +0800 Subject: [PATCH] stackless 3.3.5 (#9222) --- manifests/stackless/stackless/3.3.5.yaml | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 manifests/stackless/stackless/3.3.5.yaml diff --git a/manifests/stackless/stackless/3.3.5.yaml b/manifests/stackless/stackless/3.3.5.yaml new file mode 100644 index 000000000..50392e48f --- /dev/null +++ b/manifests/stackless/stackless/3.3.5.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.3.5 +InstallerType: msi +Installers: + - Arch: x64 + Url: http://www.stackless.com/binaries/python-3.3.5.amd64-stackless.msi + Sha256: 24fb49d876aeaba1f04fc0ae6ae1e7ec4b5fe51a5888a5dcc716284df4bf7845 + #Switches: + # Silent: + # SilentWithProgress: \ No newline at end of file