From b62fb39128f32849f09c115d87c0c934cd1b0b51 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 16 Jan 2020 23:59:16 +0300 Subject: [PATCH] python3-sniffio:first pisi release --- .../python3/python3-sniffio/actions.py | 13 ++++++ .../python3/python3-sniffio/pspec.xml | 46 +++++++++++++++++++ .../python3/python3-sniffio/translations.xml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 programming/language/python3/python3-sniffio/actions.py create mode 100644 programming/language/python3/python3-sniffio/pspec.xml create mode 100755 programming/language/python3/python3-sniffio/translations.xml diff --git a/programming/language/python3/python3-sniffio/actions.py b/programming/language/python3/python3-sniffio/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sniffio/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/python3/python3-sniffio/pspec.xml b/programming/language/python3/python3-sniffio/pspec.xml new file mode 100644 index 0000000000..7f72c3ca84 --- /dev/null +++ b/programming/language/python3/python3-sniffio/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-sniffio + https://github.com/python-trio/sniffio + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python3 + library + Sniff out which async library your code is running under + This is a tiny package whose only purpose is to let you detect which async library your code is running under. + https://github.com/python-trio/sniffio/archive/v1.1.0.tar.gz + + python3-devel + python3-setuptools + + + + + python3-sniffio + Sniff out which async library your code is running under + + python3 + python3-curio + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-sniffio + + + + + + 2020-01-15 + 1.1.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sniffio/translations.xml b/programming/language/python3/python3-sniffio/translations.xml new file mode 100755 index 0000000000..1c1b34893e --- /dev/null +++ b/programming/language/python3/python3-sniffio/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sniffio + Yazdığınız kod hangi asenkron kitaplık altında koşuyor bunu dinleyen kitaplık. + python3-sniffio, yazdığınız kod hangi asenkron kitaplık altında koşuyor, bunu dinleyen ve tespit edebilen bir python kitaplığıdır. + + \ No newline at end of file