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:   adam
Date:           Tue Jan 30 09:21:44 UTC 2018

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

Log Message:
Now DEPENDS on py-matplotlib rather than buildlinking


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/math/py-pandas/Makefile:1.21
--- pkgsrc/math/py-pandas/Makefile:1.20 Fri Jan  5 16:13:51 2018
+++ pkgsrc/math/py-pandas/Makefile      Tue Jan 30 09:21:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/01/05 16:13:51 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/01/30 09:21:44 adam Exp $
 
 DISTNAME=      pandas-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-bottleneck-[0-9]*:../../math/py-bottleneck
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
 DEPENDS+=      ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
@@ -26,7 +27,6 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-nose-[0-9
 PLIST_SUBST+=  PYPKGPREFIX=${PYPKGPREFIX}
 USE_LANGUAGES= c c++
 
-.include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.7.0
 .include "../../math/py-numpy/buildlink3.mk"



Home | Main Index | Thread Index | Old Index