pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Remove python24 from accepted versions since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e791f0bb928
branches:  trunk
changeset: 550086:5e791f0bb928
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Nov 14 23:33:56 2008 +0000

description:
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

diffstat:

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

diffs (36 lines):

diff -r 6a0f1e04ac42 -r 5e791f0bb928 graphics/py-gtkglext/Makefile
--- a/graphics/py-gtkglext/Makefile     Fri Nov 14 23:06:46 2008 +0000
+++ b/graphics/py-gtkglext/Makefile     Fri Nov 14 23:33:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:09 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/11/14 23:33:56 hasso Exp $
 #
 
 DISTNAME=      pygtkglext-1.1.0
@@ -18,7 +18,7 @@
 USE_TOOLS+=    pkg-config
 PYDISTUTILSPKG=        yes
 
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 25
 
 PKGCONFIG_OVERRIDE+=   pygtkglext.pc.in
 
diff -r 6a0f1e04ac42 -r 5e791f0bb928 graphics/py-matplotlib-gtk2/Makefile
--- a/graphics/py-matplotlib-gtk2/Makefile      Fri Nov 14 23:06:46 2008 +0000
+++ b/graphics/py-matplotlib-gtk2/Makefile      Fri Nov 14 23:33:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/11/14 23:43:16 hasso Exp $
 #
 
 DISTNAME=              matplotlib-0.87.2
@@ -18,7 +18,7 @@
 PYDISTUTILSPKG=                yes
 USE_LANGUAGES=         c c++
 
-PYTHON_VERSIONS_ACCEPTED=      25 24
+PYTHON_VERSIONS_ACCEPTED=      25
 
 .include "../../lang/python/extension.mk"
 .include "../../graphics/py-matplotlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index