diff options
author | drochner <drochner> | 2008-06-26 15:55:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-06-26 15:55:18 +0000 |
commit | 45d28dd8a6c2096dabe28060b4d197b0ca5671e4 (patch) | |
tree | fe98bacb6dbf92f3337282cea6ea08a851628a09 /math/py-sympy/Makefile | |
parent | 9db59a3d41349956b8dfbb0aea042ac90d9fcab9 (diff) | |
download | pkgsrc-45d28dd8a6c2096dabe28060b4d197b0ca5671e4.tar.gz |
uses decorators -> Python>=2.4
Diffstat (limited to 'math/py-sympy/Makefile')
-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: |