Tue May 2 17:18:47 2023 UTC ()
tex-minted: not for Python 2


(wiz)
diff -r1.14 -r1.15 pkgsrc/print/tex-minted/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/print/tex-minted/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-minted/Makefile 2023/04/01 12:07:38 1.14
+++ pkgsrc/print/tex-minted/Makefile 2023/05/02 17:18:47 1.15
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.14 2023/04/01 12:07:38 markd Exp $ 1# $NetBSD: Makefile,v 1.15 2023/05/02 17:18:47 wiz Exp $
2 2
3DISTNAME= minted 3DISTNAME= minted
4PKGNAME= tex-${DISTNAME}-2.7 4PKGNAME= tex-${DISTNAME}-2.7
5TEXLIVE_REV= 65252 5TEXLIVE_REV= 65252
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/minted 8HOMEPAGE= https://ctan.org/pkg/minted
9COMMENT= Highlighted source code for LaTeX 9COMMENT= Highlighted source code for LaTeX
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-catchfile-[0-9]*:../../print/tex-catchfile 12DEPENDS+= tex-catchfile-[0-9]*:../../print/tex-catchfile
13DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox 13DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
14DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb 14DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
15DEPENDS+= tex-float-[0-9]*:../../print/tex-float 15DEPENDS+= tex-float-[0-9]*:../../print/tex-float
16DEPENDS+= tex-framed-[0-9]*:../../print/tex-framed 16DEPENDS+= tex-framed-[0-9]*:../../print/tex-framed
17DEPENDS+= tex-fvextra-[0-9]*:../../print/tex-fvextra 17DEPENDS+= tex-fvextra-[0-9]*:../../print/tex-fvextra
18DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 18DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
19DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform 19DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform
20DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions 20DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions
21DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno 21DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
22DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds 22DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
23DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 23DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
24DEPENDS+= tex-upquote-[0-9]*:../../print/tex-upquote 24DEPENDS+= tex-upquote-[0-9]*:../../print/tex-upquote
25DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor 25DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
26DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring 26DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
 27DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
27 28
28PYTHON_VERSIONED_DEPENDENCIES= pygments 29PYTHON_VERSIONS_INCOMPATIBLE= 27
29 30
30.include "../../lang/python/pyversion.mk" 31.include "../../lang/python/pyversion.mk"
31.include "../../lang/python/versioned_dependencies.mk" 
32.include "../../print/texlive/package.mk" 32.include "../../print/texlive/package.mk"
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"