12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM 'https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
- <PISI>
- <Source>
- <Name>python3-kappa</Name>
- <Homepage>https://github.com/garnaat/kappa</Homepage>
- <Packager>
- <Name>Ismet Sezer Simsek</Name>
- <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>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>python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2023-10-17</Date>
- <Version>0.7.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2021-10-28</Date>
- <Version>0.7.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-08-15</Date>
- <Version>0.7.0</Version>
- <Comment>First Release</Comment>
- <Name>Ismet Sezer Simsek</Name>
- <Email>ismetsezer1996@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|