diff options
author | drochner <drochner@pkgsrc.org> | 2008-06-26 15:55:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-06-26 15:55:18 +0000 |
commit | 5e16c8b8e6a3b0b976a7a13ace014bc705e7a354 (patch) | |
tree | fe98bacb6dbf92f3337282cea6ea08a851628a09 /math/py-sympy | |
parent | 024b194427cb89fd85b81ca31d155ee1ba4031cc (diff) | |
download | pkgsrc-5e16c8b8e6a3b0b976a7a13ace014bc705e7a354.tar.gz |
uses decorators -> Python>=2.4
Diffstat (limited to 'math/py-sympy')
-rw-r--r-- | math/py-sympy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 1dad141c46b..187c53c1cef 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:37 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/26 15:55:18 drochner Exp $ # DISTNAME= sympy-0.5.15 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 25 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} post-extract: |