pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-goocanvas Restrict to Python 2.4+ to match...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9869f764e30
branches:  trunk
changeset: 394793:d9869f764e30
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 15 18:56:12 2009 +0000

description:
Restrict to Python 2.4+ to match GTK2 and Cairo dependency.

diffstat:

 graphics/py-goocanvas/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fc658a0ac45e -r d9869f764e30 graphics/py-goocanvas/Makefile
--- a/graphics/py-goocanvas/Makefile    Mon Jun 15 17:42:58 2009 +0000
+++ b/graphics/py-goocanvas/Makefile    Mon Jun 15 18:56:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/06/01 07:42:21 obache Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/15 18:56:12 joerg Exp $
 #
 
 DISTNAME=      pygoocanvas-0.14.1
@@ -23,6 +23,8 @@
 
 PY_PATCHPLIST= yes
 
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
+
 .include "../../lang/python/pyversion.mk"
 
 BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10.0



Home | Main Index | Thread Index | Old Index