123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?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>
- <PartOf>programming.language.python3</PartOf>
- <License>MIT</License>
- <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="73f25d6f073008961fe7979759ebddf3247396f9" type="targz">https://github.com/huge-success/sanic/archive/v21.9.1.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="8">
- <Date>2023-10-17</Date>
- <Version>21.9.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2021-10-28</Date>
- <Version>21.9.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-07-21</Date>
- <Version>20.6.3</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-05-18</Date>
- <Version>20.3.0</Version>
- <Comment>Major version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <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>
|