pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Apr  9 21:33:50 UTC 2022

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

Log Message:
py-pandas: fix BUILDLINK_API_DEPENDS for py-numpy


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/math/py-pandas/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/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.37 pkgsrc/math/py-pandas/Makefile:1.38
--- pkgsrc/math/py-pandas/Makefile:1.37 Tue Jan  4 20:54:15 2022
+++ pkgsrc/math/py-pandas/Makefile      Sat Apr  9 21:33:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2022/01/04 20:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/04/09 21:33:50 gutteridge Exp $
 
 DISTNAME=      pandas-1.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,6 +31,6 @@ PYSETUPTESTTARGET=    pytest
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.16.5
+BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.16.5
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index