diff --git a/programming/language/python3/python3-xlib/actions.py b/programming/language/python3/python3-xlib/actions.py index 394290d01e..c2d4032e5e 100644 --- a/programming/language/python3/python3-xlib/actions.py +++ b/programming/language/python3/python3-xlib/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-xlib/pspec.xml b/programming/language/python3/python3-xlib/pspec.xml index de987830ad..9d174586ab 100644 --- a/programming/language/python3/python3-xlib/pspec.xml +++ b/programming/language/python3/python3-xlib/pspec.xml @@ -10,10 +10,10 @@ programming.language.python3 LGPLv2+ - app:console + library X client library for Python3. - X client library for Python3. - https://github.com/python-xlib/python-xlib/archive/0.26.tar.gz + The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib. + https://github.com/python-xlib/python-xlib/archive/0.27.tar.gz python3-setuptools python3-devel @@ -24,6 +24,7 @@ python3-xlib X client library for Python3. + python3-six python3 @@ -33,6 +34,13 @@ + + 2020-04-08 + 0.27 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-27 0.26 @@ -41,4 +49,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-xlib/translations.xml b/programming/language/python3/python3-xlib/translations.xml new file mode 100755 index 0000000000..740fdaf34d --- /dev/null +++ b/programming/language/python3/python3-xlib/translations.xml @@ -0,0 +1,8 @@ + + + + python3-xlib + Python için X istemci kitaplığı. + python3-xlib, python için X istemci kitaplığı sunar. + + \ No newline at end of file