# -*- 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.4.1 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 cdf6efba91f8b264293317b39f629a2e2b5cf68a \ sha256 54b1412b878ddf7e1f1577cd49527bad8cdef32421bd599beac0c6c3f10582fd \ size 45426 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm livecheck.type none }