# $Id: Portfile 40721 2008-10-12 13:21:39Z simon@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-coverage version 2.85 categories-append devel platforms darwin maintainers simon openmaintainer description Code coverage tool for Python long_description Coverage.py is a Python module that measures code \ coverage during Python execution. It uses the code \ analysis tools and tracing hooks provided in the Python \ standard library to determine which lines are \ executable, and which have been executed. The original \ version was written by Gareth Rees. I've updated it to \ determine executable statements more accurately. homepage http://nedbatchelder.com/code/modules/coverage.html master_sites http://nedbatchelder.com/code/modules/ distname coverage-${version} checksums md5 bb6f4ce9fbd0011dd8d93eaf58ee9d04 \ sha1 4191e2ee99d19990e74c351193443048af9b3a9e \ rmd160 37ab5d97aea8a73843d083fb921b6fa797f669e1 livecheck.check regex livecheck.regex {code/modules/coverage-(\d+(?:\.\d+)*).tar.gz}