# -*- 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

# Need this specific version for now due to:
# https://github.com/nils-werner/zget/issues/14
name                py-zeroconf17
python.rootname     zeroconf
version             0.17.5
revision            0
categories-append   net
platforms           any
license             LGPL-2.1
maintainers         nomaintainer
description         Pure-python implementation of multicast DNS service discovery
long_description    {*}${description}
homepage            https://github.com/python-zeroconf/python-zeroconf
checksums           rmd160  4061061b8fb48e2467409dc719fae1362d028812 \
                    sha256  51ea8affc3512259d5e702a46031139c2eaefe2a0891990e5866d0b5a436112e \
                    size    18428
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-netifaces \
                    port:py${python.version}-six
}
