summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-03 22:14:00 +0000
committerwiz <wiz>2012-10-03 22:14:00 +0000
commit87f13eccbca0e1334b8494bf6ef04411b6cf0bf5 (patch)
treea6e0112f1c7655fad080d88eaa928420d1b0af8b /math
parent3b980a4a44c341bc8fe11d23babd6f32cf476968 (diff)
downloadpkgsrc-87f13eccbca0e1334b8494bf6ef04411b6cf0bf5.tar.gz
Update for python25 removal.
Diffstat (limited to 'math')
-rw-r--r--math/py-networkx/Makefile4
-rw-r--r--math/py-pytables/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 2d828fcbf76..338a5ab01a7 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/09/11 23:04:31 asau Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/03 22:14:02 wiz Exp $
#
DISTNAME= networkx-1.7
@@ -12,7 +12,5 @@ HOMEPAGE= http://networkx.lanl.gov/
COMMENT= Python package for creating and manipulating graphs and networks
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 25
-
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile
index 45cd40091ef..7adf3739a72 100644
--- a/math/py-pytables/Makefile
+++ b/math/py-pytables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/09/11 23:04:32 asau Exp $
+# $NetBSD: Makefile,v 1.26 2012/10/03 22:14:02 wiz Exp $
#
DISTNAME= tables-2.2.1
@@ -16,8 +16,6 @@ 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)