pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-goocanvas Note restriction of acceptable p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b356f87162a
branches:  trunk
changeset: 394841:4b356f87162a
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jun 16 01:36:28 2009 +0000

description:
Note restriction of acceptable python version came from py-gtk2 and py-cairo.
pygoocanvas itself require just python>=2.2.

diffstat:

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

diffs (18 lines):

diff -r 014a33f28798 -r 4b356f87162a graphics/py-goocanvas/Makefile
--- a/graphics/py-goocanvas/Makefile    Tue Jun 16 00:04:02 2009 +0000
+++ b/graphics/py-goocanvas/Makefile    Tue Jun 16 01:36:28 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/06/15 18:56:12 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/16 01:36:28 obache Exp $
 #
 
 DISTNAME=      pygoocanvas-0.14.1
@@ -23,6 +23,8 @@
 
 PY_PATCHPLIST= yes
 
+# This restriction came from py-gtk2 and py-cairo,
+# pygoocanvas itself just require >=22.
 PYTHON_VERSIONS_ACCEPTED= 26 25 24
 
 .include "../../lang/python/pyversion.mk"



Home | Main Index | Thread Index | Old Index