diff --git a/programming/language/python3/python3-sanic/actions.py b/programming/language/python3/python3-sanic/actions.py new file mode 100644 index 0000000000..fd7c0de480 --- /dev/null +++ b/programming/language/python3/python3-sanic/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 +from pisi.actionsapi import get + + +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*","PKG-INFO","MANIFEST*") diff --git a/programming/language/python3/python3-sanic/pspec.xml b/programming/language/python3/python3-sanic/pspec.xml new file mode 100644 index 0000000000..98d4b3e22f --- /dev/null +++ b/programming/language/python3/python3-sanic/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-sanic + + + codebreaker + - + + MIT + library + app:console + A microframework based on uvloop, httptools, and learnings of flask + Sanic is a Flask-like Python 3.5+ web server that’s written to go fast. It’s based on the work done by the amazing folks at magicstack + https://pypi.python.org/packages/d5/38/65c654c8c412984fc78a9460cf9add5cbd3a6ee87788160eecaa1ec90529/sanic-0.6.0.tar.gz#md5=4fce620187338405bb84a3de109b57b9 + + python3-devel + python3-setuptools + + + + + python3-sanic + + python3 + + + /usr/lib + /usr/bin + /usr/share/man + /usr/share/doc + + + + + + 2017-08-15 + 0.6.0 + First Release + codebreaker + - + + +