pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-blockdiag



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Nov 18 04:41:34 UTC 2019

Modified Files:
        pkgsrc/graphics/py-blockdiag: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-blockdiag/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-blockdiag/PLIST

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-blockdiag/Makefile
diff -u pkgsrc/graphics/py-blockdiag/Makefile:1.24 pkgsrc/graphics/py-blockdiag/Makefile:1.25
--- pkgsrc/graphics/py-blockdiag/Makefile:1.24  Sun Aug  5 12:40:53 2018
+++ pkgsrc/graphics/py-blockdiag/Makefile       Mon Nov 18 04:41:34 2019
@@ -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}-reportlab-[0-9]
 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
 

Index: pkgsrc/graphics/py-blockdiag/PLIST
diff -u pkgsrc/graphics/py-blockdiag/PLIST:1.17 pkgsrc/graphics/py-blockdiag/PLIST:1.18
--- pkgsrc/graphics/py-blockdiag/PLIST:1.17     Sun Aug  5 12:40:53 2018
+++ pkgsrc/graphics/py-blockdiag/PLIST  Mon Nov 18 04:41:34 2019
@@ -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/utils/uuid.pyo
 ${PYSITELIB}/blockdiag_sphinxhelper.py
 ${PYSITELIB}/blockdiag_sphinxhelper.pyc
 ${PYSITELIB}/blockdiag_sphinxhelper.pyo
-man/man1/blockdiag-${PYVERSSUFFIX}.1



Home | Main Index | Thread Index | Old Index