libvirt-python: update to 5.0.0.
This commit is contained in:
parent
ce834c05fb
commit
ff03ca0dbe
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libvirt-python'
|
||||
pkgname=libvirt-python
|
||||
version=4.10.0
|
||||
revision=2
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=python-module
|
||||
pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py"
|
||||
hostmakedepends="pkg-config python-devel python3-devel libvirt-devel"
|
||||
makedepends="libvirt-devel python-devel python3-devel"
|
||||
pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py"
|
||||
short_desc="The libvirt virtualization API Python2 binding"
|
||||
short_desc="Libvirt virtualization API Python2 binding"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pypi.org/project/libvirt-python/"
|
||||
distfiles="${PYPI_SITE}/l/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=6949fa09d5e3a2a03438c1334c2ed441f502222c7f21e654620f466593bcd185
|
||||
checksum=47605ccc3996aa0833919dc8e9bbde98b10968c5a8d37f7ca55c6a29894e8abf
|
||||
|
||||
libvirt-python3_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
|
|
Loading…
Reference in a new issue