# -*- 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-tenacity
version             9.0.0
license             Apache-2
platforms           {darwin any}
supported_archs     noarch
maintainers         {judaew @judaew} openmaintainer

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

homepage            https://github.com/jd/tenacity

checksums           rmd160  26e11e48b9de19ea6e795fd36a24abdac2c293f8 \
                    sha256  807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b \
                    size    47421

python.versions     38 39 310 311 312 313

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

    livecheck.type      none
}
