diff options
author | shell <shell@pkgsrc.org> | 2002-10-25 17:02:43 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-10-25 17:02:43 +0000 |
commit | 4b79526f44a5681f78b586923657cc278778a7b5 (patch) | |
tree | 627123e23f7b9f30bf17b7587b70fa1e3b43cb79 /textproc/py-HappyDoc | |
parent | 7b2317a534139128613518eaee7fdf9a4d2ecefe (diff) | |
download | pkgsrc-4b79526f44a5681f78b586923657cc278778a7b5.tar.gz |
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.
Diffstat (limited to 'textproc/py-HappyDoc')
-rw-r--r-- | textproc/py-HappyDoc/Makefile | 11 | ||||
-rw-r--r-- | textproc/py-HappyDoc/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
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} diff --git a/textproc/py-HappyDoc/distinfo b/textproc/py-HappyDoc/distinfo index 8276c735b55..f5b1b73a8e0 100644 --- a/textproc/py-HappyDoc/distinfo +++ b/textproc/py-HappyDoc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/05/20 19:16:34 cjep Exp $ +$NetBSD: distinfo,v 1.3 2002/10/25 17:02:43 shell Exp $ -SHA1 (HappyDoc_r2_0.tar.gz) = 80e3dc954e000062fdbbfe585e03ef3e416ae1f3 -Size (HappyDoc_r2_0.tar.gz) = 491398 bytes +SHA1 (HappyDoc_r2_1.tar.gz) = f1b22586d358af6679b09bf475a05e49742aa358 +Size (HappyDoc_r2_1.tar.gz) = 523968 bytes SHA1 (patch-aa) = aa041e3fd3d7306ea0fe739d624dcabd83f80220 |