pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pandas Now DEPENDS on py-matplotlib rather tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/609a412c2b06
branches:  trunk
changeset: 374851:609a412c2b06
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 30 09:21:44 2018 +0000

description:
Now DEPENDS on py-matplotlib rather than buildlinking

diffstat:

 math/py-pandas/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 2a4077bfd76c -r 609a412c2b06 math/py-pandas/Makefile
--- a/math/py-pandas/Makefile   Tue Jan 30 09:10:59 2018 +0000
+++ b/math/py-pandas/Makefile   Tue Jan 30 09:21:44 2018 +0000
@@ -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 @@
 
 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 @@
 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