You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- 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
|
|
PortGroup deprecated 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
|
|
|
|
deprecated.upstream_support no
|
|
python.versions 27 35 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-nose \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|