# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 # Remember to update libvirt and py-libvirt at the same time. name py-libvirt version 10.5.0 revision 0 checksums rmd160 77511e082f2401e8423f2bf21e24b548d8df36fd \ sha256 785023500f58d3e8e829af98647d43eee97e517aacc9d9e7ded43594ea52d032 \ size 240191 license MIT maintainers {ryandesign @ryandesign} openmaintainer description The libvirt virtualization API python binding long_description The libvirt virtualization API python binding provides a \ module that permits applications written in the Python \ programming language to call the interface supplied by the \ libvirt library, to manage the virtualization capabilities \ of recent versions of Linux and other OSes. homepage https://libvirt.org master_sites ${homepage}/sources/python distname libvirt-python-${version} livecheck.name ${python.rootname}-python python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools \ path:bin/pkg-config:pkgconfig depends_lib port:libvirt }