diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-10-29 23:19:59 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-10-29 23:19:59 +0000 |
commit | e4300ea0b65a7436ec98ddb13582b3087f2b541c (patch) | |
tree | 212dd99beeaec8d74049791d46f39bd6d0ebe0ab /math | |
parent | 9cee0a21b2e20ecb9675e5244d190487ec81efd6 (diff) | |
download | pkgsrc-e4300ea0b65a7436ec98ddb13582b3087f2b541c.tar.gz |
py-sympy: mark incompatible with Python 2.7
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 46096d5e4d9..8a75f5854fd 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -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 |