Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 18:36:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522442 - head/astro/py-metpy
Message-ID:  <202001081836.008Iaj2b016592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 18:36:45 2020
New Revision: 522442
URL: https://svnweb.freebsd.org/changeset/ports/522442

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

Modified:
  head/astro/py-metpy/Makefile

Modified: head/astro/py-metpy/Makefile
==============================================================================
--- head/astro/py-metpy/Makefile	Wed Jan  8 18:36:40 2020	(r522441)
+++ head/astro/py-metpy/Makefile	Wed Jan  8 18:36:45 2020	(r522442)
@@ -3,6 +3,7 @@
 
 PORTNAME=	metpy
 PORTVERSION=	0.12.0
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:
 		${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}xarray011>=0.10.7:devel/py-xarray011@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}xarray>=0.10.7:devel/py-xarray@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001081836.008Iaj2b016592>