pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib add missing run-time dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f36e0328e7b3
branches:  trunk
changeset: 351221:f36e0328e7b3
user:      richard <richard%pkgsrc.org@localhost>
date:      Wed Aug 17 13:45:25 2016 +0000

description:
add missing run-time dependency on py-cycler with revbump.

diffstat:

 graphics/py-matplotlib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r e573d1a23c9f -r f36e0328e7b3 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Wed Aug 17 13:40:14 2016 +0000
+++ b/graphics/py-matplotlib/Makefile   Wed Aug 17 13:45:25 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2016/08/04 00:04:18 kamil Exp $
+# $NetBSD: Makefile,v 1.45 2016/08/17 13:45:25 richard Exp $
 
 DISTNAME=              matplotlib-1.5.2
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            graphics python
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=matplotlib/}
 GITHUB_PROJECT=                matplotlib
@@ -14,6 +15,7 @@
 
 DEPENDS+=              ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz
 DEPENDS+=              ${PYPKGPREFIX}-pyparsing>=1.5.6:../../devel/py-pyparsing
+DEPENDS+=              ${PYPKGPREFIX}-cycler-[0-9]*:../../graphics/py-cycler
 
 PYTHON_VERSIONED_DEPENDENCIES= dateutil
 
@@ -38,7 +40,6 @@
        ${ECHO} "wxagg = False" ) > ${WRKSRC}/setup.cfg
 
 # It needs:
-# devel/py-cycler
 # devel/py-nose
 # devel/py-mock
 do-test:



Home | Main Index | Thread Index | Old Index