# -*- 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           github 1.0
PortGroup           python 1.0

name                py-tenacity
version             7.0.0
platforms           darwin
license             Apache-2
maintainers         nomaintainer

description         Retry code until it succeeds
long_description    {*}${description}

homepage            https://github.com/jd/tenacity
master_sites        pypi:t/tenacity
distname            tenacity-${version}

checksums           rmd160  796c7761686f9a06eb9128d3f9d7c14bc7f9b4ac \
                    sha256  5bd16ef5d3b985647fe28dfa6f695d343aa26479a04e8792b9d3c8f49e361ae1 \
                    size    33874

python.versions     37 38 39

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

    livecheck.type      none
}
