pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-ggplot Fix DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c0caee7c10a
branches:  trunk
changeset: 349705:9c0caee7c10a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 15 07:37:26 2016 +0000

description:
Fix DEPENDS.

diffstat:

 graphics/py-ggplot/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 7b5e967cb89c -r 9c0caee7c10a graphics/py-ggplot/Makefile
--- a/graphics/py-ggplot/Makefile       Fri Jul 15 07:36:54 2016 +0000
+++ b/graphics/py-ggplot/Makefile       Fri Jul 15 07:37:26 2016 +0000
@@ -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 @@
 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