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: adam
Date: Mon Jun 17 20:28:55 UTC 2019
Modified Files:
pkgsrc/math/py-pandas-datareader: Makefile
Log Message:
py-pandas-datareader: disable Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/math/py-pandas-datareader/Makefile:1.5
--- pkgsrc/math/py-pandas-datareader/Makefile:1.4 Mon Sep 24 03:59:41 2018
+++ pkgsrc/math/py-pandas-datareader/Makefile Mon Jun 17 20:28:55 2019
@@ -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 @@ HOMEPAGE= http://pandas.pydata.org/
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-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
+DEPENDS+= ${PYPKGPREFIX}-requests-ftp-[0-9]*:../../devel/py-requests-ftp
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index