pkgsrc/textproc/py-HappyDoc/Makefile
shell 4b79526f44 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.
2002-10-25 17:02:43 +00:00

21 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/10/25 17:02:43 shell Exp $
DISTNAME= HappyDoc_r2_1
PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=happydoc/}
MAINTAINER= shell@netbsd.org
HOMEPAGE= http://happydoc.sf.net/
COMMENT= python tool to generate Python API documents
PYDISTUTILSPKG= # defined
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
WRKSRC= ${WRKDIR}/HappyDoc-r2_1
post-extract:
${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX}
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"