Date: Mon, 4 Sep 2023 21:32:27 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 464c55aca719 - main - www/py-httpx-cache: Change RUN_DEPENDS from py-anyio to py-anyio3 Message-ID: <202309042132.384LWRND097039@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=464c55aca7193435af1ae912e3f9146e845d2957 commit 464c55aca7193435af1ae912e3f9146e845d2957 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:27:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:18 +0000 www/py-httpx-cache: Change RUN_DEPENDS from py-anyio to py-anyio3 - Bump PORTREVISION for dependency change --- www/py-httpx-cache/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042132.384LWRND097039>