From c448e90b391b49c69d7529f7e62823c48947f82c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 14 Jan 2020 21:31:57 +0000 Subject: [PATCH] python3-kappa:rebuilt and translations --- .../language/python3/python3-kappa/actions.py | 5 +---- .../language/python3/python3-kappa/pspec.xml | 19 ++++++++++++++----- .../python3/python3-kappa/translations.xml | 8 ++++++++ 3 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 programming/language/python3/python3-kappa/translations.xml diff --git a/programming/language/python3/python3-kappa/actions.py b/programming/language/python3/python3-kappa/actions.py index f4b0103b0b..73d0c1d555 100644 --- a/programming/language/python3/python3-kappa/actions.py +++ b/programming/language/python3/python3-kappa/actions.py @@ -6,7 +6,6 @@ # 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 @@ -18,6 +17,4 @@ def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - pisitools.dodoc("README*","PKG-INFO","MANIFEST*") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-kappa/pspec.xml b/programming/language/python3/python3-kappa/pspec.xml index 93e5e8835d..fc65e36341 100644 --- a/programming/language/python3/python3-kappa/pspec.xml +++ b/programming/language/python3/python3-kappa/pspec.xml @@ -1,5 +1,5 @@ - + python3-kappa @@ -9,21 +9,23 @@ ismetsezer1996@gmail.com LGPLv2.1 + programming.language.python3 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://pypi.python.org/packages/9e/67/c064a0b48f3aaee38aa810e09e6c3c97857e9c9a69cb2e6f79da650ec054/kappa-0.7.0.tar.gz - python3-devel - python3-setuptools + python3-devel + python3-setuptools python3-kappa + A CLI tool for AWS Lambda developers - python3 + python3 /usr/lib @@ -34,6 +36,13 @@ + + 2020-01-14 + 0.7.0 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-08-30 0.7.0 @@ -49,4 +58,4 @@ ismetsezer1996@gmail.com - + \ No newline at end of file diff --git a/programming/language/python3/python3-kappa/translations.xml b/programming/language/python3/python3-kappa/translations.xml new file mode 100644 index 0000000000..c962e2312a --- /dev/null +++ b/programming/language/python3/python3-kappa/translations.xml @@ -0,0 +1,8 @@ + + + + python3-kappa + AWS Lambda geliştiricileri için komut satırı arayüzü + python3-kappa, AWS Lambdayı güncelleme, çalıştırma, test yapmayı kolaylaştıran bir komut satırı arayüzüdür. + + \ No newline at end of file