From 1ec448c030c89282d21e7f8cc75332a314567401 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 31 Mar 2024 11:06:09 +0800 Subject: astro/py-metpy: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- astro/py-metpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro') 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} \ -- cgit v1.2.3