pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-markupsafe py-markupsafe: not compatible w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c12c89dc5e8
branches:  trunk
changeset: 377317:4c12c89dc5e8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 19 11:04:17 2022 +0000

description:
py-markupsafe: not compatible with python 2.7

diffstat:

 textproc/py-markupsafe/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1cfdb525b343 -r 4c12c89dc5e8 textproc/py-markupsafe/Makefile
--- a/textproc/py-markupsafe/Makefile   Tue Apr 19 10:19:38 2022 +0000
+++ b/textproc/py-markupsafe/Makefile   Tue Apr 19 11:04:17 2022 +0000
@@ -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 @@
 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