virtinst, libvirt-python3: new packages, libvirt, libvirt-glib, libvirt-pyhon: version bump

This commit is contained in:
suvari
2022-07-03 16:45:35 +03:00
parent f9b2d3daef
commit a07096a8db
16 changed files with 337363 additions and 336965 deletions
@@ -0,0 +1,19 @@
#!/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 shelltools
from pisi.actionsapi import get
def setup():
# pythonmodules.configure()
pythonmodules.compile()
def install():
pythonmodules.install()
shelltools.system("rm -rf %s/usr/bin" % get.installDIR())
shelltools.system("rm -rf %s/usr/share/man" % get.installDIR())