pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-gtksourceview This can be built only with pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2e5465263d9
branches:  trunk
changeset: 550995:d2e5465263d9
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Dec 04 06:15:17 2008 +0000

description:
This can be built only with python versions 2.4 and 2.5 due to x11/py-gtk2.

diffstat:

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

diffs (18 lines):

diff -r f1913a5f7203 -r d2e5465263d9 x11/py-gtksourceview/Makefile
--- a/x11/py-gtksourceview/Makefile     Thu Dec 04 04:18:25 2008 +0000
+++ b/x11/py-gtksourceview/Makefile     Thu Dec 04 06:15:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/03 09:43:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/12/04 06:15:17 hasso Exp $
 #
 
 DISTNAME=      pygtksourceview-2.4.0
@@ -19,6 +19,8 @@
 USE_TOOLS+=    pkg-config
 PY_PATCHPLIST= YES
 
+PYTHON_VERSIONS_ACCEPTED=      24 25
+
 .include "../../lang/python/extension.mk"
 
 BUILDLINK_API_DEPENDS.pygobject+=      ${PYPKGPREFIX}-gobject>=2.15.2



Home | Main Index | Thread Index | Old Index