# -*- 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 name py-libvirt version 4.1.0 platforms darwin license MIT maintainers {danchr @danchr} 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 checksums rmd160 e42219ddd3b9127657d9519511f5181097e9a152 \ sha256 dec2a33d68779672b4688b296d6de18c9c41b89d8c74c9d3dc887e366587b8c7 \ size 186312 python.default_version 27 python.versions 27 34 35 36 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 }