From f4538bb07d8be5e7c3c34e9c030b7554807637dc Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 17 Jan 2020 00:20:17 +0300 Subject: [PATCH] python3-rfc3986:first pisi release --- .../python3/python3-rfc3986/actions.py | 13 ++++++ .../python3/python3-rfc3986/pspec.xml | 45 +++++++++++++++++++ .../python3/python3-rfc3986/translations.xml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 programming/language/python3/python3-rfc3986/actions.py create mode 100644 programming/language/python3/python3-rfc3986/pspec.xml create mode 100755 programming/language/python3/python3-rfc3986/translations.xml diff --git a/programming/language/python3/python3-rfc3986/actions.py b/programming/language/python3/python3-rfc3986/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-rfc3986/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-rfc3986/pspec.xml b/programming/language/python3/python3-rfc3986/pspec.xml new file mode 100644 index 0000000000..05621ff395 --- /dev/null +++ b/programming/language/python3/python3-rfc3986/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-rfc3986 + https://pypi.org/project/rfc3986/ + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python3 + library + Validating URI References per RFC 3986. + A Python implementation of RFC 3986 including validation and authority parsing. + https://files.pythonhosted.org/packages/34/c9/bcba83f13f628e947e23a0e54e18d0a6f13e5d03ca4ec04def0105c81bfc/rfc3986-1.3.2.tar.gz + + python3-devel + python3-setuptools + + + + + python3-rfc3986 + Validating URI References per RFC 3986. + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-rfc3986 + + + + + + 2020-01-15 + 1.3.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-rfc3986/translations.xml b/programming/language/python3/python3-rfc3986/translations.xml new file mode 100755 index 0000000000..4b597cf7e3 --- /dev/null +++ b/programming/language/python3/python3-rfc3986/translations.xml @@ -0,0 +1,8 @@ + + + + python3-rfc3986 + Her RFC 3986 için URI referanslarını değerlendirir. + python3-rfc3986, değerlendirme ve yetkilendirme çözümleyicisi de içeren python3 uygulamasıdır. + + \ No newline at end of file