pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Explicitly include Python 2.1 as it is required by Zop...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31b8a3366a05
branches:  trunk
changeset: 541781:31b8a3366a05
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 25 19:49:03 2008 +0000

description:
Explicitly include Python 2.1 as it is required by Zope 2.5.

diffstat:

 print/py-reportlab-renderPM/Makefile |  4 +++-
 print/py-reportlab/Makefile          |  4 +++-
 textproc/py-xml/Makefile             |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 3416ad845c94 -r 31b8a3366a05 print/py-reportlab-renderPM/Makefile
--- a/print/py-reportlab-renderPM/Makefile      Fri Apr 25 19:47:58 2008 +0000
+++ b/print/py-reportlab-renderPM/Makefile      Fri Apr 25 19:49:03 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/22 19:27:06 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/04/25 19:50:11 joerg Exp $
 #
 
 DISTNAME=      renderPM-0-9
@@ -12,6 +12,8 @@
 HOMEPAGE=      http://www.reportlab.com/rl_addons.html
 COMMENT=       Pixmap rendering for reportlab
 
+PYTHON_VERSIONS_ACCEPTED=      25 24 23 21
+
 WRKSRC=                ${WRKDIR}
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
diff -r 3416ad845c94 -r 31b8a3366a05 print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Fri Apr 25 19:47:58 2008 +0000
+++ b/print/py-reportlab/Makefile       Fri Apr 25 19:49:03 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/11/05 20:57:51 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2008/04/25 19:50:11 joerg Exp $
 #
 
 DISTNAME=      ReportLab_1_21_2
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.reportlab.com/
 COMMENT=       Powerful PDF-generating toolkit for Python
 
+PYTHON_VERSIONS_ACCEPTED=      25 24 23 21
+
 WRKSRC=                ${WRKDIR}/reportlab_1_21_2/reportlab
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
diff -r 3416ad845c94 -r 31b8a3366a05 textproc/py-xml/Makefile
--- a/textproc/py-xml/Makefile  Fri Apr 25 19:47:58 2008 +0000
+++ b/textproc/py-xml/Makefile  Fri Apr 25 19:49:03 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/25 19:49:03 joerg Exp $
 #
 
 DISTNAME=      PyXML-0.8.4
@@ -13,6 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PYTHON_VERSIONS_ACCEPTED=      25 24 23 21
+
 CONFLICTS+=    PyXML-[0-9]*
 
 PYDISTUTILSPKG=        yes



Home | Main Index | Thread Index | Old Index