Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/py-pandas-datareader/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/py-pandas-datareader/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/math/py-pandas-datareader/Makefile 2018/02/02 21:16:19 1.3 +++ pkgsrc/math/py-pandas-datareader/Makefile 2018/09/24 03:59:41 1.4 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/02/02 21:16:19 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2018/09/24 03:59:41 minskim Exp $ -DISTNAME= pandas-datareader-0.6.0 +DISTNAME= pandas-datareader-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas-datareader/} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-ftp-[0-9]*:../../devel/py-requests-ftp DEPENDS+= ${PYPKGPREFIX}-requests-file-[0-9]*:../../devel/py-requests-file -DEPENDS+= ${PYPKGPREFIX}-pandas>=0.17.0:../../math/py-pandas +DEPENDS+= ${PYPKGPREFIX}-pandas>=0.19.2:../../math/py-pandas .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"