From 111c36a870113da76aea8001e924452d0e9ac97f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 8 Apr 2020 00:28:57 +0300 Subject: [PATCH] python3-distro:ver bump translation added --- .../language/python3/python3-distro/actions.py | 3 +-- .../language/python3/python3-distro/pspec.xml | 15 ++++++++++++--- .../python3/python3-distro/translations.xml | 8 ++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100755 programming/language/python3/python3-distro/translations.xml diff --git a/programming/language/python3/python3-distro/actions.py b/programming/language/python3/python3-distro/actions.py index 394290d01e..c2d4032e5e 100644 --- a/programming/language/python3/python3-distro/actions.py +++ b/programming/language/python3/python3-distro/actions.py @@ -5,10 +5,9 @@ # See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-distro/pspec.xml b/programming/language/python3/python3-distro/pspec.xml index af8e3452c9..5e2f8880b1 100644 --- a/programming/language/python3/python3-distro/pspec.xml +++ b/programming/language/python3/python3-distro/pspec.xml @@ -13,7 +13,7 @@ app:console Linux Distribution - a Linux OS platform information API Linux Distribution - a Linux OS platform information API - https://github.com/nir0s/distro/archive/v1.4.0.tar.gz + https://github.com/nir0s/distro/archive/v1.5.0.tar.gz python3-setuptools python3-devel @@ -22,17 +22,26 @@ python3-distro + Linux Distribution - a Linux OS platform information API + python3-setuptools python3 - /usr/bin/distro /usr/share/doc/python3-distro + /usr/bin/distro /usr/lib/python3* + + 2020-04-07 + 1.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-27 1.4.0 @@ -41,4 +50,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-distro/translations.xml b/programming/language/python3/python3-distro/translations.xml new file mode 100755 index 0000000000..ab70a32c94 --- /dev/null +++ b/programming/language/python3/python3-distro/translations.xml @@ -0,0 +1,8 @@ + + + + python3-distro + Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi + python3-distro, Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi olabılecek uygulama ve python kitaplığı sunarç + + \ No newline at end of file