pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/csvtomd



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Thu May 16 21:10:43 UTC 2024

Modified Files:
        pkgsrc/textproc/csvtomd: Makefile

Log Message:
Remove dependency on wip. Thanks to wiz@ forpointing out.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/csvtomd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/csvtomd/Makefile
diff -u pkgsrc/textproc/csvtomd/Makefile:1.13 pkgsrc/textproc/csvtomd/Makefile:1.14
--- pkgsrc/textproc/csvtomd/Makefile:1.13       Thu May 16 20:23:46 2024
+++ pkgsrc/textproc/csvtomd/Makefile    Thu May 16 21:10:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/05/16 20:23:46 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/05/16 21:10:43 cheusov Exp $
 
 DISTNAME=      csvtomd-0.2.1
 CATEGORIES=    textproc
@@ -13,7 +13,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pandocfilters-[0-9]*:../../textproc/py-pandocfilters
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sure-[0-9]*:../../devel/py-sure
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pypandoc-[0-9]*:../../wip/py-pandoc
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index