pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-blockdiag py-blockdiag: mark additional te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3f72cb46b54
branches:  trunk
changeset: 404786:f3f72cb46b54
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Nov 18 04:41:34 2019 +0000

description:
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.

diffstat:

 graphics/py-blockdiag/Makefile |  4 +++-
 graphics/py-blockdiag/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r b8aaacd63a05 -r f3f72cb46b54 graphics/py-blockdiag/Makefile
--- a/graphics/py-blockdiag/Makefile    Sun Nov 17 23:11:21 2019 +0000
+++ b/graphics/py-blockdiag/Makefile    Mon Nov 18 04:41:34 2019 +0000
@@ -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
 
diff -r b8aaacd63a05 -r f3f72cb46b54 graphics/py-blockdiag/PLIST
--- a/graphics/py-blockdiag/PLIST       Sun Nov 17 23:11:21 2019 +0000
+++ b/graphics/py-blockdiag/PLIST       Mon Nov 18 04:41:34 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index