# -*- 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-pytest-cov version 2.7.1 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 36 37 maintainers {reneeotten @reneeotten} openmaintainer description Pytest plugin for measuring coverage. long_description ${description} homepage https://github.com/pytest-dev/pytest-cov master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 3728cd808b99ca8744d11a801a828f1ca13025f4 \ sha256 e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a \ size 42121 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-coverage \ port:py${python.version}-pytest post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE CONTRIBUTING.rst \ AUTHORS.rst CHANGELOG.rst README.rst ${destroot}${docdir} } livecheck.type none }