pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-gnome2 py-ORBit doesn't support Python 2.3 anym...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb036e20045b
branches:  trunk
changeset: 515960:fb036e20045b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 11 17:09:07 2006 +0000

description:
py-ORBit doesn't support Python 2.3 anymore, so don't support it as well.

diffstat:

 x11/py-gnome2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fac882f1355b -r fb036e20045b x11/py-gnome2/Makefile
--- a/x11/py-gnome2/Makefile    Tue Jul 11 16:35:24 2006 +0000
+++ b/x11/py-gnome2/Makefile    Tue Jul 11 17:09:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/04/17 13:46:12 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2006/07/11 17:09:07 joerg Exp $
 #
 
 DISTNAME=      gnome-python-2.12.4
@@ -19,7 +19,7 @@
 CONFIGURE_ENV+=        PYTHON=${PYTHONBIN:Q}
 USE_TOOLS+=            pkg-config
 
-PYTHON_VERSIONS_ACCEPTED=      24 23
+PYTHON_VERSIONS_ACCEPTED=      24
 
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index