From a77e7015fef465c9d21fd49774b5fe3fc8b9f6e8 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 25 Apr 2008 20:39:06 +0000 Subject: Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. --- textproc/py-HappyDoc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/py-HappyDoc') diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index 9e7ac7c9a83..3ce3ca638b3 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/09/30 17:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/04/25 20:39:12 joerg Exp $ DISTNAME= HappyDoc_r2_1 PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1 @@ -12,7 +12,7 @@ COMMENT= Python tool to generate Python API documents WRKSRC= ${WRKDIR}/HappyDoc-r2_1 PYDISTUTILSPKG= # defined -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} post-extract: -- cgit v1.2.3