diff --git a/programming/language/python3/python3-distro/actions.py b/programming/language/python3/python3-distro/actions.py new file mode 100644 index 0000000000..394290d01e --- /dev/null +++ b/programming/language/python3/python3-distro/actions.py @@ -0,0 +1,14 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# 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") diff --git a/programming/language/python3/python3-distro/pspec.xml b/programming/language/python3/python3-distro/pspec.xml new file mode 100644 index 0000000000..af8e3452c9 --- /dev/null +++ b/programming/language/python3/python3-distro/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-distro + https://github.com/nir0s/distro + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + programming.language.python3 + LGPLv2+ + 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 + + python3-setuptools + python3-devel + + + + + python3-distro + + python3 + + + /usr/bin/distro + /usr/share/doc/python3-distro + /usr/lib/python3* + + + + + + 2020-02-27 + 1.4.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/language/python3/python3-xdg/actions.py b/programming/language/python3/python3-xdg/actions.py new file mode 100644 index 0000000000..394290d01e --- /dev/null +++ b/programming/language/python3/python3-xdg/actions.py @@ -0,0 +1,14 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# 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") diff --git a/programming/language/python3/python3-xdg/pspec.xml b/programming/language/python3/python3-xdg/pspec.xml new file mode 100644 index 0000000000..67e941ef56 --- /dev/null +++ b/programming/language/python3/python3-xdg/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-xdg + https://gitlab.freedesktop.org/xdg + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + programming.language.python3 + LGPLv2+ + app:console + X client library for Python3. + X client library for Python3. + https://gitlab.freedesktop.org/xdg/pyxdg/-/archive/rel-0.26/pyxdg-rel-0.26.tar.gz + + python3-setuptools + python3-devel + + + + + python3-xdg + X client library for Python3. + + python3 + + + /usr/share/doc/python3-xdg + /usr/lib/python3* + + + + + + 2020-02-27 + 0.26 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/language/python3/python3-xlib/actions.py b/programming/language/python3/python3-xlib/actions.py new file mode 100644 index 0000000000..394290d01e --- /dev/null +++ b/programming/language/python3/python3-xlib/actions.py @@ -0,0 +1,14 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# 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") diff --git a/programming/language/python3/python3-xlib/pspec.xml b/programming/language/python3/python3-xlib/pspec.xml new file mode 100644 index 0000000000..de987830ad --- /dev/null +++ b/programming/language/python3/python3-xlib/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-xlib + https://github.com/python-xlib/python-xlib + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + programming.language.python3 + LGPLv2+ + app:console + X client library for Python3. + X client library for Python3. + https://github.com/python-xlib/python-xlib/archive/0.26.tar.gz + + python3-setuptools + python3-devel + + + + + python3-xlib + X client library for Python3. + + python3 + + + /usr/share/doc/python3-xlib + /usr/lib/python3* + + + + + + 2020-02-27 + 0.26 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + +