pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-markupsafe
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 19 11:04:18 UTC 2022
Modified Files:
pkgsrc/textproc/py-markupsafe: Makefile
Log Message:
py-markupsafe: not compatible with python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-markupsafe/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-markupsafe/Makefile
diff -u pkgsrc/textproc/py-markupsafe/Makefile:1.14 pkgsrc/textproc/py-markupsafe/Makefile:1.15
--- pkgsrc/textproc/py-markupsafe/Makefile:1.14 Mon Apr 18 13:35:43 2022
+++ pkgsrc/textproc/py-markupsafe/Makefile Tue Apr 19 11:04:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 13:35:43 js Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/19 11:04:17 tnn Exp $
DISTNAME= MarkupSafe-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,5 +10,7 @@ HOMEPAGE= https://www.palletsprojects.co
COMMENT= Implements a unicode subclass that supports HTML strings
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index