pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-ggplot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 15 07:37:26 UTC 2016

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

Log Message:
Fix DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-ggplot/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-ggplot/Makefile
diff -u pkgsrc/graphics/py-ggplot/Makefile:1.1 pkgsrc/graphics/py-ggplot/Makefile:1.2
--- pkgsrc/graphics/py-ggplot/Makefile:1.1      Fri Jul 15 07:29:54 2016
+++ pkgsrc/graphics/py-ggplot/Makefile  Fri Jul 15 07:37:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/07/15 07:29:54 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/15 07:37:26 wiz Exp $
 
 DISTNAME=      ggplot-0.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,12 @@ HOMEPAGE=   https://yhat.github.io/ggplot/
 COMMENT=       Python implementation of the grammar of graphics
 LICENSE=       2-clause-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../wip/py-brewer2mpl
+DEPENDS+=      ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl
 DEPENDS+=      ${PYPKGPREFIX}-cycler-[0-9]*:../../devel/py-cycler
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
-DEPENDS+=      ${PYPKGPREFIX}-patsy-[0-9]*:../../wip/py-patsy
-DEPENDS+=      ${PYPKGPREFIX}-statsmodels-[0-9]*:../../wip/py-statsmodels
+DEPENDS+=      ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy
+DEPENDS+=      ${PYPKGPREFIX}-statsmodels-[0-9]*:../../math/py-statsmodels
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado



Home | Main Index | Thread Index | Old Index