diff options
-rw-r--r-- | print/py-reportlab-renderPM/Makefile | 4 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-xml/Makefile | 4 |
3 files changed, 9 insertions, 3 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 diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index a4120603426..4f54a7fe65a 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -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 @@ COMMENT= Collection of libraries to process XML with Python PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 + CONFLICTS+= PyXML-[0-9]* PYDISTUTILSPKG= yes |