From df148167909a2ea09151d92ca19966fc53f0d999 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 25 Feb 2011 09:47:18 +0000 Subject: Let's assume for now that everything that worked with python-2.6 also works with python-2.7. --- graphics/mypaint/Makefile | 4 ++-- graphics/py-cairo/Makefile | 4 ++-- graphics/py-clutter-gtk/Makefile | 4 ++-- graphics/py-clutter/Makefile | 4 ++-- graphics/py-goocanvas/Makefile | 4 ++-- graphics/py-gtkglext/Makefile | 4 ++-- graphics/py-matplotlib-gtk2/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'graphics') diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index b2098de422e..d81e968eb0e 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/01/13 13:38:11 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2011/02/25 09:47:23 wiz Exp $ # DISTNAME= mypaint-0.9.0 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 USE_LANGUAGES= c++ USE_TOOLS+= bash:run msgfmt pkg-config diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 230f59c4f46..6f1a8e24eeb 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/01/13 13:36:21 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2011/02/25 09:47:23 wiz Exp $ # DISTNAME= py2cairo-1.8.10 @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PKGCONFIG_OVERRIDE+= pycairo.pc.in -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PY_PATCHPLIST= yes .include "../../mk/compiler.mk" diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile index 380b9a3ef20..07636990479 100644 --- a/graphics/py-clutter-gtk/Makefile +++ b/graphics/py-clutter-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/02/13 03:56:09 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/02/25 09:47:23 wiz Exp $ # DISTNAME= pyclutter-gtk-0.10.0 @@ -13,7 +13,7 @@ COMMENT= Python modules for Clutter-Gtk LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index 68df4c37f34..710835c81a9 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/02/13 03:56:10 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/02/25 09:47:23 wiz Exp $ # DISTNAME= pyclutter-1.0.2 @@ -13,7 +13,7 @@ COMMENT= Python modules for Clutter toolkit LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PREV_PKGPATH= graphics/py-pyclutter SUPERSEDES= ${PYPKGPREFIX}-pyclutter-[0-9]* diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile index 4c6add6add2..f35211f2ee7 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/02/13 06:34:31 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/02/25 09:47:23 wiz Exp $ # DISTNAME= pygoocanvas-0.14.1 @@ -26,7 +26,7 @@ PY_PATCHPLIST= yes # This restriction came from py-gtk2 and py-cairo, # pygoocanvas itself just require >=22. -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 17e7938362c..8fec5faad8f 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/01/13 13:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2011/02/25 09:47:24 wiz Exp $ # DISTNAME= pygtkglext-1.1.0 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index b1255d0f775..fcdb0f6ddc7 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/02/17 10:33:38 markd Exp $ +# $NetBSD: Makefile,v 1.22 2011/02/25 09:47:24 wiz Exp $ # DISTNAME= matplotlib-1.0.1 @@ -17,7 +17,7 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 post-patch: ( echo "[directories]"; \ -- cgit v1.2.3