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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 17 18:58:22 UTC 2019


Author: sunpoet
Date: Sun Mar 17 18:58:18 2019
New Revision: 496093
URL: https://svnweb.freebsd.org/changeset/ports/496093

Log:
  Change RUN_DEPENDS from py-xarray to py-xarray011
  
  - Bump PORTREVISION for dependency change

Modified:
  head/astro/py-metpy/Makefile

Modified: head/astro/py-metpy/Makefile
==============================================================================
--- head/astro/py-metpy/Makefile	Sun Mar 17 18:58:13 2019	(r496092)
+++ head/astro/py-metpy/Makefile	Sun Mar 17 18:58:18 2019	(r496093)
@@ -3,6 +3,7 @@
 
 PORTNAME=	metpy
 PORTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}xarray>=0.10.7:devel/py-xarray@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}xarray011>=0.10.7:devel/py-xarray011@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list