Created attachment 259877 [details] httpx-retries-0.3.2.patch Description: HTTPX Retries implements request retry for HTTPX. It's very common to deal with flaky and unreliable APIs. When requests fail, your program needs to be able to retry them. WWW: https://will-ockmore.github.io/httpx-retries/ QA: * portlint: - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. * testport: OK (poudriere: 14.2-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=877138543e759e07dd5eb9002a509a7f8bd21b8b commit 877138543e759e07dd5eb9002a509a7f8bd21b8b Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2025-05-03 19:17:04 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-05-03 19:18:11 +0000 www/py-httpx-retries: New port: Retry layer for HTTPX HTTPX Retries implements request retry for HTTPX. It's very common to deal with flaky and unreliable APIs. When requests fail, your program needs to be able to retry them. PR: 286355 www/Makefile | 1 + www/py-httpx-retries/Makefile (new) | 24 ++++++++++++++++++++++++ www/py-httpx-retries/distinfo (new) | 3 +++ www/py-httpx-retries/pkg-descr (new) | 4 ++++ 4 files changed, 32 insertions(+)
Committed thanks!