diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-09 01:00:50 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-09 01:00:50 +0800 |
commit | 3fe73b1f69e42ad2edaa8f8088f66575d46f9271 (patch) | |
tree | 147ae4f801bc8b10d600c2b8583673cd2288484f /astro | |
parent | bc40967fd00923a7e9f6e38b41c8f6503aeea083 (diff) | |
download | freebsd-ports-gnome-3fe73b1f69e42ad2edaa8f8088f66575d46f9271.tar.gz freebsd-ports-gnome-3fe73b1f69e42ad2edaa8f8088f66575d46f9271.tar.zst freebsd-ports-gnome-3fe73b1f69e42ad2edaa8f8088f66575d46f9271.zip |
Restrict USES=python to 3.5+ for py-pooch 0.7.0 update
Diffstat (limited to 'astro')
-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 |