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:   marino
Date:           Thu Dec  1 15:03:21 UTC 2016

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

Log Message:
graphics/py-ggplot: Fix dependencies

The duplicate py-cycler package was deleted month ago ...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/graphics/py-ggplot/Makefile:1.3
--- pkgsrc/graphics/py-ggplot/Makefile:1.2      Fri Jul 15 07:37:26 2016
+++ pkgsrc/graphics/py-ggplot/Makefile  Thu Dec  1 15:03:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/15 07:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/01 15:03:21 marino Exp $
 
 DISTNAME=      ggplot-0.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      Python implementation of the gr
 LICENSE=       2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl
-DEPENDS+=      ${PYPKGPREFIX}-cycler-[0-9]*:../../devel/py-cycler
+DEPENDS+=      ${PYPKGPREFIX}-cycler-[0-9]*:../../graphics/py-cycler
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy



Home | Main Index | Thread Index | Old Index