pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-tabular Now DEPENDS on py-matplotlib rather t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c3a62a503d7
branches:  trunk
changeset: 374849:2c3a62a503d7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 30 09:09:06 2018 +0000

description:
Now DEPENDS on py-matplotlib rather than buildlinking

diffstat:

 devel/py-tabular/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ca78c139a628 -r 2c3a62a503d7 devel/py-tabular/Makefile
--- a/devel/py-tabular/Makefile Tue Jan 30 08:58:47 2018 +0000
+++ b/devel/py-tabular/Makefile Tue Jan 30 09:09:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/09/04 18:08:21 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/30 09:09:06 adam Exp $
 
 DISTNAME=      tabular-0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,10 @@
 COMMENT=       Tabular data tools for Python
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.1
 
-.include "../../graphics/py-matplotlib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pynumpy+=        ${PYPKGPREFIX}-numpy>=1.6
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index