pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-pandas-datareader py-pandas-datareader: disabl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/411b8e305371
branches: trunk
changeset: 335330:411b8e305371
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jun 17 20:28:55 2019 +0000
description:
py-pandas-datareader: disable Python 2.7
diffstat:
math/py-pandas-datareader/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 373293130d77 -r 411b8e305371 math/py-pandas-datareader/Makefile
--- a/math/py-pandas-datareader/Makefile Mon Jun 17 20:27:16 2019 +0000
+++ b/math/py-pandas-datareader/Makefile Mon Jun 17 20:28:55 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2018/09/24 03:59:41 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/17 20:28:55 adam Exp $
DISTNAME= pandas-datareader-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= math
+CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas-datareader/}
MAINTAINER= minskim%NetBSD.org@localhost
@@ -10,10 +10,12 @@
COMMENT= Remote data access for pandas
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-pandas>=0.19.2:../../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
-DEPENDS+= ${PYPKGPREFIX}-requests-file-[0-9]*:../../devel/py-requests-file
-DEPENDS+= ${PYPKGPREFIX}-pandas>=0.19.2:../../math/py-pandas
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index