You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
42 lines
1.5 KiB
Tcl
42 lines
1.5 KiB
Tcl
# -*- 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 7.2.0
|
|
revision 0
|
|
checksums rmd160 80528d29bd8fae5d896c87911c98ec131bd5be68 \
|
|
sha256 c0c3bac54c55622e17927b09cd9843869600d71842fb072c99491fe2608dcee7 \
|
|
size 215380
|
|
|
|
platforms darwin
|
|
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}
|
|
|
|
python.versions 35 36 37 38 39
|
|
|
|
|
|
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
|
|
}
|