python3-sanic:version bump

This commit is contained in:
blue-devil
2020-01-17 00:31:51 +03:00
parent 8013b8fa92
commit 08f3ba62e8
3 changed files with 34 additions and 18 deletions
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
@@ -7,16 +6,11 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def build():
# fix AttributeError
pisitools.dosed("sanic/testing.py", "httpx.dispatch.ASGIDispatch", "httpx.ASGIDispatch")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("README*","PKG-INFO","MANIFEST*")
pythonmodules.install(pyVer="3")
@@ -1,29 +1,36 @@
<?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-sanic</Name>
<Homepage></Homepage>
<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 microframework based on uvloop, httptools, and learnings of flask</Summary>
<Description>Sanic is a Flask-like Python 3.5+ web server thats written to go fast. Its based on the work done by the amazing folks at magicstack</Description>
<Archive sha1sum="bacbbe0bb6625106d91797e1e947dc91a6644694" type="targz">https://pypi.python.org/packages/c1/d4/a6fa3efa7aa8ff6fb08cddac6f10e92da95e1fd44d6397fb481bf012c2a0/sanic-0.7.0.tar.gz</Archive>
<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 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-sanic</Name>
<Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">python3</Dependency>
<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>
@@ -34,6 +41,13 @@
</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>
@@ -56,4 +70,4 @@
<Email>ismetsezer1996@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-sanic</Name>
<Summary xml:lang="tr">python3-sanic, hızlı çalışması, hızlı inşa etmesi ve hızlı yazılması üzerinde özellikleri geliştirilmiş bir ağ sunucu ve çatısıdır.</Summary>
<Description xml:lang="tr">python3-sanic, hızlı çalışması için tasarlanmış bir python3 ağ sunucu ve çatısıdır.</Description>
</Source>
</PISI>