pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/termtosvg
Module Name: pkgsrc
Committed By: adam
Date: Tue Jul 5 10:16:50 UTC 2022
Modified Files:
pkgsrc/graphics/termtosvg: Makefile
Log Message:
termtosvg: not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/termtosvg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/termtosvg/Makefile
diff -u pkgsrc/graphics/termtosvg/Makefile:1.5 pkgsrc/graphics/termtosvg/Makefile:1.6
--- pkgsrc/graphics/termtosvg/Makefile:1.5 Thu Jun 30 11:18:29 2022
+++ pkgsrc/graphics/termtosvg/Makefile Tue Jul 5 10:16:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/06/30 11:18:29 nia Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/05 10:16:50 adam Exp $
DISTNAME= termtosvg-1.1.0
PKGREVISION= 3
@@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-pyte-[0-9]*:../
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyte
+
.include "../../lang/python/egg.mk"
-.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index