mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
14 lines
606 B
Bash
14 lines
606 B
Bash
# Template file for 'libvirt-python3'
|
|
pkgname=libvirt-python3
|
|
version=6.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"
|
|
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=785f64755fc78a0eafecef74676fecf2bbbd2eaa6587ef697119ef6e1a68dbfd
|