summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/Makefile4
-rw-r--r--graphics/MesaLib7/Makefile4
-rw-r--r--graphics/blender/Makefile4
-rw-r--r--graphics/comix/Makefile4
-rw-r--r--graphics/dia-python/Makefile4
-rw-r--r--graphics/eog/Makefile4
-rw-r--r--graphics/gimp-docs-en/Makefile.common4
-rw-r--r--graphics/libscigraphica/Makefile4
-rw-r--r--graphics/mypaint/Makefile4
-rw-r--r--graphics/py-OpenGL/Makefile4
-rw-r--r--graphics/py-aafigure/Makefile4
-rw-r--r--graphics/py-biggles/Makefile4
-rw-r--r--graphics/py-cairo/Makefile4
-rw-r--r--graphics/py-chart/Makefile4
-rw-r--r--graphics/py-dot/Makefile4
-rw-r--r--graphics/py-gdchart/Makefile4
-rw-r--r--graphics/py-gdmodule/Makefile4
-rw-r--r--graphics/py-gnuplot/Makefile4
-rw-r--r--graphics/py-goocanvas/Makefile4
-rw-r--r--graphics/py-gtkglext/Makefile4
-rw-r--r--graphics/py-imaging/Makefile4
-rw-r--r--graphics/py-imagingtk/Makefile4
-rw-r--r--graphics/py-matplotlib-gtk2/Makefile4
-rw-r--r--graphics/py-mcomix/Makefile4
-rw-r--r--graphics/py-piddle/Makefile4
-rw-r--r--graphics/py-pycha/Makefile4
-rw-r--r--graphics/py-sk1libs/Makefile4
-rw-r--r--graphics/py-uniconvertor/Makefile4
-rw-r--r--graphics/scigraphica/Makefile4
-rw-r--r--graphics/skencil/Makefile4
-rw-r--r--graphics/xdot/Makefile4
31 files changed, 62 insertions, 62 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index cde7573852f..3f7a8507e82 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2015/11/11 13:54:08 tnn Exp $
+# $NetBSD: Makefile,v 1.118 2015/12/05 21:25:45 adam Exp $
DISTNAME= mesa-11.0.5
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -68,7 +68,7 @@ SUBST_SED.tr1+= -e 's,include <tr1/,include <,g'
.endif
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 10.6.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 10.6.7
BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
CONFIGURE_ENV+= ac_cv_prog_PYTHON2=${PYTHONBIN}
.include "../../lang/python/tool.mk"
diff --git a/graphics/MesaLib7/Makefile b/graphics/MesaLib7/Makefile
index 266ff1e6cdb..ed958195fee 100644
--- a/graphics/MesaLib7/Makefile
+++ b/graphics/MesaLib7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/09/25 00:58:18 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:45 adam Exp $
DISTNAME?= ${MESA_DISTNAME}
PKGNAME= MesaLib7-${MESA_PKGVERSION}
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-egl
.include "glx-config.mk"
PYTHON_FOR_BUILD_ONLY= tool
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 7.11.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 7.11.2
MAKE_ENV+= MAKE=${GMAKE:Q}
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 3c6437230f7..8ff654f09b7 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2015/11/25 12:50:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.115 2015/12/05 21:26:09 adam Exp $
DISTNAME= blender-2.71
PKGREVISION= 6
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake sed
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED= 34 33
+PYTHON_VERSIONS_ACCEPTED= 35 34 33
BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile
index 8a182e16e39..eaf61d2ecd1 100644
--- a/graphics/comix/Makefile
+++ b/graphics/comix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2015/04/25 14:23:08 tnn Exp $
+# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:44 adam Exp $
DISTNAME= comix-4.0.4
PKGREVISION= 27
@@ -24,7 +24,7 @@ SUBST_FILES.install-path= install.py
SUBST_SED.install-path= -e "s,share/man/man,${PKGMANDIR}/man,g"
REPLACE_PYTHON= src/comix.py mime/comicthumb
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging, py-gtk2
do-build:
diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile
index 5debc327f54..1b9c6da100f 100644
--- a/graphics/dia-python/Makefile
+++ b/graphics/dia-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2015/06/09 08:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2015/12/05 21:25:44 adam Exp $
DIA_SUBPKG= -python
.include "../../graphics/dia/Makefile.common"
@@ -11,7 +11,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
REPLACE_PYTHON= po-checktrans.py
REPLACE_PYTHON+= plug-ins/python/gtkcons.py
REPLACE_PYTHON+= sheets/checktrans.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
BUILD_DIRS+= plug-ins/python
INSTALL_DIRS+= plug-ins/python
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index 89dfafdc41b..b082a5c0375 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2015/04/25 14:23:09 tnn Exp $
+# $NetBSD: Makefile,v 1.85 2015/12/05 21:25:44 adam Exp $
DISTNAME= eog-2.32.1
PKGREVISION= 21
@@ -21,7 +21,7 @@ GCONF_SCHEMAS= eog.schemas
# XXX Python plugins do more harm than good for now
#.include "../../lang/python/application.mk"
#.include "../../x11/py-gtk2/buildlink3.mk"
-#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
.include "../../devel/GConf/schemas.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3
.include "../../devel/glib2/buildlink3.mk"
diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common
index bb3bade9064..c285aae9e6e 100644
--- a/graphics/gimp-docs-en/Makefile.common
+++ b/graphics/gimp-docs-en/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2015/01/21 15:19:56 joerg Exp $
+# $NetBSD: Makefile.common,v 1.11 2015/12/05 21:25:44 adam Exp $
#
# used by graphics/gimp-docs-de/Makefile
# used by graphics/gimp-docs-en/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE}
MAKE_FLAGS= VERBOSE=2
REPLACE_PYTHON= tools/xml2po.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.0
CONFLICTS= gimp-docs<=2.4.0
SUPERSEDES= gimp-docs<=2.4.0
diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile
index 5f606037841..67d616f1a9f 100644
--- a/graphics/libscigraphica/Makefile
+++ b/graphics/libscigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/04/25 14:23:16 tnn Exp $
+# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:45 adam Exp $
DISTNAME= libscigraphica-2.1.1
PKGREVISION= 27
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake intltool
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-numarray
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-numarray
pre-configure:
ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile
index 49a84fe977f..dca4fa3b2a9 100644
--- a/graphics/mypaint/Makefile
+++ b/graphics/mypaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/11/25 12:50:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:45 adam Exp $
DISTNAME= mypaint-1.1.0
PKGREVISION= 1
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= bash:run msgfmt pkg-config
PYTHON_VERSIONED_DEPENDENCIES= cairo
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
USE_PKGLOCALEDIR= yes
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile
index 2f69ca6a81e..85fe45bc679 100644
--- a/graphics/py-OpenGL/Makefile
+++ b/graphics/py-OpenGL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/04/25 14:23:17 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:46 adam Exp $
DISTNAME= PyOpenGL-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -12,7 +12,7 @@ COMMENT= Python bindings for OpenGL
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-Numeric
REPLACE_PYTHON+= OpenGL/Tk/__init__.py
diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile
index 36366522040..76d2995ec88 100644
--- a/graphics/py-aafigure/Makefile
+++ b/graphics/py-aafigure/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/03/15 19:57:40 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:45 adam Exp $
DISTNAME= aafigure-0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
USE_LANGUAGES= # none
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab, py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-reportlab, py-imaging
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile
index d9a58c6ac55..47ca3188edf 100644
--- a/graphics/py-biggles/Makefile
+++ b/graphics/py-biggles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/12/31 13:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:45 adam Exp $
DISTNAME= python2-biggles-1.6.6
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//}
@@ -9,7 +9,7 @@ MAINTAINER= Kai.Puolamaki@iki.fi
HOMEPAGE= http://biggles.sourceforge.net/
COMMENT= Python module for creating 2D scientific plots
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported yet as of 1.6.6
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not ported yet as of 1.6.6
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 204ac4dfa04..2c5c3e69a7d 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2015/04/25 14:23:17 tnn Exp $
+# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:45 adam Exp $
DISTNAME= py2cairo-1.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py2//}
@@ -20,7 +20,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PKGCONFIG_OVERRIDE+= pycairo.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
post-extract:
cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile
index 38216bc94e5..04dca638330 100644
--- a/graphics/py-chart/Makefile
+++ b/graphics/py-chart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/08/13 22:36:38 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:09 adam Exp $
DISTNAME= PyChart-1.39
PKGNAME= ${PYPKGPREFIX}-chart-1.39
@@ -10,7 +10,7 @@ HOMEPAGE= http://home.gna.org/pychart/
COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 33
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile
index c94a530d90a..3ec18fc7b3c 100644
--- a/graphics/py-dot/Makefile
+++ b/graphics/py-dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:07 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:45 adam Exp $
DISTNAME= pydot-1.0.28
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -13,7 +13,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.28
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.28
post-install:
${RM} ${DESTDIR}${PREFIX}/README
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index 6170d6edbb8..cd452135edc 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/11/18 14:19:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:45 adam Exp $
DISTNAME= gdchart-py-0.6
PKGNAME= ${PYPKGPREFIX}-gdchart-0.6
@@ -21,7 +21,7 @@ MODULE_FILES= chart.py gdchart.so
EXAMPLE_FILES= test.html test.py CHANGES
EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6
INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///}
diff --git a/graphics/py-gdmodule/Makefile b/graphics/py-gdmodule/Makefile
index 33ef3b1209b..3a273d4c8c9 100644
--- a/graphics/py-gdmodule/Makefile
+++ b/graphics/py-gdmodule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/18 14:19:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:45 adam Exp $
DISTNAME= v0.58
PKGNAME= ${PYPKGPREFIX}-gdmodule-${DISTNAME:S/v//}
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/gdmodule-${DISTNAME:S/v//}
EGG_NAME= gdmodule-${DISTNAME:S/v//}
PYSETUP= Setup.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.58
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.58
BUILDLINK_API_DEPENDS.gd+= gd>=2.0.23
.include "../../graphics/gd/buildlink3.mk"
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile
index 69cc3b886aa..678143c9e25 100644
--- a/graphics/py-gnuplot/Makefile
+++ b/graphics/py-gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/12/31 13:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:45 adam Exp $
DISTNAME= gnuplot-py-1.8
PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile
index b10fcfc9173..5e9118971d2 100644
--- a/graphics/py-goocanvas/Makefile
+++ b/graphics/py-goocanvas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2015/04/25 14:23:18 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:45 adam Exp $
DISTNAME= pygoocanvas-0.14.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-docs
PY_PATCHPLIST= yes
PYTHON_VERSIONED_DEPENDENCIES= cairo:link
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
.include "../../lang/python/pyversion.mk"
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile
index 189cae883a4..3bb7740614b 100644
--- a/graphics/py-gtkglext/Makefile
+++ b/graphics/py-gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/04/25 14:23:18 tnn Exp $
+# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:45 adam Exp $
DISTNAME= pygtkglext-1.1.0
PKGNAME= ${PYPKGPREFIX}-pygtkglext-1.1.0
@@ -16,7 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
PKGCONFIG_OVERRIDE+= pygtkglext.pc.in
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index 4fc4d27d22d..b4f0a49c9d3 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/09/07 09:37:46 spz Exp $
+# $NetBSD: Makefile,v 1.51 2015/12/05 21:25:46 adam Exp $
DISTNAME= Imaging-1.1.7
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7
@@ -22,7 +22,7 @@ SUBST_SED.fix-path+= -e 's,FREETYPE_ROOT = None,FREETYPE_ROOT = libinclude("${BU
INSTALLATION_DIRS= ${PYINC}/PIL
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.7, use Pillow instead
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.7, use Pillow instead
post-install:
${INSTALL_DATA} ${WRKSRC}/libImaging/ImPlatform.h ${DESTDIR}${PREFIX}/${PYINC}/PIL
diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile
index 01159e9bb55..e1c24b83bb4 100644
--- a/graphics/py-imagingtk/Makefile
+++ b/graphics/py-imagingtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2015/12/05 21:25:46 adam Exp $
DISTNAME= Imaging-1.1.7
PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
DIST_SUBDIR= python
EGG_NAME= ${DISTNAME:S/Imaging/PIL/}
PY_NO_EGG= yes # same egg installed by py-imaging
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile
index 4f7a82c8c6f..fa3118a33ac 100644
--- a/graphics/py-matplotlib-gtk2/Makefile
+++ b/graphics/py-matplotlib-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2015/04/25 14:23:18 tnn Exp $
+# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:46 adam Exp $
DISTNAME= matplotlib-1.3.1
PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-1.3.1
@@ -13,7 +13,7 @@ COMMENT= GTK frontend for matplotlib
USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
USE_LANGUAGES= c c++
post-patch:
diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile
index 6d8cbff6f4a..d775be49455 100644
--- a/graphics/py-mcomix/Makefile
+++ b/graphics/py-mcomix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/08/03 14:06:55 nonaka Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:46 adam Exp $
DISTNAME= mcomix-1.01
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
EGG_NAME= ${DISTNAME:S/01/1/}
PYTHON_SELF_CONFLICT= yes
diff --git a/graphics/py-piddle/Makefile b/graphics/py-piddle/Makefile
index 468abb4e1a0..db7d4b01e3c 100644
--- a/graphics/py-piddle/Makefile
+++ b/graphics/py-piddle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:46 adam Exp $
DISTNAME= piddle-1.0.15
PKGREVISION= 3
@@ -12,7 +12,7 @@ COMMENT= Python Plug In Drawing, Does Little Else
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile
index 9e74e0636f1..7c44fda4583 100644
--- a/graphics/py-pycha/Makefile
+++ b/graphics/py-pycha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/04/13 23:12:42 rodent Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $
DISTNAME= pycha-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ USE_LANGUAGES= #none
PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONED_DEPENDENCIES= cairo
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
post-install:
${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile
index 72d7190a224..20a3ef2875e 100644
--- a/graphics/py-sk1libs/Makefile
+++ b/graphics/py-sk1libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:46 adam Exp $
DISTNAME= sk1libs-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Set of python non-GUI extensions for sK1 Project
LICENSE= gnu-lgpl-v2
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.1
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile
index 2fe571ff07d..fd8764f812b 100644
--- a/graphics/py-uniconvertor/Makefile
+++ b/graphics/py-uniconvertor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $
DISTNAME= uniconvertor-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sk1libs
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sk1libs
REPLACE_PYTHON+= src/__init__.py
.include "../../lang/python/application.mk"
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index acb68a53237..d38388a7a72 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2015/04/25 14:23:19 tnn Exp $
+# $NetBSD: Makefile,v 1.75 2015/12/05 21:25:46 adam Exp $
DISTNAME= scigraphica-2.1.0
PKGREVISION= 26
@@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q}
USE_LIBTOOL= YES
PTHREAD_AUTO_VARS= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-numarray via libscigraphica
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-numarray via libscigraphica
pre-configure:
ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 72bb166189a..890d96c53c7 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:46 adam Exp $
DISTNAME= skencil-0.6.17
PKGREVISION= 12
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
USE_TOOLS+= pax
REPLACE_PYTHON= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging
SK_CONF_ARGS= --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL
SK_TKFLAGS= -L${BUILDLINK_PREFIX.tk}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.tk}/lib -ltk -ltcl
diff --git a/graphics/xdot/Makefile b/graphics/xdot/Makefile
index d300b41fdc0..7755be55a37 100644
--- a/graphics/xdot/Makefile
+++ b/graphics/xdot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:46 adam Exp $
DISTNAME= xdot
PKGNAME= xdot-20121124
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
DIST_SUBDIR= ${PKGNAME_NOREV}
REPLACE_PYTHON= xdot.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
INSTALLATION_DIRS= bin
do-build: