diff --git a/programming/language/python3/python3-zappa/actions.py b/programming/language/python3/python3-zappa/actions.py new file mode 100644 index 0000000000..0ebfdd8520 --- /dev/null +++ b/programming/language/python3/python3-zappa/actions.py @@ -0,0 +1,25 @@ + +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + + + +shelltools.export("PYTHONDONTWRITEBYTECODE", "1") + +def setup(): + shelltools.system("python3 setup.py install") + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + pisitools.dodoc("README*","LISENCE","PKG-INFO","MANIFEST*") diff --git a/programming/language/python3/python3-zappa/pspec.xml b/programming/language/python3/python3-zappa/pspec.xml new file mode 100644 index 0000000000..ce698eebe8 --- /dev/null +++ b/programming/language/python3/python3-zappa/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-zappa + + + codebreaker + - + + LGPLv2.1 + library + app:console + Zappa - Serverless Python + Server-less Python Web Services for AWS Lambda and API Gateway + https://pypi.python.org/packages/ef/e6/9ce58a86924a320b213f082c7a9d2b5c15d71aeb2df7b5bfdcb0fecc20f3/zappa-0.43.2.tar.gz#md5=47f8c177d64608bb7422444e0149d183 + + python3-devel + python3-setuptools + + + + + python3-zappa + + python3 + + + /usr/lib + /usr/bin + /usr/share/man + /usr/share/doc + + + + + + 2017-08-15 + 0.43.2 + First Release + codebreaker + - + + +