From 23213996c9723fab5746e51cea56fa831d439636 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 23 Mar 2020 12:09:57 +0300 Subject: [PATCH] new python packages for mate-tweak --- .../python3-distutils-extra/actions.py | 14 ++++++ .../python3/python3-distutils-extra/pspec.xml | 43 ++++++++++++++++++ .../python3/python3-setproctitle/actions.py | 17 +++++++ .../python3/python3-setproctitle/pspec.xml | 44 +++++++++++++++++++ 4 files changed, 118 insertions(+) create mode 100644 programming/language/python3/python3-distutils-extra/actions.py create mode 100644 programming/language/python3/python3-distutils-extra/pspec.xml create mode 100644 programming/language/python3/python3-setproctitle/actions.py create mode 100644 programming/language/python3/python3-setproctitle/pspec.xml diff --git a/programming/language/python3/python3-distutils-extra/actions.py b/programming/language/python3/python3-distutils-extra/actions.py new file mode 100644 index 0000000000..394290d01e --- /dev/null +++ b/programming/language/python3/python3-distutils-extra/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-distutils-extra/pspec.xml b/programming/language/python3/python3-distutils-extra/pspec.xml new file mode 100644 index 0000000000..09f0cd8a86 --- /dev/null +++ b/programming/language/python3/python3-distutils-extra/pspec.xml @@ -0,0 +1,43 @@ + + + + + python3-distutils-extra + https://launchpad.net/python-distutils-extra + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + programming.language.python3 + LGPLv2+ + app:console + Enhancements to the Python build system + Enhancements to the Python build system + https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz + + python3-setuptools + python3-devel + + + + + python3-distutils-extra + + python3 + + + /usr/share/doc + /usr/lib/python3* + + + + + + 2020-03-23 + 2.39 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/language/python3/python3-setproctitle/actions.py b/programming/language/python3/python3-setproctitle/actions.py new file mode 100644 index 0000000000..e23e024dc8 --- /dev/null +++ b/programming/language/python3/python3-setproctitle/actions.py @@ -0,0 +1,17 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools + +def build(): + pythonmodules.compile(pyVer="3") + +def check(): + pythonmodules.compile("test", pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-setproctitle/pspec.xml b/programming/language/python3/python3-setproctitle/pspec.xml new file mode 100644 index 0000000000..03d28e45d2 --- /dev/null +++ b/programming/language/python3/python3-setproctitle/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-setproctitle + https://github.com/dvarrazzo/py-setproctitle + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + programming.language.python3 + MIT + library + Allows a python process to change its process title + Allows a python process to change its process title + https://github.com/dvarrazzo/py-setproctitle/archive/version-1.1.10.tar.gz + + python3-setuptools + python3-devel + + + + + python3-setproctitle + + python3-setuptools + python3 + + + /usr/lib/python3* + /usr/share/doc + + + + + + 2020-03-23 + 1.1.10 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + +