aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:47:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:47:32 +0000
commite6b97a1795d8790ccf26a9aec7f16b9daa706f51 (patch)
tree483ad8856cacf3864dd70759f43c1cf9d009de67
parentf2c02cf65f075fd6a739318ae852942dbd8dc9ab (diff)
downloadports-e6b97a1795d8790ccf26a9aec7f16b9daa706f51.tar.gz
ports-e6b97a1795d8790ccf26a9aec7f16b9daa706f51.zip
www/py-branca: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--www/py-branca/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-branca/Makefile b/www/py-branca/Makefile
index 8137333f4ef0..585f315c0c21 100644
--- a/www/py-branca/Makefile
+++ b/www/py-branca/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/python-visualization/branca
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41.2:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3:devel/py-Jinja2@${PY_FLAVOR}