aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-04 21:27:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-04 21:30:18 +0000
commit464c55aca7193435af1ae912e3f9146e845d2957 (patch)
treeee43f13493a2052a4bab78c0348c0d260e734046
parentf2d043e9a923ef1e8dd50968c7ff088900086507 (diff)
downloadports-464c55aca7193435af1ae912e3f9146e845d2957.tar.gz
ports-464c55aca7193435af1ae912e3f9146e845d2957.zip
www/py-httpx-cache: Change RUN_DEPENDS from py-anyio to py-anyio3
- Bump PORTREVISION for dependency change
-rw-r--r--www/py-httpx-cache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-httpx-cache/Makefile b/www/py-httpx-cache/Makefile
index 6629f6fcbafa..9f593bdd3d87 100644
--- a/www/py-httpx-cache/Makefile
+++ b/www/py-httpx-cache/Makefile
@@ -1,5 +1,6 @@
PORTNAME= httpx-cache
PORTVERSION= 0.12.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiorwlock>=1.2<2:devel/py-aiorwlock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}anyio>=3.0<4:devel/py-anyio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}anyio3>=3.0<4:devel/py-anyio3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}attrs>=21.4<24.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fasteners>=0.16.3:devel/py-fasteners@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.23<1:www/py-httpx@${PY_FLAVOR} \