You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.4 KiB
Tcl
37 lines
1.4 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-backoff
|
|
version 2.2.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Function decoration for backoff and retry
|
|
long_description This module provides function decorators which can \
|
|
be used to wrap a function such that it will be \
|
|
retried until some condition is met. It is meant \
|
|
to be of use when accessing unreliable resources \
|
|
with the potential for intermittent failures \
|
|
i.e. network resources and external APIs. Somewhat \
|
|
more generally, it may also be of use for \
|
|
dynamically polling resources for externally \
|
|
generated content.
|
|
|
|
homepage https://github.com/litl/backoff
|
|
|
|
checksums rmd160 e2437080c1d09a687b274f0be1700e3f1d4f4df6 \
|
|
sha256 03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba \
|
|
size 17001
|
|
|
|
python.pep517_backend poetry
|