# -*- 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.6.0 revision 0 checksums rmd160 4e0a2ab858c47bbb07a2db8d203cf0eeee9a54fc \ sha256 4df13fed9528a7eec153ab70196dcd481f6377ae5bf9ef84e07dfa1515202486 \ size 201352 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 34 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 }