pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-gobject Doesn't support Python 2.4 (from . im...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6893a17c463
branches:  trunk
changeset: 400778:b6893a17c463
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 26 20:08:21 2009 +0000

description:
Doesn't support Python 2.4 (from . import *).

diffstat:

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

diffs (18 lines):

diff -r 4e75713ae432 -r b6893a17c463 devel/py-gobject/Makefile
--- a/devel/py-gobject/Makefile Mon Oct 26 19:57:23 2009 +0000
+++ b/devel/py-gobject/Makefile Mon Oct 26 20:08:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/06/09 13:25:02 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2009/10/26 20:08:21 joerg Exp $
 #
 
 PKGNAME=               ${PYPKGPREFIX}-gobject-2.18.0
@@ -7,6 +7,8 @@
 
 .include "Makefile.common"
 
+PYTHON_VERSIONS_ACCEPTED=      26 25
+
 post-patch:
        ${SED} "s|@PYGTKCODEGEN@|${PREFIX}/share/pygobject/2.0|" \
        <${WRKSRC}/dsextras.py >${WRKSRC}/dsextras.py.tmp \



Home | Main Index | Thread Index | Old Index