pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/todoman
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 3 20:13:11 UTC 2022
Modified Files:
pkgsrc/misc/todoman: Makefile
Log Message:
todoman: add comment
When someone adds zsh completion support to this package, jq is needed.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/todoman/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.28 pkgsrc/misc/todoman/Makefile:1.29
--- pkgsrc/misc/todoman/Makefile:1.28 Thu Jun 30 11:18:39 2022
+++ pkgsrc/misc/todoman/Makefile Thu Nov 3 20:13:11 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../.
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