pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-xmlschema py-xmlschema: mark as incompatib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f12a914255c8
branches: trunk
changeset: 407728:f12a914255c8
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 08 21:34:38 2020 +0000
description:
py-xmlschema: mark as incompatible with Python 2.7
diffstat:
textproc/py-xmlschema/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ec1962514072 -r f12a914255c8 textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile Wed Jan 08 21:33:16 2020 +0000
+++ b/textproc/py-xmlschema/Makefile Wed Jan 08 21:34:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/12/30 17:53:00 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/08 21:34:38 adam Exp $
DISTNAME= xmlschema-1.0.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@
REPLACE_PYTHON+= xmlschema/tests/check_etree_import.py
REPLACE_PYTHON+= xmlschema/tests/check_memory.py
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-elementpath
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index