# -*- 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 8.3.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 956542114899ba35c2ea15da6e920ec65c767d49 \ sha256 953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2 \ size 43608 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm livecheck.type none }