git: 844fb7323499 - main - print/py-fontparts: Remove PY_SETUPTOOLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 20:20:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=844fb73234999e3dfff6f143b7c79f51fd581b72
commit 844fb73234999e3dfff6f143b7c79f51fd581b72
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 20:15:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 20:17:27 +0000
print/py-fontparts: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
---
print/py-fontparts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/print/py-fontparts/Makefile b/print/py-fontparts/Makefile
index e8494096e32f..9dbe7bcb21ae 100644
--- a/print/py-fontparts/Makefile
+++ b/print/py-fontparts/Makefile
@@ -13,7 +13,7 @@ WWW= https://github.com/robotools/fontParts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42: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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.9.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \