git: fc12595aa555 - main - devel/py-pint: Remove PY_SETUPTOOLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 06:51:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc12595aa555309285cabb886ac06d1c44ac51d7 commit fc12595aa555309285cabb886ac06d1c44ac51d7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:46:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:46:28 +0000 devel/py-pint: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- devel/py-pint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pint/Makefile b/devel/py-pint/Makefile index 7c1170af8861..28924c085513 100644 --- a/devel/py-pint/Makefile +++ b/devel/py-pint/Makefile @@ -13,7 +13,7 @@ WWW= https://pint.readthedocs.io/en/stable/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}