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:   wiz
Date:           Sun Oct 13 09:24:24 UTC 2024

Modified Files:
        pkgsrc/math/py-pandas-datareader: Makefile

Log Message:
py-pandas-datareader: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/math/py-pandas-datareader/Makefile:1.19
--- pkgsrc/math/py-pandas-datareader/Makefile:1.18      Sun Nov  5 23:25:31 2023
+++ pkgsrc/math/py-pandas-datareader/Makefile   Sun Oct 13 09:24:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/11/05 23:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/10/13 09:24:24 wiz Exp $
 
 DISTNAME=      pandas-datareader-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,12 +11,11 @@ HOMEPAGE=   https://github.com/pydata/pand
 COMMENT=       Remote data access for pandas
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.23:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.19.0:../../devel/py-requests
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index