From 903b40352b9bb37c4ce46d2c39b32b3dfb7e0479 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 15:15:21 +0300 Subject: [PATCH] python3-zeroconf:moved from contrib --- .../python3/python3-zeroconf/actions.py | 13 ++++++ .../python3/python3-zeroconf/pspec.xml | 45 +++++++++++++++++++ .../python3/python3-zeroconf/translations.xml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 programming/language/python3/python3-zeroconf/actions.py create mode 100644 programming/language/python3/python3-zeroconf/pspec.xml create mode 100644 programming/language/python3/python3-zeroconf/translations.xml diff --git a/programming/language/python3/python3-zeroconf/actions.py b/programming/language/python3/python3-zeroconf/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-zeroconf/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-zeroconf/pspec.xml b/programming/language/python3/python3-zeroconf/pspec.xml new file mode 100644 index 0000000000..5fbba006f8 --- /dev/null +++ b/programming/language/python3/python3-zeroconf/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-zeroconf + https://github.com/jstasiak/python-zeroconf + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + LGPLv2 + library + A pure python3 implementation of multicast DNS service discovery. + python3-zeroconf is a pure Python3 Multicast DNS Service Discovery Library (Bonjour/Avahi compatible). + https://github.com/jstasiak/python-zeroconf/archive/0.26.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-zeroconf + A pure python3 implementation of multicast DNS service discovery. + + python3 + python3-ifaddr + + + /usr/lib/python3* + /usr/share/doc/python3-zeroconf + + + + + + 2020-05-19 + 0.26.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-zeroconf/translations.xml b/programming/language/python3/python3-zeroconf/translations.xml new file mode 100644 index 0000000000..c2282c78d6 --- /dev/null +++ b/programming/language/python3/python3-zeroconf/translations.xml @@ -0,0 +1,8 @@ + + + + python3-zeroconf + Python3 için çoklu dağıtımı destekleyen DNS hizmeti keşfi uygulaması + python3-zeroconf, çoklu dağıtım(multicast) DNS hizmetlerini python üzerinden bulabilmenize olanak sağlayan bir python kitaplığıdır. + + \ No newline at end of file