pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-minted



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 17:18:47 UTC 2023

Modified Files:
        pkgsrc/print/tex-minted: Makefile

Log Message:
tex-minted: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-minted/Makefile

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

Modified files:

Index: pkgsrc/print/tex-minted/Makefile
diff -u pkgsrc/print/tex-minted/Makefile:1.14 pkgsrc/print/tex-minted/Makefile:1.15
--- pkgsrc/print/tex-minted/Makefile:1.14       Sat Apr  1 12:07:38 2023
+++ pkgsrc/print/tex-minted/Makefile    Tue May  2 17:18:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/04/01 12:07:38 markd Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/02 17:18:47 wiz Exp $
 
 DISTNAME=      minted
 PKGNAME=       tex-${DISTNAME}-2.7
@@ -24,10 +24,10 @@ DEPENDS+=   tex-tools-[0-9]*:../../print/t
 DEPENDS+=      tex-upquote-[0-9]*:../../print/tex-upquote
 DEPENDS+=      tex-xcolor-[0-9]*:../../print/tex-xcolor
 DEPENDS+=      tex-xstring-[0-9]*:../../print/tex-xstring
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 
-PYTHON_VERSIONED_DEPENDENCIES= pygments
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index