pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tabular



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 30 09:09:06 UTC 2018

Modified Files:
        pkgsrc/devel/py-tabular: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-tabular/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-tabular/Makefile
diff -u pkgsrc/devel/py-tabular/Makefile:1.9 pkgsrc/devel/py-tabular/Makefile:1.10
--- pkgsrc/devel/py-tabular/Makefile:1.9        Mon Sep  4 18:08:21 2017
+++ pkgsrc/devel/py-tabular/Makefile    Tue Jan 30 09:09:06 2018
@@ -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 @@ HOMEPAGE=    https://pypi.python.org/pypi/t
 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