diff options
author | wiz <wiz> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-25 09:47:18 +0000 |
commit | 86ce9235ada6d1684740c25ac47e095594da7557 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /math | |
parent | bdd173f01d4fab8e2a1411c96a70aaadb99767a8 (diff) | |
download | pkgsrc-86ce9235ada6d1684740c25ac47e095594da7557.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pytables/Makefile | 4 | ||||
-rw-r--r-- | math/py-sympy/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index 6dea4d42259..9fb6d2bf111 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/11/24 18:06:01 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2011/02/25 09:47:25 wiz Exp $ # DISTNAME= tables-2.2.1 @@ -12,7 +12,7 @@ COMMENT= Database package for large amounts of data PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PKG_OPTIONS_VAR= PKG_OPTIONS.pytables PKG_SUPPORTED_OPTIONS= lzo diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index c0414c8ef90..45e55bf176c 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/08/11 13:36:48 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2011/02/25 09:47:25 wiz Exp $ # DISTNAME= sympy-0.6.7 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} post-extract: |