summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'textproc')
-rw-r--r--textproc/asciidoc/Makefile4
-rw-r--r--textproc/coccigrep/Makefile4
-rw-r--r--textproc/dblatex/Makefile4
-rw-r--r--textproc/gnome-doc-utils/Makefile4
-rw-r--r--textproc/gtk-doc/Makefile4
-rw-r--r--textproc/ispell-lt/Makefile4
-rw-r--r--textproc/itstool/Makefile4
-rw-r--r--textproc/jsoncpp/Makefile4
-rw-r--r--textproc/libplist/Makefile4
-rw-r--r--textproc/py-4Suite/Makefile4
-rw-r--r--textproc/py-Excelerator/Makefile4
-rw-r--r--textproc/py-HappyDoc/Makefile4
-rw-r--r--textproc/py-Whoosh/Makefile4
-rw-r--r--textproc/py-X2/Makefile4
-rw-r--r--textproc/py-cabocha/Makefile4
-rw-r--r--textproc/py-cjson/Makefile4
-rw-r--r--textproc/py-cmTemplate/Makefile4
-rw-r--r--textproc/py-elementtree/Makefile4
-rw-r--r--textproc/py-empy/Makefile4
-rw-r--r--textproc/py-generateDS/Makefile4
-rw-r--r--textproc/py-gnosis-utils/Makefile4
-rw-r--r--textproc/py-iniparse/Makefile4
-rw-r--r--textproc/py-jsonlib/Makefile4
-rw-r--r--textproc/py-libxslt/Makefile4
-rw-r--r--textproc/py-marisa/Makefile4
-rw-r--r--textproc/py-mecab/Makefile4
-rw-r--r--textproc/py-relatorio/Makefile4
-rw-r--r--textproc/py-vobject/Makefile4
-rw-r--r--textproc/py-xlwt/Makefile4
-rw-r--r--textproc/py-xml/Makefile4
-rw-r--r--textproc/py-yamcha/Makefile4
-rw-r--r--textproc/queequeg/Makefile4
-rw-r--r--textproc/rubber/Makefile4
-rw-r--r--textproc/xmlada/Makefile4
34 files changed, 68 insertions, 68 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 7259a25a27c..f705280fbd0 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:20 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2015/12/05 21:26:00 adam Exp $
DISTNAME= asciidoc-8.6.9
PKGREVISION= 2
@@ -40,7 +40,7 @@ REPLACE_PYTHON+= tests/testasciidoc.py
REPLACE_PYTHON+= tests/asciidocapi.py
REPLACE_PYTHON+= html5.conf xhtml11.conf xhtml11-quirks.conf
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 8.6.9 (as seen e.g. in git-docs)
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 8.6.9 (as seen e.g. in git-docs)
INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \
share/asciidoc/docbook-xsl share/asciidoc/stylesheets \
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile
index 9fb06760d0e..9be8e32dba7 100644
--- a/textproc/coccigrep/Makefile
+++ b/textproc/coccigrep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/01/16 11:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:00 adam Exp $
DISTNAME= coccigrep-1.13
CATEGORIES= textproc
@@ -15,7 +15,7 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.12
post-install:
${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile
index 2eb925d9a28..74222335993 100644
--- a/textproc/dblatex/Makefile
+++ b/textproc/dblatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/09/09 23:48:11 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2015/12/05 21:26:01 adam Exp $
DISTNAME= dblatex-0.3.2
PKGREVISION= 6
@@ -44,7 +44,7 @@ USE_TOOLS+= gmake
.include "options.mk"
REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.2
SUBST_CLASSES+= man
SUBST_MESSAGE.man= Fixing man page installation path.
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile
index 527fe088ad8..6cf0ef20f06 100644
--- a/textproc/gnome-doc-utils/Makefile
+++ b/textproc/gnome-doc-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2015/12/05 21:26:01 adam Exp $
DISTNAME= gnome-doc-utils-0.20.10
PKGREVISION= 2
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt
DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
DEPENDS+= getopt-[0-9]*:../../misc/getopt
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libxslt
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-libxslt
USE_TOOLS+= intltool pkg-config gmake gawk msgfmt bash:run
GNU_CONFIGURE= YES
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile
index 6776adf4b1d..0c7071f4eef 100644
--- a/textproc/gtk-doc/Makefile
+++ b/textproc/gtk-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2015/06/12 10:51:20 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2015/12/05 21:26:01 adam Exp $
DISTNAME= gtk-doc-1.21
PKGREVISION= 1
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= gtk-doc.pc.in
CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q}
USE_TOOLS+= gmake perl:run pkg-config:run msgfmt
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.21
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.21
.include "../../lang/python/application.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
diff --git a/textproc/ispell-lt/Makefile b/textproc/ispell-lt/Makefile
index ee4a38b8bdd..156080a26f0 100644
--- a/textproc/ispell-lt/Makefile
+++ b/textproc/ispell-lt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:01 adam Exp $
DISTNAME= ispell-lt-1.3
CATEGORIES= textproc
@@ -13,7 +13,7 @@ DEPENDS+= ispell-[0-9]*:../../textproc/ispell
USE_TOOLS+= gmake
REPLACE_PYTHON+= tools/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3
SUBST_CLASSES+= install
SUBST_FILES.install= Makefile
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile
index 4f221148cea..715b09b5b0b 100644
--- a/textproc/itstool/Makefile
+++ b/textproc/itstool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:01 adam Exp $
DISTNAME= itstool-2.0.2
CATEGORIES= textproc
@@ -16,7 +16,7 @@ REPLACE_PYTHON= ${WRKSRC}/itstool.in
DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.0.2
#Traceback (most recent call last):
# File "/usr/pkg/bin/itstool", line 1516, in <module>
# doc.apply_its_rules(not(opts.nobuiltins), params=params)
diff --git a/textproc/jsoncpp/Makefile b/textproc/jsoncpp/Makefile
index 83196ddfe3f..449038baedb 100644
--- a/textproc/jsoncpp/Makefile
+++ b/textproc/jsoncpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:01 adam Exp $
DISTNAME= jsoncpp-src-0.6.0rc2svn276
PKGNAME= ${DISTNAME:C/-src//}
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/jsoncpp
# for tests
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0rc2nb20140217
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.0rc2nb20140217
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/libplist/Makefile b/textproc/libplist/Makefile
index 15e4237b513..7995612dad9 100644
--- a/textproc/libplist/Makefile
+++ b/textproc/libplist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/12/05 21:26:01 adam Exp $
DISTNAME= libplist-1.8
PKGREVISION= 3
@@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= libplist++.pc.in
PKGCONFIG_OVERRIDE+= libplist.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../lang/python/extension.mk"
diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile
index e6a815e374f..e3ec35b5b6e 100644
--- a/textproc/py-4Suite/Makefile
+++ b/textproc/py-4Suite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/12/31 13:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/05 21:26:01 adam Exp $
VER= 1.0.2
DISTNAME= 4Suite-XML-${VER}
@@ -25,7 +25,7 @@ SUBST_STAGE.python= post-build
SUBST_SED.python= -e 's,\#![^ ]* python,\#! ${PYTHONBIN},'
#PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.2
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile
index a6087468723..ef5ce9106be 100644
--- a/textproc/py-Excelerator/Makefile
+++ b/textproc/py-Excelerator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/12/05 21:26:01 adam Exp $
DISTNAME= pyexcelerator-${VERSION}
PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION}
@@ -14,7 +14,7 @@ COMMENT= Python library for generating Excel 97/2000/XP/2003 files
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
EGG_NAME= pyExcelerator-${VERSION}
diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile
index dae9e62f6bf..4588a103e28 100644
--- a/textproc/py-HappyDoc/Makefile
+++ b/textproc/py-HappyDoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2015/12/05 21:26:02 adam Exp $
DISTNAME= HappyDoc_r2_1
PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/HappyDoc-r2_1
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
EGG_NAME= ${DISTNAME:S/_r/-/:S/_/./g}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1
post-extract:
${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX}
diff --git a/textproc/py-Whoosh/Makefile b/textproc/py-Whoosh/Makefile
index 33ebd449bf3..371a26a73a7 100644
--- a/textproc/py-Whoosh/Makefile
+++ b/textproc/py-Whoosh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/10/08 14:11:09 wen Exp $
+# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:02 adam Exp $
#
DISTNAME= Whoosh-2.5.7
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-X2/Makefile b/textproc/py-X2/Makefile
index fc735657566..1cdc8bf9607 100644
--- a/textproc/py-X2/Makefile
+++ b/textproc/py-X2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:02 adam Exp $
DISTNAME= PyX-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
@@ -21,7 +21,7 @@ CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \
${PKG_SYSCONFDIR}/pyxrc
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE=33 34
+PYTHON_VERSIONS_INCOMPATIBLE=33 34 35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile
index a2d07ac49d8..6160fa97732 100644
--- a/textproc/py-cabocha/Makefile
+++ b/textproc/py-cabocha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:01 adam Exp $
.include "../../textproc/cabocha/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= CaboCha python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.67
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.67
EGG_NAME= ${DISTNAME:S/-/_python-/}
diff --git a/textproc/py-cjson/Makefile b/textproc/py-cjson/Makefile
index d847c618400..da352ee2846 100644
--- a/textproc/py-cjson/Makefile
+++ b/textproc/py-cjson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/13 17:20:38 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:01 adam Exp $
#
DISTNAME= python-cjson-1.0.5
@@ -12,7 +12,7 @@ COMMENT= Fast JSON encoder/decoder for Python
LICENSE= gnu-lgpl-v2
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Uses old string API.
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # Uses old string API.
do-test:
( cd ${WKSRC} && ${PYTHONBIN} jsontest.py )
diff --git a/textproc/py-cmTemplate/Makefile b/textproc/py-cmTemplate/Makefile
index 1a63d8d1e69..f1b46b70160 100644
--- a/textproc/py-cmTemplate/Makefile
+++ b/textproc/py-cmTemplate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:01 adam Exp $
DISTNAME= cmTemplate-0.3.2
PKGNAME= ${PYPKGPREFIX}-cmTemplate-0.3.2
@@ -11,7 +11,7 @@ COMMENT= Simple and fast Python template engine
PY_PATCHPLIST= # empty
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.2
INSTALLATION_DIRS= ${PYSITELIB} share/doc/${PYPKGPREFIX}-cmTemplate
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile
index 416412fd5d8..bcf6485c8ab 100644
--- a/textproc/py-elementtree/Makefile
+++ b/textproc/py-elementtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2015/12/05 21:26:01 adam Exp $
DISTNAME= elementtree-1.2.6-20050316
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
@@ -16,7 +16,7 @@ USE_LANGUAGES= # empty
EGG_NAME= elementtree-1.2.6_20050316
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile
index 4050ab4a25d..46c93bb9b48 100644
--- a/textproc/py-empy/Makefile
+++ b/textproc/py-empy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:01 adam Exp $
DISTNAME= empy-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ PYDISTUTILSPKG= # yes
PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
# Fix html path in documentation
SUBST_CLASSES+= doc
diff --git a/textproc/py-generateDS/Makefile b/textproc/py-generateDS/Makefile
index 232462a5fe7..0082d3d2ff9 100644
--- a/textproc/py-generateDS/Makefile
+++ b/textproc/py-generateDS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/22 20:09:28 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:02 adam Exp $
#
DISTNAME= generateDS-2.14a
@@ -17,7 +17,7 @@ LICENSE= mit
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
# TODO: explain
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml
REPLACE_PYTHON= generateDS.py libgenerateDS/gui/*.py libgenerateDS/*.py
diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile
index 89361b38f70..746c77075ca 100644
--- a/textproc/py-gnosis-utils/Makefile
+++ b/textproc/py-gnosis-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/05 21:26:02 adam Exp $
DISTNAME= Gnosis_Utils-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Gnosis_Utils/gnosis-utils/}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.2
CONFLICTS+= ${PYPKGPREFIX}-Gnosis-Utils-[0-9]*
diff --git a/textproc/py-iniparse/Makefile b/textproc/py-iniparse/Makefile
index 4d11116febe..073aa79b5dd 100644
--- a/textproc/py-iniparse/Makefile
+++ b/textproc/py-iniparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/05 21:26:02 adam Exp $
DISTNAME= iniparse-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/iniparse-0.4/index.html
diff --git a/textproc/py-jsonlib/Makefile b/textproc/py-jsonlib/Makefile
index 12f27ed0d9f..8bfd1edd411 100644
--- a/textproc/py-jsonlib/Makefile
+++ b/textproc/py-jsonlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:02 adam Exp $
DISTNAME= jsonlib-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile
index 89897ffc9d3..0aad375d58b 100644
--- a/textproc/py-libxslt/Makefile
+++ b/textproc/py-libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2015/12/05 21:26:02 adam Exp $
DISTNAME= libxslt-1.1.28
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ LICENSE= mit # with no-advertising clause
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.28
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.28
WRKSRC= ${WRKDIR}/${DISTNAME}/python
PYDISTUTILSPKG= yes
diff --git a/textproc/py-marisa/Makefile b/textproc/py-marisa/Makefile
index 34a56afb6ce..42f4c011cd4 100644
--- a/textproc/py-marisa/Makefile
+++ b/textproc/py-marisa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/02 13:08:20 obache Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:02 adam Exp $
#
.include "../../textproc/marisa/Makefile.common"
@@ -11,7 +11,7 @@ COMMENT= MARISA python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= bindings/python
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.4
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-configure
diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile
index f8b076bf2b4..c01fcc510ce 100644
--- a/textproc/py-mecab/Makefile
+++ b/textproc/py-mecab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/12/31 13:57:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:02 adam Exp $
.include "../../textproc/mecab/Makefile.common"
@@ -20,7 +20,7 @@ do-test:
BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.996
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.996
.include "../../textproc/mecab/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile
index 15f8245ebfd..9c9961f7d76 100644
--- a/textproc/py-relatorio/Makefile
+++ b/textproc/py-relatorio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/10/01 13:16:53 richard Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/05 21:26:02 adam Exp $
DISTNAME= relatorio-0.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
USE_LANGUAGES= #none
PYTHON_VERSIONED_DEPENDENCIES= cairo
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-pycha
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-pycha
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile
index c5b9f5729cb..ea985db6e55 100644
--- a/textproc/py-vobject/Makefile
+++ b/textproc/py-vobject/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/12/31 13:57:30 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/05 21:26:02 adam Exp $
DISTNAME= vobject-0.8.1c
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Python iCalendar (ics) and vCard library
LICENSE= apache-2.0
PYTHON_VERSIONED_DEPENDENCIES= dateutil
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.1c
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.1c
PYTHON_SELF_CONFLICT= yes
EGG_NAME= ${DISTNAME:S/1c/1rc0/}
diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile
index b83bfa244ce..508cd762762 100644
--- a/textproc/py-xlwt/Makefile
+++ b/textproc/py-xlwt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:02 adam Exp $
DISTNAME= xlwt-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ USE_LANGUAGES= #none
REPLACE_PYTHON+= xlwt/Formatting.py
REPLACE_PYTHON+= xlwt/examples/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.5
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index 597004d992d..9bf4673188d 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2015/12/05 21:26:03 adam Exp $
DISTNAME= PyXML-0.8.4
PKGNAME= ${PYPKGPREFIX}-xml-0.8.4
@@ -18,7 +18,7 @@ PYSETUPBUILDARGS+= --ldflags="${EXPAT_LDFLAGS}"
EXPAT_LDFLAGS= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.expat}/lib
FIX_RPATH+= EXPAT_LDFLAGS
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # dead upstream, no plans of porting
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # dead upstream, no plans of porting
PYXML_SCRIPTS= scripts/xmlproc_parse \
scripts/xmlproc_val
diff --git a/textproc/py-yamcha/Makefile b/textproc/py-yamcha/Makefile
index cdf68098e13..debbb20ebbd 100644
--- a/textproc/py-yamcha/Makefile
+++ b/textproc/py-yamcha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:03 adam Exp $
#
.include "../../textproc/yamcha/Makefile.common"
@@ -12,7 +12,7 @@ COMMENT= YamCha python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.33
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.33
EGG_NAME= ${DISTNAME:S/-/_python-/}
diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile
index 339571afb46..276bd058dac 100644
--- a/textproc/queequeg/Makefile
+++ b/textproc/queequeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/11/25 12:53:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:03 adam Exp $
DISTNAME= queequeg-0.91
PKGREVISION= 1
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= WordNet-[0-9]*:../../textproc/WordNet
USE_LANGUAGES= # none
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cdb
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-cdb
SUBST_CLASSES+= fix-python
SUBST_STAGE.fix-python= pre-configure
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index afc31049eb9..f80fe3db723 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2015/12/05 21:26:03 adam Exp $
DISTNAME= rubber-1.1
PKGREVISION= 5
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q}
PLIST_SUBST+= RUBBERVERSUFFIX=${PKGVERSION_NOREV}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index f0541f654a5..a890d610587 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/03/19 11:52:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:03 adam Exp $
DISTNAME= xmlada-${XMLADA_VERS}
PKGREVISION= 1
@@ -41,7 +41,7 @@ MAKE_ENV+= SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX}
DESTSTATIC= ${DESTDIR}${PREFIX}/lib/xmlada/static
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.4.0.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.4.0.0
post-install:
# There is no reason to install sphinx source files