python3-kappa:rebuilt and translations

This commit is contained in:
blue-devil
2020-01-14 21:31:57 +00:00
parent 399a932520
commit c448e90b39
3 changed files with 23 additions and 9 deletions
@@ -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")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
<!DOCTYPE PISI SYSTEM 'https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
<PISI>
<Source>
<Name>python3-kappa</Name>
@@ -9,21 +9,23 @@
<Email>ismetsezer1996@gmail.com</Email>
</Packager>
<License>LGPLv2.1</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>A CLI tool for AWS Lambda developers</Summary>
<Description>Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda.</Description>
<Archive sha1sum="27599e4dddbc66c21a152759c0701ef1587cb918" type="targz">https://pypi.python.org/packages/9e/67/c064a0b48f3aaee38aa810e09e6c3c97857e9c9a69cb2e6f79da650ec054/kappa-0.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
<Dependency versionFrom="19.6.1">python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-kappa</Name>
<Summary>A CLI tool for AWS Lambda developers</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">python3</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -34,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-01-14</Date>
<Version>0.7.0</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-08-30</Date>
<Version>0.7.0</Version>
@@ -49,4 +58,4 @@
<Email>ismetsezer1996@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-kappa</Name>
<Summary xml:lang="tr">AWS Lambda geliştiricileri için komut satırı arayüzü</Summary>
<Description xml:lang="tr">python3-kappa, AWS Lambdayı güncelleme, çalıştırma, test yapmayı kolaylaştıran bir komut satırı arayüzüdür.</Description>
</Source>
</PISI>