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,14 @@
#!/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")