# -*- 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-pinocchio
version             0.4.2
revision            0

categories-append   devel
platforms           darwin
license             MIT
maintainers         nomaintainer

description         pinocchio plugins for the nose testing framework
long_description  \
    Extra plugins for the nose testing framework. Provides tools for flexibly \
    assigning decorator tags to tests, choosing tests based on their runtime, \
    doing moderately sophisticated code coverage analysis of your unit tests, \
    and making your test descriptions look like specifications.

homepage            https://github.com/mkwiatkowski/pinocchio
master_sites        pypi:p/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  e3305cadcfe332b7ba27ed1b260f499fd593a9fe \
                    sha256  bc53568703bc8e22d0b96010be657a5ebc6ca445defa45878568a0aef992c343 \
                    size    12118

python.versions     27 35 36

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-colorama \
                    port:py${python.version}-setuptools

    depends_run-append \
                    port:py${python.version}-nose

    livecheck.type  none
}
