void-packages/srcpkgs/libvirt-python3/template

20 lines
710 B
Bash

# Template file for 'libvirt-python3'
pkgname=libvirt-python3
version=8.10.0
revision=1
build_style=python3-module
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
libapparmor-devel"
makedepends="libvirt-devel python3-devel"
checkdepends="python3-pytest python3-lxml python3-nose"
short_desc="Libvirt virtualization API Python3 binding"
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
do_check() {
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
}