# -*- 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
# $Id: Portfile 92832 2012-05-08 23:37:21Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-unittest2
version             0.5.1
maintainers         singingwolfboy openmaintainer
python.versions     24 25 26
python.default_version  24

description         New features in the unittest library

long_description    \
    unittest2 is a backport of the new features added to the unittest testing \
    framework in Python 2.7. It is tested to run on Python 2.4 - 2.7. To use \
    unittest2 instead of unittest simply replace import unittest with \
    import unittest2.

platforms           darwin

homepage            http://pypi.python.org/pypi/unittest2
master_sites        http://pypi.python.org/packages/source/u/unittest2/
distname            unittest2-${version}

checksums           rmd160  aa83b1d6dedaa71a9e6d3bed4028e855bef04821 \
                    sha256  aa5de8cdf654d843379c97bd1ee240e86356d3355a97b147a6f3f4d149247a71

