Thu May 16 21:10:43 2024 UTC (31d)
Remove dependency on wip. Thanks to wiz@ forpointing out.


(cheusov)
diff -r1.13 -r1.14 pkgsrc/textproc/csvtomd/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/textproc/csvtomd/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/csvtomd/Makefile 2024/05/16 20:23:46 1.13
+++ pkgsrc/textproc/csvtomd/Makefile 2024/05/16 21:10:43 1.14
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.13 2024/05/16 20:23:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2024/05/16 21:10:43 cheusov Exp $
2 2
3DISTNAME= csvtomd-0.2.1 3DISTNAME= csvtomd-0.2.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/}
6 6
7MAINTAINER= cheusov@NetBSD.org 7MAINTAINER= cheusov@NetBSD.org
8HOMEPAGE= https://github.com/mplewis/csvtomd/ 8HOMEPAGE= https://github.com/mplewis/csvtomd/
9COMMENT= Convert your CSV files into Markdown tables 9COMMENT= Convert your CSV files into Markdown tables
10LICENSE= mit 10LICENSE= mit
11 11
12TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 12TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
14TOOL_DEPENDS+= ${PYPKGPREFIX}-pandocfilters-[0-9]*:../../textproc/py-pandocfilters 14TOOL_DEPENDS+= ${PYPKGPREFIX}-pandocfilters-[0-9]*:../../textproc/py-pandocfilters
15TOOL_DEPENDS+= ${PYPKGPREFIX}-sure-[0-9]*:../../devel/py-sure 15TOOL_DEPENDS+= ${PYPKGPREFIX}-sure-[0-9]*:../../devel/py-sure
16TOOL_DEPENDS+= ${PYPKGPREFIX}-pypandoc-[0-9]*:../../wip/py-pandoc 
17 16
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none
19 18
20REPLACE_PYTHON+= csvtomd 19REPLACE_PYTHON+= csvtomd
21 20
22PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
23 22
24.include "../../lang/python/wheel.mk" 23.include "../../lang/python/wheel.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"