pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-matplotlib
Module Name: pkgsrc
Committed By: richard
Date: Wed Aug 17 13:45:25 UTC 2016
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile
Log Message:
add missing run-time dependency on py-cycler with revbump.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/py-matplotlib/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-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.44 pkgsrc/graphics/py-matplotlib/Makefile:1.45
--- pkgsrc/graphics/py-matplotlib/Makefile:1.44 Thu Aug 4 00:04:18 2016
+++ pkgsrc/graphics/py-matplotlib/Makefile Wed Aug 17 13:45:25 2016
@@ -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 @@ COMMENT= Matlab-style plotting package
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 @@ post-patch:
${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