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

PortSystem      1.0
PortGroup       python27 1.0

name            py27-testtools
set real_name   testtools
version         0.9.11
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     singingwolfboy openmaintainer
platforms       darwin
description     Extensions to the Python standard library unit testing framework

long_description \
    testtools is a set of extensions to the Python standard library's \
    unit testing framework. These extensions have been derived from many \
    years of experience with unit testing in Python and come from many \
    different sources. testtools also ports recent unittest changes all \
    the way back to Python 2.4.

categories-append devel

homepage        https://launchpad.net/python-${real_name}
master_sites    http://launchpad.net/${real_name}/${branch}/${version}/+download/
distname        ${real_name}-${version}

checksums       md5     89616849d247f120bb3984cd871b161f \
                sha1    3478e43f8d5810d9d1d95b3dc372b49c65744d80 \
                rmd160  3b2be21e9c249e8a7cd923d1dc6037086690ed85
