Files
2026-06-30 15:21:15 -05:00

34 lines
1.1 KiB
Tcl

# -*- 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-retrying
version 1.4.2
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license Apache-2
maintainers {pguyot @pguyot} openmaintainer
description General-purpose retrying library for Python
long_description Retrying is a general-purpose retrying library, \
written in Python, to simplify the task of adding \
retry behavior to just about anything.
homepage https://github.com/groodt/retrying
checksums rmd160 e9cf92ce38aeeb8266fd96b97784f1c03012fd56 \
sha256 d102e75d53d8d30b88562d45361d6c6c934da06fab31bd81c0420acb97a8ba39 \
size 11411
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-six
}