# -*- 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 5.8.0 revision 0 checksums rmd160 77ea6b8815bd1ef67844d1af2fa867f750b83587 \ sha256 4617fa535364a155425dc99f639b3a0fe9f703eb36feb56b3917b5443a1ddf4f \ size 202807 platforms darwin license MIT maintainers {danchr @danchr} {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 http://www.libvirt.org/ distname libvirt-python-${version} master_sites ${homepage}sources/python python.default_version 27 python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools \ port:pkgconfig depends_lib port:libvirt livecheck.type none } else { livecheck.name ${python.rootname}-python livecheck.type pypi }