mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libvirt-python3: update to 9.2.0.
This commit is contained in:
parent
1fb87c4dcf
commit
c0c0cfb0be
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvirt-python3'
|
# Template file for 'libvirt-python3'
|
||||||
pkgname=libvirt-python3
|
pkgname=libvirt-python3
|
||||||
version=9.1.0
|
version=9.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
|
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://pypi.org/project/libvirt-python/"
|
homepage="https://pypi.org/project/libvirt-python/"
|
||||||
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
|
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
|
||||||
checksum=6f98d235db975a33ff5e6fc09be566a00d22398039d411f34220384c05590ba4
|
checksum=95cc190c57cb84e8ed2e1b8205b01a937e1a4bc19cc8865df19ca4470e6d7c1b
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue