python3:pyudev:first pisi release

This commit is contained in:
blue-devil
2020-01-21 02:03:29 +03:00
parent 9303df62b0
commit 8b4b5ed967
3 changed files with 111 additions and 0 deletions
@@ -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")