pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-libxml2 Use PyBool_Check -> needs Python 2.3+



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e88a8d27d44
branches:  trunk
changeset: 522044:5e88a8d27d44
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 01 11:02:50 2006 +0000

description:
Use PyBool_Check -> needs Python 2.3+

diffstat:

 textproc/py-libxml2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a38420c802e8 -r 5e88a8d27d44 textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Fri Dec 01 10:55:30 2006 +0000
+++ b/textproc/py-libxml2/Makefile      Fri Dec 01 11:02:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/10/30 20:59:10 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2006/12/01 11:02:50 joerg Exp $
 
 DISTNAME=      libxml2-2.6.27
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@
 COMMENT=       Python wrapper for libxml2
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/python
+PYTHON_VERSIONS_ACCEPTED=      24 23
 PYDISTUTILSPKG=        YES
 PYBINMODULE=   YES
 NO_CONFIGURE=  YES



Home | Main Index | Thread Index | Old Index