2014-05-10 07:48:53 +00:00
|
|
|
COMMENT = libvirt virtualization API python bindings
|
|
|
|
|
|
2025-10-17 06:30:12 +00:00
|
|
|
MODPY_DISTV = 11.8.0
|
|
|
|
|
DISTNAME = libvirt_python-${MODPY_DISTV}
|
|
|
|
|
PKGNAME = py-${DISTNAME:S/_python-/-/}
|
2015-06-17 10:23:17 +00:00
|
|
|
|
2014-05-10 07:48:53 +00:00
|
|
|
CATEGORIES = sysutils
|
|
|
|
|
|
2015-06-17 10:23:17 +00:00
|
|
|
HOMEPAGE = https://libvirt.org/python.html
|
2014-05-10 07:48:53 +00:00
|
|
|
|
2020-06-07 15:59:18 +00:00
|
|
|
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
2019-11-09 10:32:26 +00:00
|
|
|
|
2014-05-10 07:48:53 +00:00
|
|
|
# LGPLv2+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2014-05-10 07:48:53 +00:00
|
|
|
|
2022-09-01 15:39:12 +00:00
|
|
|
WANTLIB += virt virt-lxc virt-qemu
|
2020-06-07 15:59:18 +00:00
|
|
|
|
2025-10-17 06:30:12 +00:00
|
|
|
SITES = https://download.libvirt.org/python/
|
2014-05-10 07:48:53 +00:00
|
|
|
|
|
|
|
|
MODULES = lang/python
|
|
|
|
|
|
2022-12-02 07:46:02 +00:00
|
|
|
MODPY_PYBUILD = setuptools
|
2022-11-02 07:51:23 +00:00
|
|
|
|
2020-06-07 15:59:18 +00:00
|
|
|
LIB_DEPENDS = sysutils/libvirt
|
2014-05-10 07:48:53 +00:00
|
|
|
|
2025-08-24 12:25:17 +00:00
|
|
|
TEST_DEPENDS = textproc/py-lxml
|
2020-06-07 15:59:18 +00:00
|
|
|
|
2014-05-10 07:48:53 +00:00
|
|
|
.include <bsd.port.mk>
|