git: 2bbf0ed79994 - main - www/py-cachecontrol: Update version requirement of *_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:39:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bbf0ed7999497be4cab90d75ff0327a1ac3d2bc commit 2bbf0ed7999497be4cab90d75ff0327a1ac3d2bc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 15:03:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:15:29 +0000 www/py-cachecontrol: Update version requirement of *_DEPENDS from pyproject.toml: requires = ["flit_core >=3.2,<4"] dependencies = ["requests >= 2.16.0", "msgpack >= 0.5.2, < 2.0.0"] Reference: https://github.com/psf/cachecontrol/blob/v0.14.0/pyproject.toml#L2 https://github.com/psf/cachecontrol/blob/v0.14.0/pyproject.toml#L36 Approved by: portmgr (blanket) With hat: python --- www/py-cachecontrol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/py-cachecontrol/Makefile b/www/py-cachecontrol/Makefile index 07a68d64146b..4f28572a1603 100644 --- a/www/py-cachecontrol/Makefile +++ b/www/py-cachecontrol/Makefile @@ -10,8 +10,8 @@ WWW= https://github.com/psf/cachecontrol LICENSE= APACHE20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2<2.0.0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.16.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}