summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /math
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile4
-rw-r--r--math/gnumeric110/Makefile4
-rw-r--r--math/gnumeric112/Makefile4
-rw-r--r--math/py-Numeric/Makefile4
-rw-r--r--math/py-Scientific/Makefile4
-rw-r--r--math/py-cdecimal/Makefile4
-rw-r--r--math/py-ephem/Makefile4
-rw-r--r--math/py-fftw/Makefile4
-rw-r--r--math/py-fpconst/Makefile4
-rw-r--r--math/py-networkx/Makefile4
-rw-r--r--math/py-numarray/Makefile4
-rw-r--r--math/py-simpleeval/Makefile4
12 files changed, 24 insertions, 24 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 6f54c26e29b..2330f20f59c 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.179 2015/06/12 10:50:27 wiz Exp $
+# $NetBSD: Makefile,v 1.180 2015/12/05 21:25:48 adam Exp $
DISTNAME= gnumeric-1.8.4
PKGREVISION= 40
@@ -25,7 +25,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.4
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
diff --git a/math/gnumeric110/Makefile b/math/gnumeric110/Makefile
index b8707edfc3b..3a9c5198acd 100644
--- a/math/gnumeric110/Makefile
+++ b/math/gnumeric110/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2015/06/12 10:50:28 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2015/12/05 21:25:48 adam Exp $
DISTNAME= gnumeric-1.10.17
PKGREVISION= 23
@@ -29,7 +29,7 @@ PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION}
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.17
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.17
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile
index 649d5d4f634..b865bafd4a0 100644
--- a/math/gnumeric112/Makefile
+++ b/math/gnumeric112/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/08/13 15:14:29 he Exp $
+# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:48 adam Exp $
DISTNAME= gnumeric-1.12.23
CATEGORIES= math gnome
@@ -26,7 +26,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12.9
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.12.9
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject3/buildlink3.mk"
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index b3067548668..dc4148d519c 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2014/05/09 07:37:10 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:49 adam Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE= http://numeric.scipy.org/
COMMENT= Adds multidimensional numeric arrays to Python
PYSETUP= setup.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 24.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 24.2
PLIST_VARS+= blas
.if exists(/System/Library/Frameworks/vecLib.framework)
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index 23809e99b1e..2ba7aeaa17d 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/09/23 12:00:11 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:49 adam Exp $
DISTNAME= ScientificPython-2.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//}
@@ -16,7 +16,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
PLIST_SUBST+= OSNAME=${LOWER_OPSYS:S/solaris/sunos/}
PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.1
INSTALLATION_DIRS= bin
diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile
index 6314da72d62..89ca3e81ecb 100644
--- a/math/py-cdecimal/Makefile
+++ b/math/py-cdecimal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:10 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:49 adam Exp $
DISTNAME= cdecimal-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ USE_LANGUAGES= c
GNU_CONFIGURE= yes
#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile
index 58de4e2b505..489f4c620d8 100644
--- a/math/py-ephem/Makefile
+++ b/math/py-ephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:10 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:49 adam Exp $
DISTNAME= pyephem-3.7.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyephem/ephem/}
@@ -14,7 +14,7 @@ do-test:
(cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${TEST_ENV} ${MAKE_ENV} \
${PYTHONBIN} ${PYSETUP} ${PYSETUPARGS} "test")
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
REPLACE_PYTHON+= src/ephem/tests/test_angles.py
REPLACE_PYTHON+= src/ephem/tests/test_bodies.py
diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile
index bbd71ae1aa1..041f06cfe01 100644
--- a/math/py-fftw/Makefile
+++ b/math/py-fftw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/11/27 10:10:36 gson Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:49 adam Exp $
DISTNAME= PyFFTW3-0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 0.2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.2.1
.include "../../lang/python/distutils.mk"
.include "../../math/fftw/buildlink3.mk"
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile
index a46577a756f..30455776cd6 100644
--- a/math/py-fpconst/Makefile
+++ b/math/py-fpconst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:11 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:49 adam Exp $
DISTNAME= fpconst-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/fpconst
COMMENT= IEEE 754 floating point special handling for Python
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.2
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 9404e203c00..ec3731af8b2 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/11/01 09:58:28 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:49 adam Exp $
DISTNAME= networkx-1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
USE_LANGUAGES= # none
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
SUBST_CLASSES+= python
SUBST_STAGE.python= post-patch
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index c465b179eab..226f6d920a8 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/01/27 05:05:30 dbj Exp $
+# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:49 adam Exp $
DISTNAME= numarray-1.5.2
PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2
@@ -15,7 +15,7 @@ PLIST_VARS+= blas
PLIST.blas= yes
.endif
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.2; use py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.5.2; use py-numpy
do-test:
(cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
diff --git a/math/py-simpleeval/Makefile b/math/py-simpleeval/Makefile
index 4cd94dc6303..f9cea4e9a88 100644
--- a/math/py-simpleeval/Makefile
+++ b/math/py-simpleeval/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/08/25 05:05:39 richard Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:49 adam Exp $
DISTNAME= simpleeval-0.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"