pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/todoman todoman: add comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f886924555dd
branches:  trunk
changeset: 387672:f886924555dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 03 20:13:11 2022 +0000

description:
todoman: add comment

When someone adds zsh completion support to this package, jq is needed.

diffstat:

 misc/todoman/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b474419511e6 -r f886924555dd misc/todoman/Makefile
--- a/misc/todoman/Makefile     Thu Nov 03 14:41:22 2022 +0000
+++ b/misc/todoman/Makefile     Thu Nov 03 20:13:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/06/30 11:18:39 nia Exp $
+# $NetBSD: Makefile,v 1.29 2022/11/03 20:13:11 wiz Exp $
 
 DISTNAME=              todoman-4.0.0
 PKGREVISION=           2
@@ -26,6 +26,10 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
+# if zsh completion is used, jq is needed
+#https://github.com/pimutils/todoman/issues/498
+#DEPENDS+=     jq-[0-9]*:../../devel/jq
+
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes



Home | Main Index | Thread Index | Old Index