diff options
Diffstat (limited to 'www/py-httpx-retries/Makefile')
-rw-r--r-- | www/py-httpx-retries/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/py-httpx-retries/Makefile b/www/py-httpx-retries/Makefile new file mode 100644 index 000000000000..92f0036b875d --- /dev/null +++ b/www/py-httpx-retries/Makefile @@ -0,0 +1,24 @@ +PORTNAME= httpx-retries +DISTVERSION= 0.4.1 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= httpx_retries-${PORTVERSION} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Retry layer for HTTPX +WWW= https://will-ockmore.github.io/httpx-retries/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> |