diff --git a/programming/language/python3/python3-kappa/actions.py b/programming/language/python3/python3-kappa/actions.py new file mode 100644 index 0000000000..a48baafc7b --- /dev/null +++ b/programming/language/python3/python3-kappa/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*","LISENCE","PKG-INFO","MANIFEST*") diff --git a/programming/language/python3/python3-kappa/pspec.xml b/programming/language/python3/python3-kappa/pspec.xml new file mode 100644 index 0000000000..7349ee7c74 --- /dev/null +++ b/programming/language/python3/python3-kappa/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-kappa + + + codebreaker + - + + LGPLv2.1 + library + app:console + A CLI tool for AWS Lambda developers + Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda. + https://sourceforge.net/p/adder/targz/ci/master/tree/kappa-0.7.0.tar.gz?format=raw + + python3-devel + python3-setuptools + + + + + python3-kappa + + python3 + click + + + /usr/lib + /usr/bin + /usr/share/man + /usr/share/doc + + + + + + 2017-08-15 + 0.7.0 + First Release + codebreaker + - + + +