diff --git a/programming/language/python3/python3-pyudev/actions.py b/programming/language/python3/python3-pyudev/actions.py new file mode 100644 index 0000000000..9852253ff7 --- /dev/null +++ b/programming/language/python3/python3-pyudev/actions.py @@ -0,0 +1,16 @@ +#!/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 pisitools +from pisi.actionsapi import get + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.remove("/usr/lib/python3*/site-packages/pyudev/pyside.py") \ No newline at end of file diff --git a/programming/language/python3/python3-pyudev/pspec.xml b/programming/language/python3/python3-pyudev/pspec.xml new file mode 100644 index 0000000000..3905911397 --- /dev/null +++ b/programming/language/python3/python3-pyudev/pspec.xml @@ -0,0 +1,74 @@ + + + + + python3-pyudev + http://packages.python.org/pyudev + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + LGPLv2.1 + library + Python3 bindings for libudev library + These bindings enable using of udev library in Python programs. + https://pypi.python.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/pyudev-0.21.0.tar.gz + + python3-setuptools + python3-devel + eudev-devel + + + + + python3-pyudev + Python3 bindings for libudev library + + python3-six + python3 + + + /usr/lib + /usr/share/doc + + + + + + + 2020-01-20 + 0.21.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pyudev/translations.xml b/programming/language/python3/python3-pyudev/translations.xml new file mode 100644 index 0000000000..b65a40be9e --- /dev/null +++ b/programming/language/python3/python3-pyudev/translations.xml @@ -0,0 +1,21 @@ + + + + python3-pyudev + libudev için Python3 bağlayıcısı + Bu bağlayıcı, Python3 programlarında, udev kitaplığı olan libudev'in işlevselliğinden yararlanmayı sağlar. + + + \ No newline at end of file