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())
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>virtinst</Name>
<Homepage>http://virt-manager.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Python modules and utilities for installing virtual machines</Summary>
<Description>virtinst is a module that helps building and installing libvirt based virtual machines.</Description>
<Archive sha1sum="64ba49f4d8ea174cda288dabf8858512181a3193" type="targz">http://virt-manager.org/download/sources/virtinst/virtinst-0.600.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>virtinst</Name>
<RuntimeDependencies>
<Dependency>libvirt</Dependency>
<!-- <Dependency>virt-viewer</Dependency> -->
</RuntimeDependencies>
<Files>
<!-- <Path fileType="executable">/usr/bin</Path> -->
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<!-- <Path fileType="man">/usr/share/man</Path> -->
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-03</Date>
<Version>0.600.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>virtinst</Name>
<Summary xml:lang="tr">Sanal makine kurulumu için araçlar ve Python modülleri</Summary>
<Description xml:lang="tr">virtinst sanal makine imajları oluşturmak ve kurmak için yardımcı araçlar ve Python geliştirme modülleri içeren bir pakettir.</Description>
</Source>
</PISI>