From 28ba73b8198777e0e14cb4889824b63078f5160c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 23 Jan 2020 21:48:14 +0300 Subject: [PATCH] python3-anytree:ver.bump:2.8.0 --- .../python3/python3-anytree/actions.py | 9 ++++--- .../python3/python3-anytree/pspec.xml | 24 +++++++++++++------ .../python3/python3-anytree/translations.xml | 8 +++++++ 3 files changed, 29 insertions(+), 12 deletions(-) create mode 100644 programming/language/python3/python3-anytree/translations.xml diff --git a/programming/language/python3/python3-anytree/actions.py b/programming/language/python3/python3-anytree/actions.py index 35a2b83f7e..eaf57705d0 100644 --- a/programming/language/python3/python3-anytree/actions.py +++ b/programming/language/python3/python3-anytree/actions.py @@ -5,15 +5,14 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools shelltools.export("PYTHONDONTWRITEBYTECODE", "1") +def build(): + pythonmodules.compile(pyVer="3") + def install(): pythonmodules.install(pyVer="3") - pisitools.domove("/usr/LICENSE", "/usr/share/doc") - - - + pisitools.domove("/usr/LICENSE", "/usr/share/doc/python3-anytree") \ No newline at end of file diff --git a/programming/language/python3/python3-anytree/pspec.xml b/programming/language/python3/python3-anytree/pspec.xml index fad07c0f64..7f3abd239b 100644 --- a/programming/language/python3/python3-anytree/pspec.xml +++ b/programming/language/python3/python3-anytree/pspec.xml @@ -1,37 +1,47 @@ - + python3-anytree - https://beaker.groovie.org/ + https://github.com/c0fec0de/anytree PisiLinux Community admins@pisilinux.org + programming.language.python3 BSD library Powerful and Lightweight Python Tree Data Structure Simple, lightweight and extensible Tree data structure. - https://github.com/c0fec0de/anytree/archive/2.7.3.tar.gz + https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz - python3-devel python3-setuptools + python3-devel python3-six python3-anytree + Powerful and Lightweight Python Tree Data Structure python3-six + python3 - /usr/lib/ - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-anytree + + 2020-01-23 + 2.8.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-14 2.7.3 @@ -40,4 +50,4 @@ idriskalp@gmail.com - + \ No newline at end of file diff --git a/programming/language/python3/python3-anytree/translations.xml b/programming/language/python3/python3-anytree/translations.xml new file mode 100644 index 0000000000..1a272b4e04 --- /dev/null +++ b/programming/language/python3/python3-anytree/translations.xml @@ -0,0 +1,8 @@ + + + + python3-anytree + AnyTree için Python bağlayıcıları. + python3-anytree, anytree için Python bağlayıcılarını içerir. + + \ No newline at end of file