diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
commit | ca819a0b15efa5e79e3bfab50a78792ffee0a46f (patch) | |
tree | e76899e3fd3b6a6a58bb4e74444c8b3242764f99 /inputmethod | |
parent | 1a58303f2d3cf51da1514444f9fea97e40a0ba26 (diff) | |
download | pkgsrc-ca819a0b15efa5e79e3bfab50a78792ffee0a46f.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-tegaki/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/py-input-pad/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/py-zinnia/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/scim-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-pygtk/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-recognize/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-tools/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-train/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-wagomu/Makefile | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index 51f70379a6f..d2de9c9a954 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:44 wiz Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gobject3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gobject3 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 7e037a52d79..6519f335d8a 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:44 wiz Exp $ DISTNAME= ibus-tegaki-0.3.1 PKGREVISION= 2 @@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= ibus-engine-tegaki.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-ibus-python .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index 57dcd42ebb3..094c8639fcd 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/08/03 10:23:01 adam Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:44 wiz Exp $ .include "../../inputmethod/input-pad/Makefile.common" @@ -27,7 +27,7 @@ post-configure: ${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV} .include "../../inputmethod/input-pad/buildlink3.mk" diff --git a/inputmethod/py-zinnia/Makefile b/inputmethod/py-zinnia/Makefile index b588ab13485..15cd112ca16 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:44 wiz Exp $ .include "../../inputmethod/zinnia/Makefile.common" @@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.06 EGG_NAME= zinnia_python-0.0.0 diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile index 48ddd64db68..6aea7761606 100644 --- a/inputmethod/scim-python/Makefile +++ b/inputmethod/scim-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/08/03 10:23:02 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:44 wiz Exp $ DISTNAME= scim-python-0.1.13rc1 PKGREVISION= 24 @@ -32,7 +32,7 @@ post-extract: ${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 REPLACE_PYTHON+= python/engine/XingMa/XMCreateDB.py .include "../../inputmethod/scim/buildlink3.mk" diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile index 72cfe4a99c6..7523b381974 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 2 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/tegaki-python/Makefile b/inputmethod/tegaki-python/Makefile index 225ab157896..1c199b6dba7 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ DISTNAME= tegaki-python-0.3.1 PKGREVISION= 1 @@ -23,7 +23,7 @@ SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= tegaki/engine.py SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-zinnia +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-zinnia .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/tegaki-recognize/Makefile b/inputmethod/tegaki-recognize/Makefile index 0ceda1ca53d..6dfc3b0b84d 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:44 wiz Exp $ DISTNAME= tegaki-recognize-0.3.1.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none REPLACE_PYTHON= bin/tegaki-recognize -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1.2 .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/tegaki-tools/Makefile b/inputmethod/tegaki-tools/Makefile index 0efd3050c53..2782a484163 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ DISTNAME= tegaki-tools-0.3.1 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile index 0f441b629d1..369943c2dd1 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ DISTNAME= tegaki-train-0.3.1 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index ce45c8e3b3c..46ce9bfd086 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:44 wiz Exp $ DISTNAME= tegaki-wagomu-0.3.1 PKGREVISION= 6 @@ -29,7 +29,7 @@ SUBST_STAGE.fixver= pre-configure SUBST_FILES.fixver= tegakiwagomu.py SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/distutils.mk" |