# -*- 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-netifaces
version             0.10.9
platforms           darwin
maintainers         {ryandesign @ryandesign} openmaintainer
license             MIT

description         an easy way to get the address(es) of the machine’s network interfaces from Python

long_description    ${description}

homepage            https://alastairs-place.net/projects/netifaces/

checksums           rmd160  777b974353281b8e3b70549cabb77a6b1f0ee379 \
                    sha256  2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3 \
                    size    28844

python.versions     27 36 37 38 39

if {${name} ne ${subport}} {
    depends_build-append port:py${python.version}-setuptools
}
