# $Id: Portfile 88421 2012-01-02 01:09:15Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pinocchio
set real_name       pinocchio
version             0.2
python.versions     24 25 26 27 31 32
categories-append   devel
platforms           darwin
license             MIT
maintainers         singingwolfboy openmaintainer
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            http://darcs.idyll.org/~t/projects/pinocchio/doc/
fetch.type          git
git.url             https://github.com/infrared/${real_name}
git.branch          4e48d55e
# master_sites        http://pypi.python.org/packages/source/p/${real_name}
# distname            ${real_name}-${version}

if {$name != $subport} {
    depends_lib     port:py${python.version}-nose
}
