aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:18 +0000
commit5fd1ed768315b304ed824d4c3b12105128aebfaf (patch)
tree0d20e678b48bf3fb32c95a7d87f9be2f151c7b60
parentbe873f99cd1a2c51795320c185aa557a8a496fb6 (diff)
downloadports-5fd1ed768315b304ed824d4c3b12105128aebfaf.tar.gz
ports-5fd1ed768315b304ed824d4c3b12105128aebfaf.zip
devel/py-epsilon: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--devel/py-epsilon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-epsilon/Makefile b/devel/py-epsilon/Makefile
index 90c89057f5d3..f0bee8cf9c36 100644
--- a/devel/py-epsilon/Makefile
+++ b/devel/py-epsilon/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/twisted/epsilon
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}six>=1.12.0:devel/py-six@${PY_FLAVOR} \