pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-seaborn



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 30 10:04:00 UTC 2018

Modified Files:
        pkgsrc/graphics/py-seaborn: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-seaborn/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-seaborn/Makefile
diff -u pkgsrc/graphics/py-seaborn/Makefile:1.2 pkgsrc/graphics/py-seaborn/Makefile:1.3
--- pkgsrc/graphics/py-seaborn/Makefile:1.2     Mon Sep  4 17:19:38 2017
+++ pkgsrc/graphics/py-seaborn/Makefile Tue Jan 30 10:04:00 2018
@@ -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 @@ HOMEPAGE=   http://seaborn.pydata.org/
 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