void-packages/srcpkgs/libvirt-python3/template
2020-05-05 20:57:29 +02:00

18 lines
708 B
Bash

# Template file for 'libvirt-python3'
pkgname=libvirt-python3
version=6.3.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"
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=c772421ecc144f098f4ab15db700c62db9b9e6e76b876217edcfd62e9ce02750
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="Builders need libvirt update for the host" ;;
esac