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")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libvirt-python3</Name>
<Homepage>http://www.libvirt.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>libvirt python3 binding</Summary>
<Description>The libvirt-python package provides a module that permits applications written in the Python 3.x programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux (and other OSes).</Description>
<Archive sha1sum="a7c3504fa28225fa28d402f68e099eadaf14dba4" type="targz">https://files.pythonhosted.org/packages/06/69/4914adb2f12311f321327a4b5d0e946d04369bc4a3fff1fb5deb095c53e3/libvirt-python-8.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libvirt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libvirt-python3</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>libvirt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-03</Date>
<Version>8.5.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libvirt-python3</Name>
<Summary xml:lang="tr">libvirt python3 binding</Summary>
<Description xml:lang="tr">libvirt-python paketi, Python 3.x programlama dilinde yazılmış uygulamaların, Linux'un (ve diğer işletim sistemlerinin) son sürümlerinin sanallaştırma yeteneklerini yönetmek için libvirt kitaplığı tarafından sağlanan arabirimi çağırmasına izin veren bir modül sağlar.</Description>
</Source>
</PISI>