void-packages/srcpkgs/libvirt-python3/template

19 lines
708 B
Bash
Raw Normal View History

2019-11-16 14:51:56 +00:00
# Template file for 'libvirt-python3'
pkgname=libvirt-python3
2020-01-16 10:53:41 +00:00
version=6.0.0
revision=1
2019-11-16 14:51:56 +00:00
wrksrc="libvirt-python-${version}"
build_style=python3-module
2019-12-24 22:41:50 +00:00
hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"
2019-11-16 14:51:56 +00:00
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"
2020-01-16 10:53:41 +00:00
checksum=785f64755fc78a0eafecef74676fecf2bbbd2eaa6587ef697119ef6e1a68dbfd
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="Builders need libvirt update for the host" ;;
esac