pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-sympy



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Oct 29 23:19:59 UTC 2020

Modified Files:
        pkgsrc/math/py-sympy: Makefile

Log Message:
py-sympy: mark incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/py-sympy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-sympy/Makefile
diff -u pkgsrc/math/py-sympy/Makefile:1.26 pkgsrc/math/py-sympy/Makefile:1.27
--- pkgsrc/math/py-sympy/Makefile:1.26  Sun Sep 20 14:30:01 2020
+++ pkgsrc/math/py-sympy/Makefile       Thu Oct 29 23:19:59 2020
@@ -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}
@@ -16,6 +16,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},'
 SUBST_FILES.manpath+=  setup.py



Home | Main Index | Thread Index | Old Index