summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-08 17:00:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-08 17:00:50 +0000
commit3fe73b1f69e42ad2edaa8f8088f66575d46f9271 (patch)
tree147ae4f801bc8b10d600c2b8583673cd2288484f
parentUpdate to 0.11.0 (diff)
Restrict USES=python to 3.5+ for py-pooch 0.7.0 update
Notes
Notes: svn path=/head/; revision=519387
-rw-r--r--astro/py-metpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile
index c55e7b48014a..5f775465f24b 100644
--- a/astro/py-metpy/Makefile
+++ b/astro/py-metpy/Makefile
@@ -25,8 +25,8 @@ RUN_DEPENDS= ${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xarray011>=0.10.7:devel/py-xarray011@${PY_FLAVOR}
-USES= python
-USE_PYTHON= autoplist concurrent distutils
+USES= python:3.5+
+USE_PYTHON= autoplist distutils
NO_ARCH= yes