diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /inputmethod | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-table-others/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-table/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index c42f0eb15ab..cfbd3f38aa2 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/07/12 12:24:29 obache Exp $ +# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:42 rodent 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= 26 33 34 # py-gtk2, py-gobject3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gobject3 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes diff --git a/inputmethod/ibus-table-others/Makefile b/inputmethod/ibus-table-others/Makefile index 1d14ecdf300..9513049e87e 100644 --- a/inputmethod/ibus-table-others/Makefile +++ b/inputmethod/ibus-table-others/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/03/31 15:41:41 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2015/04/13 23:12:42 rodent Exp $ # DISTNAME= ibus-table-others-1.3.7 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= # none USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" .include "../../inputmethod/ibus-table/buildlink3.mk" diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile index e6e43bcef1c..ccaa733ff30 100644 --- a/inputmethod/ibus-table/Makefile +++ b/inputmethod/ibus-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/03/15 17:30:24 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.21 2015/04/13 23:12:42 rodent Exp $ DISTNAME= ibus-table-1.9.2 CATEGORIES= inputmethod @@ -24,7 +24,7 @@ SUBST_FILES.prefix= engine/tabcreatedb.py SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g' REPLACE_PYTHON+= engine/tabcreatedb.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |