pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics py-gtk2 needs Python 2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff5bf4150cef
branches:  trunk
changeset: 539883:ff5bf4150cef
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 15 16:51:09 2008 +0000

description:
py-gtk2 needs Python 2.4

diffstat:

 graphics/py-gtkglext/Makefile        |  4 ++--
 graphics/py-matplotlib-gtk2/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 669e2e2db7b1 -r ff5bf4150cef graphics/py-gtkglext/Makefile
--- a/graphics/py-gtkglext/Makefile     Sat Mar 15 16:50:42 2008 +0000
+++ b/graphics/py-gtkglext/Makefile     Sat Mar 15 16:51:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/09/21 13:03:53 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/15 16:51:09 joerg Exp $
 #
 
 DISTNAME=      pygtkglext-1.1.0
@@ -18,7 +18,7 @@
 USE_TOOLS+=    pkg-config
 PYDISTUTILSPKG=        yes
 
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 24
 
 PKGCONFIG_OVERRIDE+=   pygtkglext.pc.in
 
diff -r 669e2e2db7b1 -r ff5bf4150cef graphics/py-matplotlib-gtk2/Makefile
--- a/graphics/py-matplotlib-gtk2/Makefile      Sat Mar 15 16:50:42 2008 +0000
+++ b/graphics/py-matplotlib-gtk2/Makefile      Sat Mar 15 16:51:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/09/21 13:03:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/03/15 16:51:25 joerg Exp $
 #
 
 DISTNAME=              matplotlib-0.87.2
@@ -16,7 +16,7 @@
 PYDISTUTILSPKG=                yes
 USE_LANGUAGES=         c c++
 
-PYTHON_VERSIONS_ACCEPTED=      24 23
+PYTHON_VERSIONS_ACCEPTED=      24
 
 .include "../../lang/python/extension.mk"
 .include "../../graphics/py-matplotlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index