summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
committermaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
commitc14c561cd3117f559e61acda9ceb582aedf151fc (patch)
treed0586eda7ac77e78f4da83c520ce6b5c0877427d /editors
parent5c755809b6d87b82d96b7d4101a5a4693ac87ddd (diff)
downloadpkgsrc-c14c561cd3117f559e61acda9ceb582aedf151fc.tar.gz
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
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 13faae5dc54..ac99ee56bbd 100644
--- a/editors/gedit-python/Makefile
+++ b/editors/gedit-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/04/25 07:32:51 maya Exp $
+# $NetBSD: Makefile,v 1.44 2019/04/26 13:13:55 maya 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 37 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 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 ca2ffbd7e99..46c7881d6d9 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2019/04/25 07:32:51 maya Exp $
+# $NetBSD: Makefile,v 1.76 2019/04/26 13:13:55 maya Exp $
DISTNAME= lyx-2.3.2
PKGREVISION= 2
@@ -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 37 # not yet ported as of 1.6.10
+PYTHON_VERSIONS_INCOMPATIBLE= 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 2767b8514d0..b41e60e9420 100644
--- a/editors/medit/Makefile
+++ b/editors/medit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/04/25 07:32:51 maya Exp $
+# $NetBSD: Makefile,v 1.35 2019/04/26 13:13:56 maya Exp $
DISTNAME= medit-1.2.0
PKGREVISION= 10
@@ -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 37 # not yet ported as of 1.2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 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 aebd0e4412e..d8d45acd941 100644
--- a/editors/nts/Makefile
+++ b/editors/nts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/04/25 07:32:51 maya Exp $
+# $NetBSD: Makefile,v 1.14 2019/04/26 13:13:56 maya Exp $
DISTNAME= nts-78
PKGREVISION= 2
@@ -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 37 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets
USE_LANGUAGES= # none
diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk
index 5ee91c8cbfd..927fd486a25 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2018/11/16 19:01:25 bsiegert Exp $
+# $NetBSD: options.mk,v 1.9 2019/04/26 13:13:56 maya 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 37 # py-gtk2, also via py-gtksourceview
+PYTHON_VERSIONS_INCOMPATIBLE= 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 7dc469e0250..4973ff3ca74 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/11/14 22:21:25 kleink Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/26 13:13:56 maya Exp $
DISTNAME= zim-0.59
PKGREVISION= 16
@@ -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 37 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
SUBST_CLASSES+= data-path
SUBST_STAGE.data-path= pre-configure