pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xmlschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  8 21:34:38 UTC 2020

Modified Files:
        pkgsrc/textproc/py-xmlschema: Makefile

Log Message:
py-xmlschema: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-xmlschema/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-xmlschema/Makefile
diff -u pkgsrc/textproc/py-xmlschema/Makefile:1.3 pkgsrc/textproc/py-xmlschema/Makefile:1.4
--- pkgsrc/textproc/py-xmlschema/Makefile:1.3   Mon Dec 30 17:53:00 2019
+++ pkgsrc/textproc/py-xmlschema/Makefile       Wed Jan  8 21:34:38 2020
@@ -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 @@ USE_LANGUAGES=        # none
 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