diff --git a/programming/language/python3/python3-anytree/actions.py b/programming/language/python3/python3-anytree/actions.py new file mode 100644 index 0000000000..35a2b83f7e --- /dev/null +++ b/programming/language/python3/python3-anytree/actions.py @@ -0,0 +1,19 @@ +#!/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 +from pisi.actionsapi import get +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools + +shelltools.export("PYTHONDONTWRITEBYTECODE", "1") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.domove("/usr/LICENSE", "/usr/share/doc") + + + diff --git a/programming/language/python3/python3-anytree/pspec.xml b/programming/language/python3/python3-anytree/pspec.xml new file mode 100644 index 0000000000..fad07c0f64 --- /dev/null +++ b/programming/language/python3/python3-anytree/pspec.xml @@ -0,0 +1,43 @@ + + + + + python3-anytree + https://beaker.groovie.org/ + + PisiLinux Community + admins@pisilinux.org + + 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 + + python3-devel + python3-setuptools + python3-six + + + + + python3-anytree + + python3-six + + + /usr/lib/ + /usr/share/doc + + + + + + 2020-01-14 + 2.7.3 + First release + Idris Kalp + idriskalp@gmail.com + + +