svn commit: r522442 - head/astro/py-metpy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 8 18:36:45 UTC 2020
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
More information about the svn-ports-all
mailing list