aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 03:06:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 03:06:09 +0000
commit1ec448c030c89282d21e7f8cc75332a314567401 (patch)
tree96b7043ca85e81334936336ac72603de8939ddde /astro
parentc7bb8ca6de63e3b4eb2dec21693562f7f7a31a8e (diff)
downloadports-1ec448c030c89282d21e7f8cc75332a314567401.tar.gz
ports-1ec448c030c89282d21e7f8cc75332a314567401.zip
astro/py-metpy: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
Diffstat (limited to 'astro')
-rw-r--r--astro/py-metpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile
index eb6f9a27c22d..e5daa8765a76 100644
--- a/astro/py-metpy/Makefile
+++ b/astro/py-metpy/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/Unidata/MetPy
LICENSE= BSD3CLAUSE
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}matplotlib>=3.5.0:math/py-matplotlib@${PY_FLAVOR} \