pkgsrc/devel/py-doctor/Makefile
wiz 06a254f422 Import py27-doctor-0.4 as devel/py-doctor.
This is 'pydoctor', an API documentation generator that works by
static analysis.

It was written primarily to replace epydoc for the purposes of the
Twisted project as epydoc has difficulties with zope.interface.  If it
happens to work for your code too, that's a nice bonus at this stage :)

pydoctor puts a fair bit of effort into resolving imports and
computing inheritance hierarchies and, as it aims at documenting
Twisted, knows about zope.interface's declaration API and can present
information about which classes implement which interface, and vice
versa.
2013-09-30 17:23:04 +00:00

18 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/30 17:23:04 wiz Exp $
DISTNAME= pydoctor-0.4
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
CATEGORIES= devel
MASTER_SITES= https://pypi.python.org/packages/source/p/pydoctor/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/pydoctor/
COMMENT= API doc generator
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"