summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
committerwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
commit73a050fbf4b1aba6dbcff75747e1766c48b302b6 (patch)
tree473944cd20a247c446b37ecb6fe2c4802cb044cd /inputmethod
parent6724f0d53dfe6d56f8a0809e2414e88e0a55ab96 (diff)
downloadpkgsrc-73a050fbf4b1aba6dbcff75747e1766c48b302b6.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-python/Makefile4
-rw-r--r--inputmethod/ibus-tegaki/Makefile4
-rw-r--r--inputmethod/mozc-server/Makefile.common4
-rw-r--r--inputmethod/py-input-pad/Makefile4
-rw-r--r--inputmethod/py-zinnia/Makefile4
-rw-r--r--inputmethod/scim-python/Makefile4
-rw-r--r--inputmethod/tegaki-pygtk/Makefile4
-rw-r--r--inputmethod/tegaki-python/Makefile4
-rw-r--r--inputmethod/tegaki-recognize/Makefile4
-rw-r--r--inputmethod/tegaki-tools/Makefile4
-rw-r--r--inputmethod/tegaki-train/Makefile4
-rw-r--r--inputmethod/tegaki-wagomu/Makefile4
12 files changed, 23 insertions, 25 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile
index 2f326e3ef59..51f70379a6f 100644
--- a/inputmethod/ibus-python/Makefile
+++ b/inputmethod/ibus-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/03/02 22:59:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:52 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= 33 34 35 # py-gtk2, py-gobject3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 d47b869c79d..7e037a52d79 100644
--- a/inputmethod/ibus-tegaki/Makefile
+++ b/inputmethod/ibus-tegaki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:52 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= 33 34 35 # py-gtk2 via py-ibus-python
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index 9a9d4dd2872..9136ea5a53b 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.25 2016/07/09 13:03:52 wiz Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -31,8 +31,6 @@ PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches
BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp
BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gyp
-
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile
index 566ea941eb4..4bf4f064401 100644
--- a/inputmethod/py-input-pad/Makefile
+++ b/inputmethod/py-input-pad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/03/12 11:28:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2016/07/09 13:03:52 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= 33 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 908cf686af4..b588ab13485 100644
--- a/inputmethod/py-zinnia/Makefile
+++ b/inputmethod/py-zinnia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:52 wiz Exp $
.include "../../inputmethod/zinnia/Makefile.common"
@@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.06
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 43cc1acb176..117afa6c4dc 100644
--- a/inputmethod/scim-python/Makefile
+++ b/inputmethod/scim-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/02/26 12:16:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:53 wiz Exp $
DISTNAME= scim-python-0.1.13rc1
PKGREVISION= 23
@@ -32,7 +32,7 @@ post-extract:
${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 5d829725ddf..72cfe4a99c6 100644
--- a/inputmethod/tegaki-pygtk/Makefile
+++ b/inputmethod/tegaki-pygtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 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= 33 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 a0facd47097..225ab157896 100644
--- a/inputmethod/tegaki-python/Makefile
+++ b/inputmethod/tegaki-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 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= 33 34 35 # py-zinnia
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 d266d5b5455..0ceda1ca53d 100644
--- a/inputmethod/tegaki-recognize/Makefile
+++ b/inputmethod/tegaki-recognize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:53 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= 33 34 35 # not yet ported as of 0.3.1.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 ab35c9cf3d1..0efd3050c53 100644
--- a/inputmethod/tegaki-tools/Makefile
+++ b/inputmethod/tegaki-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 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= 33 34 35 # not yet ported as of 0.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 8042d6f81ae..0f441b629d1 100644
--- a/inputmethod/tegaki-train/Makefile
+++ b/inputmethod/tegaki-train/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 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= 33 34 35 # not yet ported as of 0.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 cae30226074..ce45c8e3b3c 100644
--- a/inputmethod/tegaki-wagomu/Makefile
+++ b/inputmethod/tegaki-wagomu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:53 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= 33 34 35 # not yet ported as of 0.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.1
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/distutils.mk"