summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /editors
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit-python/Makefile4
-rw-r--r--editors/lyx/Makefile4
-rw-r--r--editors/medit/Makefile4
-rw-r--r--editors/nts/Makefile4
-rw-r--r--editors/pluma/options.mk4
-rw-r--r--editors/zim/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile
index 6cc04206526..33f1f2ab2e2 100644
--- a/editors/gedit-python/Makefile
+++ b/editors/gedit-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/04/16 14:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/07/03 05:03:15 adam Exp $
DISTNAME= gedit-2.30.4
PKGNAME= gedit-python-2.30.4
@@ -25,7 +25,7 @@ BUILD_DIRS= plugin-loaders/python
BUILD_DIRS+= plugins/pythonconsole plugins/quickopen plugins/snippets
INSTALL_DIRS= ${BUILD_DIRS}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index c230e8982d0..da299308b6c 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2018/06/03 02:28:07 youri Exp $
+# $NetBSD: Makefile,v 1.68 2018/07/03 05:03:15 adam Exp $
DISTNAME= lyx-2.2.2
PKGREVISION= 6
@@ -63,7 +63,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run pkg-config xgettext
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.6.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.6.10
CXXFLAGS.Linux+= -fpermissive
LDFLAGS.SunOS+= -liconv
diff --git a/editors/medit/Makefile b/editors/medit/Makefile
index 698afb3d337..98a64ddb43d 100644
--- a/editors/medit/Makefile
+++ b/editors/medit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/04/16 14:34:24 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:15 adam Exp $
DISTNAME= medit-1.2.0
PKGREVISION= 7
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config msgfmt intltool
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.0
CONFIGURE_ARGS+= --with-python=no
CONFIGURE_ENV+= MOO_PYTHON=${PYTHONBIN}
diff --git a/editors/nts/Makefile b/editors/nts/Makefile
index 3d5cac40645..26b6fb6cf6c 100644
--- a/editors/nts/Makefile
+++ b/editors/nts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/02/20 17:00:35 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:15 adam Exp $
DISTNAME= nts-78
PKGREVISION= 1
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets
USE_LANGUAGES= # none
diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk
index 1ee3268e04c..e7bd9db1b57 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2018/05/14 13:23:50 youri Exp $
+# $NetBSD: options.mk,v 1.7 2018/07/03 05:03:15 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pluma
PKG_SUPPORTED_OPTIONS= enchant
@@ -26,7 +26,7 @@ USE_TOOLS+= bash:run
REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
PLIST.python= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, also via py-gtksourceview
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, also via py-gtksourceview
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../x11/py-gtksourceview/buildlink3.mk"
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index cb0ef6c44ba..1764c886f11 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/04/16 14:34:25 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:15 adam Exp $
DISTNAME= zim-0.59
PKGREVISION= 14
@@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
USE_LANGUAGES= # none
REPLACE_PYTHON= ${WRKSRC}/zim.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
SUBST_CLASSES+= data-path
SUBST_STAGE.data-path= pre-configure