pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-ansi2html



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug  1 08:27:40 UTC 2025

Modified Files:
        pkgsrc/converters/py-ansi2html: Makefile

Log Message:
py-ansi2html: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/py-ansi2html/Makefile

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

Modified files:

Index: pkgsrc/converters/py-ansi2html/Makefile
diff -u pkgsrc/converters/py-ansi2html/Makefile:1.2 pkgsrc/converters/py-ansi2html/Makefile:1.3
--- pkgsrc/converters/py-ansi2html/Makefile:1.2 Tue Jul 29 05:28:02 2025
+++ pkgsrc/converters/py-ansi2html/Makefile     Fri Aug  1 08:27:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/07/29 05:28:02 dkazankov Exp $
+# $NetBSD: Makefile,v 1.3 2025/08/01 08:27:40 wiz Exp $
 
 DISTNAME=      ansi2html-1.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Convert text with ANSI color co
 LICENSE=       gnu-lgpl-v3 OR mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 



Home | Main Index | Thread Index | Old Index