svn commit: r547724 - head/science/py-pyteomics

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 5 21:33:01 UTC 2020


Author: sunpoet
Date: Sat Sep  5 21:32:55 2020
New Revision: 547724
URL: https://svnweb.freebsd.org/changeset/ports/547724

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/science/py-pyteomics/Makefile

Modified: head/science/py-pyteomics/Makefile
==============================================================================
--- head/science/py-pyteomics/Makefile	Sat Sep  5 21:32:51 2020	(r547723)
+++ head/science/py-pyteomics/Makefile	Sat Sep  5 21:32:55 2020	(r547724)
@@ -24,7 +24,7 @@ TDA_DESC=	Target-decoy approach support
 UNIMOD_DESC=	Unimod database support
 XML_DESC=	XML support	
 
-DF_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR}
+DF_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR}
 GRAPHICS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
 TDA_RUN_DEPENDS=	${PYNUMPY}
 UNIMOD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \


More information about the svn-ports-all mailing list