summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/alacarte/Makefile4
-rw-r--r--x11/arandr/Makefile4
-rw-r--r--x11/avant-window-navigator/Makefile4
-rw-r--r--x11/driconf/Makefile4
-rw-r--r--x11/gnome-applets/Makefile4
-rw-r--r--x11/gnome-mag/Makefile4
-rw-r--r--x11/gnome-panel/Makefile4
-rw-r--r--x11/gnome-terminal/Makefile4
-rw-r--r--x11/gtk2/Makefile4
-rw-r--r--x11/libdesktop-agnostic/Makefile4
-rw-r--r--x11/mozo/Makefile4
-rw-r--r--x11/py-Pmw/Makefile4
-rw-r--r--x11/py-gnome2-desktop/Makefile4
-rw-r--r--x11/py-gnome2-extras/Makefile4
-rw-r--r--x11/py-gnome2/Makefile4
-rw-r--r--x11/py-gtk2/Makefile4
-rw-r--r--x11/py-gtksourceview/Makefile4
-rw-r--r--x11/py-keybinder/Makefile4
-rw-r--r--x11/py-kiwi/Makefile4
-rw-r--r--x11/py-qwt-qt4/Makefile4
-rw-r--r--x11/py-terminator/Makefile4
-rw-r--r--x11/py-vte/Makefile4
-rw-r--r--x11/py-wxWidgets/Makefile4
-rw-r--r--x11/rox-session/Makefile4
24 files changed, 48 insertions, 48 deletions
diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile
index 2e927d94cde..df81d143701 100644
--- a/x11/alacarte/Makefile
+++ b/x11/alacarte/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2018/04/16 14:35:19 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2018/07/03 05:03:42 adam Exp $
DISTNAME= alacarte-0.13.1
PKGREVISION= 39
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= intltool perl pkg-config gmake msgfmt
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2, py-gtk2
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile
index 114b6ccd3aa..fe1cc431d02 100644
--- a/x11/arandr/Makefile
+++ b/x11/arandr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/04/16 14:35:19 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:42 adam Exp $
DISTNAME= arandr-0.1.9
PKGREVISION= 4
@@ -20,7 +20,7 @@ DEPENDS+= xrandr>=1.2:../../x11/xrandr
PY_PATCHPLIST= YES
PYSETUP= setup.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-docutils
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-docutils
# Adjust setup.py
SUBST_CLASSES+= setup
diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile
index f157cc84de4..212fcc17eca 100644
--- a/x11/avant-window-navigator/Makefile
+++ b/x11/avant-window-navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/04/17 04:25:32 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2018/07/03 05:03:42 adam Exp $
DISTNAME= avant-window-navigator-0.4.0
PKGREVISION= 29
@@ -44,7 +44,7 @@ SUBST_SED.pathfix= -e "s,/usr/share,${PREFIX}/share,"
PY_PATCHPLIST= yes
REPLACE_PYTHON+= awn-settings/awnSettings.py.in
REPLACE_PYTHON+= awn-settings/awnSettingsHelper.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../devel/GConf/schemas.mk"
.include "../../lang/vala/buildlink3.mk"
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile
index 45abe9edb10..be0508cea12 100644
--- a/x11/driconf/Makefile
+++ b/x11/driconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/01/01 14:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/07/03 05:03:42 adam Exp $
DISTNAME= driconf-0.9.1
PKGREVISION= 10
@@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
REPLACE_PYTHON= *.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
SUBST_CLASSES+= fix-paths
SUBST_FILES.fix-paths= driconf driconf.desktop
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 46b55489a06..15f9ae2d29d 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2018/06/01 17:04:18 youri Exp $
+# $NetBSD: Makefile,v 1.155 2018/07/03 05:03:42 adam Exp $
DISTNAME= gnome-applets-2.32.1.1
PKGREVISION= 58
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2
.include "options.mk"
diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile
index d1e4e6e165f..57b719bc6cd 100644
--- a/x11/gnome-mag/Makefile
+++ b/x11/gnome-mag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2018/04/16 14:33:59 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2018/07/03 05:03:42 adam Exp $
DISTNAME= gnome-mag-0.16.3
PKGREVISION= 28
@@ -28,7 +28,7 @@ SUBST_SED.doxy= -e 's,SUBDIRS = reference,SUBDIRS =,'
DEPENDS+= ${PYPKGPREFIX}-gnome2-desktop-[0-9]*:../../x11/py-gnome2-desktop
REPLACE_PYTHON= colorblind/colorblind-applet.py
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2, py-gtk2
.include "../../misc/colorblind/buildlink3.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 5b0953e6e73..426b3c54893 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.200 2018/04/16 14:33:59 wiz Exp $
+# $NetBSD: Makefile,v 1.201 2018/07/03 05:03:42 adam Exp $
DISTNAME= gnome-panel-2.32.1
PKGREVISION= 61
@@ -22,7 +22,7 @@ USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE+= bonobo/libpanel-applet/libpanelapplet-2.0.pc.in
PKGCONFIG_OVERRIDE+= libpanel-applet/libpanelapplet-3.0.pc.in
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2
# XXX this pkg installs a gio module to ${PREFIX}/lib/gnome-panel/modules
# but there are two problems with this:
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index e1fa29a5822..e4d5c0bb043 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2018/04/16 14:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2018/07/03 05:03:42 adam Exp $
DISTNAME= gnome-terminal-2.32.1
PKGREVISION= 34
@@ -24,7 +24,7 @@ CONFIGURE_ENV+= ac_cv_path_GTK_BUILDER_CONVERT="${PYTHONBIN} ${BUILDLINK_PREFIX
GCONF_SCHEMAS= gnome-terminal.schemas
PYTHON_FOR_BUILD_ONLY= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.32.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.32.1
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.14.0
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 75b491afe6c..e6cf42beee5 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2018/04/17 22:29:52 wiz Exp $
+# $NetBSD: Makefile,v 1.298 2018/07/03 05:03:42 adam Exp $
DISTNAME= gtk+-2.24.32
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -80,7 +80,7 @@ SUBST_MESSAGE.iconcache= Renaming gtk-icon-cache-update.
SUBST_SED.iconcache= -e 's,gtk-update-icon-cache,gtk2-update-icon-cache,g'
SUBST_FILES.iconcache= gtk/Makefile.in
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.24.22
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.24.22
REPLACE_PYTHON= gtk/gtk-builder-convert
# We remove the module databases during post-install since we create them
diff --git a/x11/libdesktop-agnostic/Makefile b/x11/libdesktop-agnostic/Makefile
index 40f59310c1e..ee41dc86ac7 100644
--- a/x11/libdesktop-agnostic/Makefile
+++ b/x11/libdesktop-agnostic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2018/04/17 04:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/07/03 05:03:42 adam Exp $
DISTNAME= libdesktop-agnostic-0.3.92
PKGREVISION= 27
@@ -19,7 +19,7 @@ CONFIGURE_ARGS= --config-backends=keyfile,gconf \
--desktop-entry-backends=glib
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.92
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.92
EGDIR= ${PREFIX}/share/examples/libdesktop-agnostic
PKG_SYSCONFSUBDIR= xdg
diff --git a/x11/mozo/Makefile b/x11/mozo/Makefile
index 9767d9d2358..29cf49ef3fe 100644
--- a/x11/mozo/Makefile
+++ b/x11/mozo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/05/20 15:03:35 youri Exp $
+# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:43 adam Exp $
.include "../../meta-pkgs/mate/Makefile.common"
@@ -8,7 +8,7 @@ CATEGORIES= x11
COMMENT= Menu editor for MATE
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
PY_PATCHPLIST= yes
diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile
index ca54526961e..9e31cb8bb59 100644
--- a/x11/py-Pmw/Makefile
+++ b/x11/py-Pmw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/01/01 14:44:08 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:43 adam Exp $
DISTNAME= Pmw.1.3.2
EGG_NAME= ${DISTNAME:S/./-/}
@@ -17,7 +17,7 @@ DEPENDS+= blt>=2.4i:../../x11/blt
USE_LANGUAGES= # empty
PYSETUPSUBDIR= src
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile
index ce2f2783d09..24d04022910 100644
--- a/x11/py-gnome2-desktop/Makefile
+++ b/x11/py-gnome2-desktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2018/04/17 22:29:53 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2018/07/03 05:03:43 adam Exp $
DISTNAME= gnome-python-desktop-2.32.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/}
@@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2, py-gtk2
.include "../../lang/python/pyversion.mk"
diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile
index 2a591ecaaeb..abc682cd5d9 100644
--- a/x11/py-gnome2-extras/Makefile
+++ b/x11/py-gnome2-extras/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2018/04/16 14:34:01 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2018/07/03 05:03:43 adam Exp $
DISTNAME= gnome-python-extras-2.25.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/}
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
PY_PATCHPLIST= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE+= gnome-python-extras-2.0.pc.in
GNU_CONFIGURE= YES
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile
index 5c721b56469..1edf591e6ed 100644
--- a/x11/py-gnome2/Makefile
+++ b/x11/py-gnome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2018/04/16 14:34:01 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2018/07/03 05:03:43 adam Exp $
DISTNAME= gnome-python-2.28.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/}
@@ -18,7 +18,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= pkg-config gmake
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit, py-gtk2
BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index a2837b0dd73..3f2af37c94b 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2018/04/16 14:34:01 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2018/07/03 05:03:43 adam Exp $
DISTNAME= pygtk-2.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
@@ -24,7 +24,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= gmake pkg-config
PY_PATCHPLIST= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.24.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.24.0
REPLACE_PYTHON+= examples/atk/atk-demo.py
REPLACE_PYTHON+= examples/glade/autoconnect.py
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile
index e60c3bcca0f..29e1fcdf981 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2018/04/16 14:35:25 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:43 adam Exp $
DISTNAME= pygtksourceview-2.10.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= pygtksourceview-2.0.pc.in
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
PY_PATCHPLIST= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../lang/python/extension.mk"
diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile
index 7b706b8f834..9af6c0f2100 100644
--- a/x11/py-keybinder/Makefile
+++ b/x11/py-keybinder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:02 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:43 adam Exp $
PKGREVISION= 5
.include "../../x11/keybinder/Makefile.common"
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --disable-lua
CONFIGURE_ARGS+= --enable-python
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
INSTALL_DIRS= python-keybinder
diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile
index 3d82a79f411..de32e7de4cf 100644
--- a/x11/py-kiwi/Makefile
+++ b/x11/py-kiwi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2018/04/16 14:35:25 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:43 adam Exp $
DISTNAME= kiwi-1.9.29
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 # or later
USE_LANGUAGES= #none
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
SUBST_CLASSES+= localedir
SUBST_STAGE.localedir= pre-configure
diff --git a/x11/py-qwt-qt4/Makefile b/x11/py-qwt-qt4/Makefile
index 3e9d59173d1..ac551129def 100644
--- a/x11/py-qwt-qt4/Makefile
+++ b/x11/py-qwt-qt4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/03/12 11:17:55 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:43 adam Exp $
DISTNAME= PyQwt-5.2.0
PKGNAME= ${PYPKGPREFIX}-qwt-qt4-${DISTNAME:S/PyQwt-//}
@@ -20,7 +20,7 @@ BUILD_DIRS= configure
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-Numeric
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-Numeric
REPLACE_PYTHON+=qt4lib/PyQt4/Qwt5/grace.py
REPLACE_PYTHON+=qt4lib/PyQt4/Qwt5/qplt.py
diff --git a/x11/py-terminator/Makefile b/x11/py-terminator/Makefile
index 2813f39a58c..bf062d69a1f 100644
--- a/x11/py-terminator/Makefile
+++ b/x11/py-terminator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/04/16 14:35:25 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:43 adam Exp $
DISTNAME= terminator-0.98
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE= https://launchpad.net/terminator
COMMENT= Terminator, multiple terminals in one window
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.98
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.98
REPLACE_PYTHON+= *.py
REPLACE_PYTHON+= terminatorlib/*.py
diff --git a/x11/py-vte/Makefile b/x11/py-vte/Makefile
index 4bb651e6f30..f895c193077 100644
--- a/x11/py-vte/Makefile
+++ b/x11/py-vte/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/04/16 14:34:02 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:44 adam Exp $
.include "../../x11/vte/Makefile.common"
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --enable-python
CONFIGURE_ARGS+= --disable-freetype-test
CONFIGURE_ARGS+= --enable-Bsymbolic=auto
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
BUILD_DIRS= python
diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile
index ca9ebaa5406..646e8dd4e05 100644
--- a/x11/py-wxWidgets/Makefile
+++ b/x11/py-wxWidgets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2018/04/16 14:34:02 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2018/07/03 05:03:44 adam Exp $
VERSION= 2.8.12.0
DISTNAME= wxPython-src-${VERSION}
@@ -19,7 +19,7 @@ USE_TOOLS+= gmake pkg-config
# previous name of the package
CONFLICTS+= ${PYPKGPREFIX}-wxWindows-[0-9]*
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.10.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.8.10.1
# no scripts to avoid conflicts
#PYSETUPBUILDARGS+= NO_SCRIPTS=1
diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile
index b6d42b0947b..a1f486c169e 100644
--- a/x11/rox-session/Makefile
+++ b/x11/rox-session/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2018/04/16 14:35:25 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2018/07/03 05:03:44 adam Exp $
DISTNAME= rox-session-0.28
PKGREVISION= 33
@@ -18,7 +18,7 @@ DIST_SUBDIR= rox
NO_BUILD= yes
REPLACE_PYTHON= AppRun tests/testutils.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
INSTALLATION_DIRS= share/rox/ROX-Session