From 4b79526f44a5681f78b586923657cc278778a7b5 Mon Sep 17 00:00:00 2001 From: shell Date: Fri, 25 Oct 2002 17:02:43 +0000 Subject: Updated to py-HappyDoc-2.1 Changes : - #514237 - The PluginLoader no longer requires a '.py' extension on plugins. This should allow plugins to be written in any language for which Python can load a module, and as long as the file is named with the right convention they will be picked up and loaded. (The source of this change request was the maintainers of the PLD Linux Distribution.) - Resolved defect #513850, where output was written to the wrong place when the -d option was used. - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes is now not escaped in output so that HTML text can be passed directly to the output file. - Fixed a problem with Windows installation using 'setup.py'. - Minor tweaks to the build and test tools. --- textproc/py-HappyDoc/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'textproc/py-HappyDoc/Makefile') diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index 8386a81c5b2..3ee044b61df 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:59 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/25 17:02:43 shell Exp $ -DISTNAME= HappyDoc_r2_0 -PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.0 +DISTNAME= HappyDoc_r2_1 +PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=happydoc/} -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org HOMEPAGE= http://happydoc.sf.net/ COMMENT= python tool to generate Python API documents -PYTHON_VERSIONS_ACCEPTED= 21 PYDISTUTILSPKG= # defined PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -WRKSRC= ${WRKDIR}/HappyDoc-r2_0 +WRKSRC= ${WRKDIR}/HappyDoc-r2_1 post-extract: ${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX} -- cgit v1.2.3