freebsd-ports/devel/py-trace2html/pkg-descr
Li-Wen Hsu 9566807198 - do not directly depend on setuptools, use USE_DISTUTILS instead
- no PORTREVISION bump is needed, because it already had run/build dependency
- trim Makefile header
- add license (GPLv2)
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW

PR:		173232
Submitted by:	rm

Feature safe:	yes
2012-10-31 10:15:44 +00:00

5 lines
267 B
Text

`trace2html' is a utility to convert execution coverage data obtained
with the `trace' module of the standard python library into a set of human
readable HTML documents showing sortable summary and annotated source files.
WWW: http://pypi.python.org/pypi/trace2html