Mon Nov 18 04:41:34 2019 UTC ()
py-blockdiag: mark additional test dependencies

Update the list of test dependencies to reflect the current state of
the package. While here, also deal with a PLIST issue that pkglint
reported.


(gutteridge)
diff -r1.24 -r1.25 pkgsrc/graphics/py-blockdiag/Makefile
diff -r1.17 -r1.18 pkgsrc/graphics/py-blockdiag/PLIST

cvs diff -r1.24 -r1.25 pkgsrc/graphics/py-blockdiag/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/py-blockdiag/Makefile 2018/08/05 12:40:53 1.24
+++ pkgsrc/graphics/py-blockdiag/Makefile 2019/11/18 04:41:34 1.25
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/08/05 12:40:53 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/18 04:41:34 gutteridge Exp $
 
 DISTNAME=	blockdiag-1.5.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@
 DEPENDS+=	${PYPKGPREFIX}-webcolors-[0-9]*:../../www/py-webcolors
 TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+=	${PYPKGPREFIX}-pep8>=1.3:../../devel/py-pep8
+TEST_DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 
 USE_LANGUAGES=	# none
 

cvs diff -r1.17 -r1.18 pkgsrc/graphics/py-blockdiag/PLIST (expand / switch to context diff)
--- pkgsrc/graphics/py-blockdiag/PLIST 2018/08/05 12:40:53 1.17
+++ pkgsrc/graphics/py-blockdiag/PLIST 2019/11/18 04:41:34 1.18
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.17 2018/08/05 12:40:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/11/18 04:41:34 gutteridge Exp $
 bin/blockdiag-${PYVERSSUFFIX}
+${PKGMANDIR}/man1/blockdiag-${PYVERSSUFFIX}.1
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -386,4 +387,3 @@
 ${PYSITELIB}/blockdiag_sphinxhelper.py
 ${PYSITELIB}/blockdiag_sphinxhelper.pyc
 ${PYSITELIB}/blockdiag_sphinxhelper.pyo
-man/man1/blockdiag-${PYVERSSUFFIX}.1