summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-01 14:43:22 +0000
committerwiz <wiz>2017-01-01 14:43:22 +0000
commit2a6fbaaed045ab06cd7684382f4693bf0f996d55 (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /textproc
parent23d93816b5d414b2e416de786e95bcae9da4b9b3 (diff)
downloadpkgsrc-2a6fbaaed045ab06cd7684382f4693bf0f996d55.tar.gz
Add python-3.6 to incompatible versions.
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/libplist/Makefile4
-rw-r--r--textproc/markdown2social/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-jsonrpclib/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-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 d0ae3f36304..6f0294e9f9c 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:59 wiz 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= 34 35 # not yet ported as of 8.6.9 (as seen e.g. in git-docs)
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b8436cbec9a..3de503de686 100644
--- a/textproc/coccigrep/Makefile
+++ b/textproc/coccigrep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz Exp $
DISTNAME= coccigrep-1.13
CATEGORIES= textproc
@@ -15,7 +15,7 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.12
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b7d52357a3d..5375bd4a2c8 100644
--- a/textproc/dblatex/Makefile
+++ b/textproc/dblatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/09/17 11:51:25 mef Exp $
+# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:59 wiz Exp $
DISTNAME= dblatex-0.3.8
CATEGORIES= textproc
@@ -43,7 +43,7 @@ USE_TOOLS+= gmake
.include "options.mk"
REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7e0cbbec559..e3b3529ffc1 100644
--- a/textproc/gnome-doc-utils/Makefile
+++ b/textproc/gnome-doc-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2017/01/01 14:43:59 wiz 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= 34 35 # py-libxslt
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 db67163ed6f..4d0fed400d1 100644
--- a/textproc/gtk-doc/Makefile
+++ b/textproc/gtk-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2017/01/01 14:43:59 wiz Exp $
DISTNAME= gtk-doc-1.21
PKGREVISION= 3
@@ -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= 34 35 # not yet ported as of 1.21
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 588c5a3c3dd..e9b00656d77 100644
--- a/textproc/ispell-lt/Makefile
+++ b/textproc/ispell-lt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:59 wiz 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= 34 35 # not yet ported as of 1.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 396622aeacb..5ef56c07e4d 100644
--- a/textproc/itstool/Makefile
+++ b/textproc/itstool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz 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= 34 35 # not yet ported as of 2.0.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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/libplist/Makefile b/textproc/libplist/Makefile
index 7634d6cbf6b..d030e92ce8c 100644
--- a/textproc/libplist/Makefile
+++ b/textproc/libplist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:59 wiz Exp $
DISTNAME= libplist-1.12
CATEGORIES= textproc
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libplist++.pc.in
PKGCONFIG_OVERRIDE+= libplist.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8
.include "../../devel/py-cython/buildlink3.mk"
.include "../../devel/py-cython/tool.mk"
diff --git a/textproc/markdown2social/Makefile b/textproc/markdown2social/Makefile
index b8857606c1a..5116baaf5ba 100644
--- a/textproc/markdown2social/Makefile
+++ b/textproc/markdown2social/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/01 14:44:00 wiz Exp $
DISTNAME= markdown2social-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-markdown>=2.6:../../textproc/py-markdown
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile
index 96980e5e360..478b57ea53f 100644
--- a/textproc/py-4Suite/Makefile
+++ b/textproc/py-4Suite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/01 14:44:00 wiz 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= 34 35 # not yet ported as of 1.0.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7a7bda2d969..2452fca0761 100644
--- a/textproc/py-Excelerator/Makefile
+++ b/textproc/py-Excelerator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/01 14:44:00 wiz 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= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
EGG_NAME= pyExcelerator-${VERSION}
diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile
index 43efda7af31..d5e0afdfa8a 100644
--- a/textproc/py-HappyDoc/Makefile
+++ b/textproc/py-HappyDoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/08/28 15:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/01 14:44:00 wiz Exp $
DISTNAME= HappyDoc_r2_1
PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1
@@ -15,7 +15,7 @@ USE_LANGUAGES= #none
WRKSRC= ${WRKDIR}/HappyDoc-r2_1
EGG_NAME= ${DISTNAME:S/_r/-/:S/_/./g}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2a86617cef2..a40579734c0 100644
--- a/textproc/py-Whoosh/Makefile
+++ b/textproc/py-Whoosh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:00 wiz Exp $
#
DISTNAME= Whoosh-2.5.7
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-X2/Makefile b/textproc/py-X2/Makefile
index 7848d3c2e37..9e3595e6ee8 100644
--- a/textproc/py-X2/Makefile
+++ b/textproc/py-X2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:00 wiz 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=34 35
+PYTHON_VERSIONS_INCOMPATIBLE=34 35 36
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile
index 7831d6a9e2b..da6d6a5f9b4 100644
--- a/textproc/py-cabocha/Makefile
+++ b/textproc/py-cabocha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:00 wiz Exp $
.include "../../textproc/cabocha/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= CaboCha python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.67
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 acc20483a1e..f15802f33ec 100644
--- a/textproc/py-cjson/Makefile
+++ b/textproc/py-cjson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:00 wiz 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= 34 35 # Uses old string API.
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # Uses old string API.
do-test:
( cd ${WKSRC} && ${PYTHONBIN} jsontest.py )
diff --git a/textproc/py-cmTemplate/Makefile b/textproc/py-cmTemplate/Makefile
index c7937c69a0a..a62c7e08010 100644
--- a/textproc/py-cmTemplate/Makefile
+++ b/textproc/py-cmTemplate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:00 wiz 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= 34 35 # not yet ported as of 0.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3b0ba702f25..0f006c41a8b 100644
--- a/textproc/py-elementtree/Makefile
+++ b/textproc/py-elementtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:00 wiz 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= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile
index cc9a7c2ee70..f48a9611f5d 100644
--- a/textproc/py-empy/Makefile
+++ b/textproc/py-empy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:00 wiz Exp $
DISTNAME= empy-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ USE_TOOLS+= pax
PYDISTUTILSPKG= # yes
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
# Fix html path in documentation
SUBST_CLASSES+= doc
diff --git a/textproc/py-generateDS/Makefile b/textproc/py-generateDS/Makefile
index ebcef723c68..7d06c16744f 100644
--- a/textproc/py-generateDS/Makefile
+++ b/textproc/py-generateDS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:00 wiz Exp $
#
DISTNAME= generateDS-2.14a
@@ -17,7 +17,7 @@ LICENSE= mit
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
# TODO: explain
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 bcfe2a344ec..5cb236e00fa 100644
--- a/textproc/py-gnosis-utils/Makefile
+++ b/textproc/py-gnosis-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/01 14:44:01 wiz 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= 34 35 # not yet ported as of 1.2.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 64636981be9..9c8a50800cf 100644
--- a/textproc/py-iniparse/Makefile
+++ b/textproc/py-iniparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:01 wiz Exp $
DISTNAME= iniparse-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
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 8849f58bde4..6b75e96cc7c 100644
--- a/textproc/py-jsonlib/Makefile
+++ b/textproc/py-jsonlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:01 wiz Exp $
DISTNAME= jsonlib-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-jsonrpclib/Makefile b/textproc/py-jsonrpclib/Makefile
index 29e84a0af09..6f3fceeaaba 100644
--- a/textproc/py-jsonrpclib/Makefile
+++ b/textproc/py-jsonrpclib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/02 16:26:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/01 14:44:01 wiz Exp $
DISTNAME= jsonrpclib-0.1.7
PKGNAME= ${PYPKGPREFIX}-jsonrpclib-0.1.7
@@ -12,7 +12,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1.7
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile
index f5a97a02e07..8410d27af71 100644
--- a/textproc/py-libxslt/Makefile
+++ b/textproc/py-libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2017/01/01 14:44:01 wiz Exp $
.include "../../textproc/libxslt/Makefile.common"
@@ -11,7 +11,7 @@ COMMENT= Python wrapper for libxslt
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1.28
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.28
PYSETUPSUBDIR= python
NO_CONFIGURE= yes
diff --git a/textproc/py-marisa/Makefile b/textproc/py-marisa/Makefile
index 22d6324151e..a35281d179b 100644
--- a/textproc/py-marisa/Makefile
+++ b/textproc/py-marisa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:01 wiz Exp $
#
.include "../../textproc/marisa/Makefile.common"
@@ -11,7 +11,7 @@ COMMENT= MARISA python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= bindings/python
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 458e16e051d..3717e4767c8 100644
--- a/textproc/py-mecab/Makefile
+++ b/textproc/py-mecab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:01 wiz Exp $
.include "../../textproc/mecab/Makefile.common"
@@ -20,7 +20,7 @@ do-test:
BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.996
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 178d4804358..88027d60896 100644
--- a/textproc/py-relatorio/Makefile
+++ b/textproc/py-relatorio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/08/17 14:56:56 richard Exp $
+# $NetBSD: Makefile,v 1.14 2017/01/01 14:44:01 wiz Exp $
DISTNAME= relatorio-0.6.3
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= 34 35 # py-gtk2 via py-pycha
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-pycha
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile
index 3bd69ea2411..38b72fdf978 100644
--- a/textproc/py-xlwt/Makefile
+++ b/textproc/py-xlwt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:01 wiz 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= 34 35 # not yet ported as of 0.7.5
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1534fcc7f53..37ae61aa78a 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/08/28 15:48:36 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/01 14:44:01 wiz 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= 34 35 # dead upstream, no plans of porting
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 dc16ff6dcc8..a31ac063a09 100644
--- a/textproc/py-yamcha/Makefile
+++ b/textproc/py-yamcha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:01 wiz Exp $
.include "../../textproc/yamcha/Makefile.common"
@@ -11,7 +11,7 @@ COMMENT= YamCha python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.33
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.33
EGG_NAME= ${DISTNAME:S/-/_python-/}
diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile
index 28a7469520e..542228d0916 100644
--- a/textproc/queequeg/Makefile
+++ b/textproc/queequeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:01 wiz 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= 34 35 # py-cdb
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cdb
SUBST_CLASSES+= fix-python
SUBST_STAGE.fix-python= pre-configure
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index e74d1e5eda9..f1a8c04b723 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/01 14:44:02 wiz 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= 34 35 # not yet ported as of 1.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7e656e68878..86dfd5c87ba 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/11/25 20:36:49 marino Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/01 14:44:02 wiz Exp $
DISTNAME= xmlada-${XMLADA_VERS}
PKGREVISION= 3
@@ -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= 34 35 # not yet ported as of 4.4.0.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.4.0.0
post-install:
# There is no reason to install sphinx source files