python3-zappa

This commit is contained in:
Rmys
2017-08-21 17:01:59 +03:00
parent cca0b0b2d9
commit 1698fee381
2 changed files with 1 additions and 4 deletions
@@ -13,9 +13,6 @@ from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def setup():
shelltools.system("python3 setup.py install")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Zappa - Serverless Python</Summary>
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
<Archive sha1sum="dae82fd04acc4425476f4c8c7f9a878da1a23b7c" type="targz">https://pypi.python.org/packages/ef/e6/9ce58a86924a320b213f082c7a9d2b5c15d71aeb2df7b5bfdcb0fecc20f3/zappa-0.43.2.tar.gz#md5=47f8c177d64608bb7422444e0149d183</Archive>
<Archive sha1sum="dae82fd04acc4425476f4c8c7f9a878da1a23b7c" type="targz">https://pypi.python.org/packages/ef/e6/9ce58a86924a320b213f082c7a9d2b5c15d71aeb2df7b5bfdcb0fecc20f3/zappa-0.43.2.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
<Dependency versionFrom="19.6.1">python3-setuptools</Dependency>