# -*- 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-ifaddr
version             0.2.0
revision            0

platforms           darwin
supported_archs     noarch
license             MIT

maintainers         {@catap korins.ky:kirill} openmaintainer

description         Cross-platform network interface and IP address enumeration library
long_description    ${description}

homepage            https://github.com/pydron/ifaddr

checksums           rmd160  a7d6fa7f48edb1ef317503a5cfa3e1c0ec65857e \
                    sha256  cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4 \
                    size    10485

python.versions     37 38 39 310

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

    livecheck.type  none
}
