From 5d1a52ea58ebc4ac46680e87e570dd8610806619 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 9 Jan 2020 22:05:12 +0000 Subject: [PATCH] python3-idna:version bump --- .../language/python3/python3-idna/actions.py | 5 +---- .../language/python3/python3-idna/pspec.xml | 20 +++++++++++++------ .../python3/python3-idna/translations.xml | 4 ++-- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/programming/language/python3/python3-idna/actions.py b/programming/language/python3/python3-idna/actions.py index 8a08c58ae2..7eccf32766 100755 --- a/programming/language/python3/python3-idna/actions.py +++ b/programming/language/python3/python3-idna/actions.py @@ -5,12 +5,9 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-idna/pspec.xml b/programming/language/python3/python3-idna/pspec.xml index 3fbfff0db3..dd71e76a6f 100755 --- a/programming/language/python3/python3-idna/pspec.xml +++ b/programming/language/python3/python3-idna/pspec.xml @@ -1,5 +1,5 @@ - + python3-idna @@ -9,10 +9,10 @@ admins@pisilinux.org BSD - app + library Internationalized Domain Names in Applications (IDNA) - Internationalized Domain Names in Applications (IDNA) - https://github.com/kjd/idna/archive/v2.7.tar.gz + Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. + https://github.com/kjd/idna/archive/v2.8.tar.gz python3-devel python3-setuptools @@ -21,16 +21,24 @@ python3-idna + Internationalized Domain Names in Applications (IDNA) python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-idna + + 2019-12-24 + 2.8 + Version bump and built w/ py3.8 + Blue DeviL + bluedevil@sctzine.com + 2018-08-15 2.7 diff --git a/programming/language/python3/python3-idna/translations.xml b/programming/language/python3/python3-idna/translations.xml index fc9b8e708b..a0c6251a53 100755 --- a/programming/language/python3/python3-idna/translations.xml +++ b/programming/language/python3/python3-idna/translations.xml @@ -2,7 +2,7 @@ python3-idna - Internationalized Domain Names in Applications (IDNA) - Internationalized Domain Names in Applications (IDNA) + IDNA protokolünü desktekleyen python kitaplığıdır. + RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar.