svn commit: r563658 - head/devel/py-xarray

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:35:00 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:34:58 2021
New Revision: 563658
URL: https://svnweb.freebsd.org/changeset/ports/563658

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/py-xarray/Makefile

Modified: head/devel/py-xarray/Makefile
==============================================================================
--- head/devel/py-xarray/Makefile	Mon Feb  1 19:34:52 2021	(r563657)
+++ head/devel/py-xarray/Makefile	Mon Feb  1 19:34:58 2021	(r563658)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=0.25:math/py-pandas@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.7+


More information about the svn-ports-all mailing list