svn commit: r519387 - head/astro/py-metpy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 8 17:00:51 UTC 2019


Author: sunpoet
Date: Sun Dec  8 17:00:50 2019
New Revision: 519387
URL: https://svnweb.freebsd.org/changeset/ports/519387

Log:
  Restrict USES=python to 3.5+ for py-pooch 0.7.0 update

Modified:
  head/astro/py-metpy/Makefile

Modified: head/astro/py-metpy/Makefile
==============================================================================
--- head/astro/py-metpy/Makefile	Sun Dec  8 17:00:45 2019	(r519386)
+++ head/astro/py-metpy/Makefile	Sun Dec  8 17:00:50 2019	(r519387)
@@ -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
 


More information about the svn-ports-all mailing list