# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-figleaf version 0.6.1 revision 0 categories-append devel platforms darwin license BSD maintainers nomaintainer description code coverage analysis tool, similar to `coverage` long_description \ figleaf is a Python code coverage analysis tool, built somewhat on the model \ of Ned Batchelder\'s fantastic coverage module. The goals of figleaf are to \ be a minimal replacement of \'coverage.py\' that supports more configurable \ coverage gathering and reporting. homepage http://darcs.idyll.org/~t/projects/figleaf/doc/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 b4f7c730bf9f45f11d4c90d099b1665c134830c9 \ sha256 04d22485db08f9f60c7de92407753423fa0f574c00211e409e8b0f9482f2f062 \ size 59051 python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-nose \ port:py${python.version}-setuptools livecheck.type none }