python3-sniffio:first pisi release

This commit is contained in:
blue-devil
2020-01-16 23:59:16 +03:00
parent 520211ddab
commit b62fb39128
3 changed files with 67 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sniffio</Name>
<Homepage>https://github.com/python-trio/sniffio</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Apache</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Sniff out which async library your code is running under</Summary>
<Description>This is a tiny package whose only purpose is to let you detect which async library your code is running under.</Description>
<Archive sha1sum="9b687a29a6254c5c2e15ca14751f9524377bd478" type="targz">https://github.com/python-trio/sniffio/archive/v1.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-sniffio</Name>
<Summary>Sniff out which async library your code is running under</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-curio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-sniffio</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-15</Date>
<Version>1.1.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-sniffio</Name>
<Summary xml:lang="tr">Yazdığınız kod hangi asenkron kitaplık altında koşuyor bunu dinleyen kitaplık.</Summary>
<Description xml:lang="tr">python3-sniffio, yazdığınız kod hangi asenkron kitaplık altında koşuyor, bunu dinleyen ve tespit edebilen bir python kitaplığıdır.</Description>
</Source>
</PISI>