git: c97ddb9b79f3 - main - textproc/py-chevron: Use PY_SETUPTOOLS
Date: Sat, 22 Mar 2025 06:59:54 UTC
The branch main has been updated by nork:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c97ddb9b79f3a7098881859346ec6ec2fa431ba3
commit c97ddb9b79f3a7098881859346ec6ec2fa431ba3
Author: Norikatsu Shigemura <nork@FreeBSD.org>
AuthorDate: 2025-03-22 06:59:20 +0000
Commit: Norikatsu Shigemura <nork@FreeBSD.org>
CommitDate: 2025-03-22 06:59:20 +0000
textproc/py-chevron: Use PY_SETUPTOOLS
Approved by: hrs (mentor, blanket)
---
textproc/py-chevron/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/py-chevron/Makefile b/textproc/py-chevron/Makefile
index cf2b233bdab4..02264c713b22 100644
--- a/textproc/py-chevron/Makefile
+++ b/textproc/py-chevron/Makefile
@@ -11,7 +11,7 @@ WWW= https://pypi.org/project/chevron/
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python