git: 31356f6001cc - main - devel/py-backports.cached-property: Remove PY_SETUPTOOLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 06:50:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=31356f6001cc0ac0fac9a90bdce3871c235f4753 commit 31356f6001cc0ac0fac9a90bdce3871c235f4753 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:45:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:45:54 +0000 devel/py-backports.cached-property: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- devel/py-backports.cached-property/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-backports.cached-property/Makefile b/devel/py-backports.cached-property/Makefile index ae5841657492..a792574e02fb 100644 --- a/devel/py-backports.cached-property/Makefile +++ b/devel/py-backports.cached-property/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/penguinolog/backports.cached_property LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}