diff options
Diffstat (limited to 'graphics')
32 files changed, 64 insertions, 64 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 3e7ba379774..2192df04d4b 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2016/05/18 12:55:28 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2016/07/09 13:03:49 wiz Exp $ DISTNAME= mesa-11.2.2 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 35 # as of 10.6.7 +PYTHON_VERSIONS_INCOMPATIBLE= 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 89535209d5b..ba1d3d98e82 100644 --- a/graphics/MesaLib7/Makefile +++ b/graphics/MesaLib7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/03/26 23:45:21 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:49 wiz Exp $ DISTNAME?= ${MESA_DISTNAME} PKGNAME= MesaLib7-${MESA_PKGVERSION} @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-egl .include "glx-config.mk" PYTHON_FOR_BUILD_ONLY= tool -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 7.11.2 +PYTHON_VERSIONS_INCOMPATIBLE= 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 d2717d1956e..d4b6cf16256 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2016/03/05 11:28:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.121 2016/07/09 13:03:50 wiz Exp $ DISTNAME= blender-2.76b PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake sed USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 35 34 33 +PYTHON_VERSIONS_ACCEPTED= 34 35 GCC_REQD+= 4.7 BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index eaf61d2ecd1..815b6beffd5 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:44 adam Exp $ +# $NetBSD: Makefile,v 1.54 2016/07/09 13:03:50 wiz 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 35 # py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 1b9c6da100f..192903cf176 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2015/12/05 21:25:44 adam Exp $ +# $NetBSD: Makefile,v 1.46 2016/07/09 13:03:50 wiz 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 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 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 b082a5c0375..e403e3d1a94 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2015/12/05 21:25:44 adam Exp $ +# $NetBSD: Makefile,v 1.86 2016/07/09 13:03:50 wiz 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 35 # py-gtk2 +#PYTHON_VERSIONS_INCOMPATIBLE= 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/eom/options.mk b/graphics/eom/options.mk index 43b79a7b3a7..946422937eb 100644 --- a/graphics/eom/options.mk +++ b/graphics/eom/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2016/05/21 19:20:33 youri Exp $ +# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:50 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.eog PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms python rsvg xmp @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-cms .endif .if !empty(PKG_OPTIONS:Mpython) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common index 419d7f3cbcb..dac46add040 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2016/01/09 08:21:58 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.13 2016/07/09 13:03:50 wiz 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 35 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 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 67d616f1a9f..9ab288b70dc 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.40 2016/07/09 13:03:50 wiz 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 35 # py-numarray +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index dca4fa3b2a9..e8e52b29ab4 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/09 13:03:50 wiz 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 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 USE_PKGLOCALEDIR= yes diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index 85fe45bc679..fca69ecda6c 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:50 wiz 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 35 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-Numeric REPLACE_PYTHON+= OpenGL/Tk/__init__.py diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile index 643d6157399..efb6854c996 100644 --- a/graphics/py-aafigure/Makefile +++ b/graphics/py-aafigure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/06/08 17:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:50 wiz 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 35 # py-reportlab, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 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 47ca3188edf..9cda9e48879 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:50 wiz 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 35 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_INCOMPATIBLE= 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 2c5c3e69a7d..0d734524e8a 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.49 2016/07/09 13:03:50 wiz 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 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 post-extract: cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 04dca638330..b7fab9f4aaf 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:09 adam Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:51 wiz 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= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 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 3ec18fc7b3c..92c9a4bc560 100644 --- a/graphics/py-dot/Makefile +++ b/graphics/py-dot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:51 wiz 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 35 # not yet ported as of 1.0.28 +PYTHON_VERSIONS_INCOMPATIBLE= 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 cd452135edc..6ce2394ec7c 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.42 2016/07/09 13:03:51 wiz 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 35 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 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 3a273d4c8c9..fb633c79707 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:51 wiz 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 35 # not yet ported as of 0.58 +PYTHON_VERSIONS_INCOMPATIBLE= 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 678143c9e25..39ac1d89508 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:51 wiz 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 35 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 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 5e9118971d2..1bf11f902d7 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.39 2016/07/09 13:03:51 wiz 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 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 3bb7740614b..28f23453bd3 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:45 adam Exp $ +# $NetBSD: Makefile,v 1.40 2016/07/09 13:03:51 wiz 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 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 7870859e065..f6a2901cd3f 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2016/02/16 20:17:41 drochner Exp $ +# $NetBSD: Makefile,v 1.53 2016/07/09 13:03:51 wiz 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 35 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_INCOMPATIBLE= 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 e1c24b83bb4..1e84de35309 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.38 2016/07/09 13:03:51 wiz 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 35 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index 35d2a81c35c..7ad1dc2d57f 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/05/29 14:03:42 mef Exp $ +# $NetBSD: Makefile,v 1.54 2016/07/09 13:03:51 wiz Exp $ VERSION= 1.3.1 @@ -18,7 +18,7 @@ COMMENT= GTK frontend for matplotlib USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 USE_LANGUAGES= c c++ post-patch: diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 252d3c27493..b068d184c56 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/06/11 14:34:17 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:51 wiz Exp $ DISTNAME= mcomix-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 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 db7d4b01e3c..ef90799c79a 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:51 wiz 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 35 +PYTHON_VERSIONS_INCOMPATIBLE= 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 5cbd733141f..e8af8358731 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/06/08 17:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:52 wiz 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 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 20a3ef2875e..bd6dbc2b8cc 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:52 wiz 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 35 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 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 fd8764f812b..1b77579c882 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:52 wiz 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 35 # py-sk1libs +PYTHON_VERSIONS_INCOMPATIBLE= 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 d38388a7a72..f6ed8471338 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.76 2016/07/09 13:03:52 wiz 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 35 # py-numarray via libscigraphica +PYTHON_VERSIONS_INCOMPATIBLE= 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 5ac894db29b..04c1711ce51 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2016/05/07 09:59:27 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2016/07/09 13:03:52 wiz Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 13 @@ -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 35 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 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 7755be55a37..a85e946e594 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:52 wiz 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 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 INSTALLATION_DIRS= bin do-build: |