64 lines
2.3 KiB
XML
64 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM 'https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-zappa</Name>
|
|
<Homepage>https://github.com/Miserlou/Zappa</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>Zappa - Serverless Python</Summary>
|
|
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
|
|
<Archive sha1sum="dafd9a221d604acf0291cabd352c5035c11c3c8b" type="targz">https://github.com/Miserlou/Zappa/archive/0.48.2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch>SupportForRunningOnPy38.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-zappa</Name>
|
|
<Summary>Zappa - Serverless Python</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="3">
|
|
<Date>2020-01-14</Date>
|
|
<Version>0.48.2</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2018-08-30</Date>
|
|
<Version>0.46.2</Version>
|
|
<Comment>Version Bump.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2017-08-15</Date>
|
|
<Version>0.43.2</Version>
|
|
<Comment>First Release</Comment>
|
|
<Name>Ismet Sezer Simsek</Name>
|
|
<Email>ismetsezer1996@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |