20 lines
724 B
Bash
20 lines
724 B
Bash
# Template file for 'libvirt-python3'
|
|
pkgname=libvirt-python3
|
|
version=8.0.0
|
|
revision=1
|
|
wrksrc="libvirt-python-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="pkg-config python3-devel 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=0245c226d7b83b32449299d0ca5f1f250dcc07edf9f2fcd87cb7462f09e4c026
|
|
|
|
do_check() {
|
|
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
|
}
|