diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-08 17:00:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-08 17:00:50 +0000 |
commit | 3fe73b1f69e42ad2edaa8f8088f66575d46f9271 (patch) | |
tree | 147ae4f801bc8b10d600c2b8583673cd2288484f | |
parent | Update 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/Makefile | 4 |
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 |