Files
main/programming/language/python3/python3-sanic/pspec.xml
T
2020-01-17 00:31:51 +03:00

73 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sanic</Name>
<Homepage>https://pypi.org/project/sanic/</Homepage>
<Packager>
<Name>Ismet Sezer Simsek</Name>
<Email>ismetsezer1996@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
<Description>Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.</Description>
<Archive sha1sum="f50a7b73e6accbc8d340d5e744fb978f4bee53de" type="targz">https://github.com/huge-success/sanic/archive/v19.12.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-sanic</Name>
<Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-httpx</Dependency>
<Dependency>python3-aiofiles</Dependency>
<Dependency>python3-httptools</Dependency>
<Dependency>python3-multidict</Dependency>
<Dependency>python3-websockets</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="4">
<Date>2020-01-14</Date>
<Version>19.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2018-08-30</Date>
<Version>0.7.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-01-31</Date>
<Version>0.7.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-08-15</Date>
<Version>0.6.0</Version>
<Comment>First Release</Comment>
<Name>Ismet Sezer Simsek</Name>
<Email>ismetsezer1996@gmail.com</Email>
</Update>
</History>
</PISI>