From 45d28dd8a6c2096dabe28060b4d197b0ca5671e4 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 26 Jun 2008 15:55:18 +0000 Subject: uses decorators -> Python>=2.4 --- math/py-sympy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/py-sympy/Makefile') 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: -- cgit v1.2.3