diff --git a/manifests/stackless/stackless/3.3.6.yaml b/manifests/stackless/stackless/3.3.6.yaml new file mode 100644 index 000000000..853657908 --- /dev/null +++ b/manifests/stackless/stackless/3.3.6.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.6 +InstallerType: msi +Installers: + - Arch: x64 + Url: http://www.stackless.com/binaries/python-3.3.6150.amd64-stackless.msi + Sha256: bbcf36c99cc76ae7693e06c1984b99d5b38447076cb0942bd6a18635bee68366 + #Switches: + # Silent: + # SilentWithProgress: \ No newline at end of file