pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-pandas-datareader
Module Name: pkgsrc
Committed By: minskim
Date: Thu Jan 30 20:25:18 UTC 2020
Modified Files:
pkgsrc/math/py-pandas-datareader: Makefile
Log Message:
math/py-pandas-datareader: Fix dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-pandas-datareader/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-pandas-datareader/Makefile
diff -u pkgsrc/math/py-pandas-datareader/Makefile:1.9 pkgsrc/math/py-pandas-datareader/Makefile:1.10
--- pkgsrc/math/py-pandas-datareader/Makefile:1.9 Thu Jan 30 18:45:28 2020
+++ pkgsrc/math/py-pandas-datareader/Makefile Thu Jan 30 20:25:18 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2020/01/30 18:45:28 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/30 20:25:18 minskim Exp $
DISTNAME= pandas-datareader-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas-datareader/}
@@ -10,10 +11,9 @@ HOMEPAGE= https://github.com/pydata/pand
COMMENT= Remote data access for pandas
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-pandas>=0.19.2:../../math/py-pandas
+DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-pandas>=0.21:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-requests-file-[0-9]*:../../devel/py-requests-file
-DEPENDS+= ${PYPKGPREFIX}-requests-ftp-[0-9]*:../../devel/py-requests-ftp
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandas
Home |
Main Index |
Thread Index |
Old Index