pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-seaborn Now DEPENDS on py-matplotlib rathe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1f67b4c67f4
branches:  trunk
changeset: 374853:a1f67b4c67f4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 30 10:04:00 2018 +0000

description:
Now DEPENDS on py-matplotlib rather than buildlinking

diffstat:

 graphics/py-seaborn/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 4d01f5a8a237 -r a1f67b4c67f4 graphics/py-seaborn/Makefile
--- a/graphics/py-seaborn/Makefile      Tue Jan 30 09:24:25 2018 +0000
+++ b/graphics/py-seaborn/Makefile      Tue Jan 30 10:04:00 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 17:19:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/30 10:04:00 adam Exp $
 
 DISTNAME=      seaborn-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,12 @@
 COMMENT=       Statistical data visualization
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
-.include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index