# -*- 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-timeout-decorator
version             0.5.0
platforms           darwin
license             MIT
maintainers         nomaintainer
supported_archs     noarch

description         Timeout decorator
long_description    {*}${description}

homepage            https://github.com/pnpnpn/timeout-decorator

checksums           rmd160  92d03bc079da1969f95b64a6053055d43e3a53b1 \
                    sha256  6a2f2f58db1c5b24a2cc79de6345760377ad8bdc13813f5265f6c3e63d16b3d7 \
                    size    4754

python.versions     37 38 39 310

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

    livecheck.type  none
}
