diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-16 05:40:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-16 05:40:05 +0000 |
commit | da915af565aa3f8f8c7a0ac39b5176db00dcca8c (patch) | |
tree | df0470df2f2b97a9599e2a212655249756763395 /math | |
parent | 2edf0e8d692c6eecda534ce9cbd95671a2d8473b (diff) | |
download | pkgsrc-da915af565aa3f8f8c7a0ac39b5176db00dcca8c.tar.gz |
This blows up on python25 and it doesn't really seem like it's worth
trying to figure out what's wrong, so just mark it INCOMPATIBLE.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pytables/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index c256d1a04e7..7168472e9c5 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/04/08 19:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/06/16 05:40:05 dholland Exp $ # DISTNAME= tables-2.2.1 @@ -18,6 +18,8 @@ PKG_SUPPORTED_OPTIONS= lzo PKG_SUGGESTED_OPTIONS= .include "../../mk/bsd.options.mk" +PYTHON_VERSIONS_INCOMPATIBLE= 25 + PYDISTUTILSPKG= yes PYSETUPBUILDARGS= --hdf5=${BUILDLINK_PREFIX.hdf5} .if !empty(PKG_OPTIONS:Mlzo) |