Tue Jan 30 10:04:00 2018 UTC ()
Now DEPENDS on py-matplotlib rather than buildlinking


(adam)
diff -r1.2 -r1.3 pkgsrc/graphics/py-seaborn/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/graphics/py-seaborn/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-seaborn/Makefile 2017/09/04 17:19:38 1.2
+++ pkgsrc/graphics/py-seaborn/Makefile 2018/01/30 10:04:00 1.3
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2017/09/04 17:19:38 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2018/01/30 10:04:00 adam Exp $
2 2
3DISTNAME= seaborn-0.8.1 3DISTNAME= seaborn-0.8.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= graphics python 5CATEGORIES= graphics python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/seaborn/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/seaborn/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://seaborn.pydata.org/ 9HOMEPAGE= http://seaborn.pydata.org/
10COMMENT= Statistical data visualization 10COMMENT= Statistical data visualization
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
 13DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
13DEPENDS+= ${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas 14DEPENDS+= ${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
14DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy 15DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
15 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
18.include "../../graphics/py-matplotlib/buildlink3.mk" 
19.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
20.include "../../math/py-numpy/buildlink3.mk" 20.include "../../math/py-numpy/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"