Thu Oct 29 23:19:59 2020 UTC ()
py-sympy: mark incompatible with Python 2.7


(gutteridge)
diff -r1.26 -r1.27 pkgsrc/math/py-sympy/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/math/py-sympy/Makefile (expand / switch to context diff)
--- pkgsrc/math/py-sympy/Makefile 2020/09/20 14:30:01 1.26
+++ pkgsrc/math/py-sympy/Makefile 2020/10/29 23:19:59 1.27
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/09/20 14:30:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2020/10/29 23:19:59 gutteridge Exp $
 
 DISTNAME=	sympy-1.6.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@
 USE_LANGUAGES=	# none
 
 REPLACE_PYTHON+=	sympy/utilities/tests/diagnose_imports.py
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 SUBST_CLASSES+=		manpath
 SUBST_SED.manpath=	-e 's,share/man,${PKGMANDIR},'