diff options
author | joerg <joerg> | 2009-02-11 14:23:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-11 14:23:31 +0000 |
commit | 961419495f9c5b98ac5080ebe6c6302a0bb78ed4 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /math | |
parent | 6d1ae1e18d910d461a5f22bbf097e3dc8a105139 (diff) | |
download | pkgsrc-961419495f9c5b98ac5080ebe6c6302a0bb78ed4.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 187c53c1cef..0a13452bf1e 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/06/26 15:55:18 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2009/02/11 14:23:32 joerg Exp $ # DISTNAME= sympy-0.5.15 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} post-extract: |