diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 19:49:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 19:49:03 +0000 |
commit | cf2cd71d61ab7281341a90bc3a0b68097b975a3a (patch) | |
tree | 6edb2483319a2ac02cf523eb27e72ac9b22c6699 /print | |
parent | 3c1c5620a588fd3cbf8ea9a7c46d8faa168b1b43 (diff) | |
download | pkgsrc-cf2cd71d61ab7281341a90bc3a0b68097b975a3a.tar.gz |
Explicitly include Python 2.1 as it is required by Zope 2.5.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab-renderPM/Makefile | 4 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/print/py-reportlab-renderPM/Makefile b/print/py-reportlab-renderPM/Makefile index c7f047323bc..c1e610eaa61 100644 --- a/print/py-reportlab-renderPM/Makefile +++ b/print/py-reportlab-renderPM/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 8449bf5c368..1540ab1a7c7 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -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 @@ MAINTAINER= tsarna@NetBSD.org 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 |