libvirt-python3: update to 9.0.0.
This commit is contained in:
parent
ebd739826a
commit
34adf9f7d5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libvirt-python3'
|
||||
pkgname=libvirt-python3
|
||||
version=8.10.0
|
||||
revision=2
|
||||
version=9.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
|
||||
libapparmor-devel"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pypi.org/project/libvirt-python/"
|
||||
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
|
||||
checksum=fc30f136abe0b8228029a90814c8f44ac2947433c12f211363051c57df2d5401
|
||||
checksum=49702d33fa8cbcae19fa727467a69f7ae2241b3091324085ca1cc752b2b414ce
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
||||
|
|
Loading…
Reference in New Issue