# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-unittest2 version 0.5.1 license PSF maintainers nomaintainer python.versions 24 25 26 27 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 # Needed for Python 2.4 and 2.5 for destroot to succeed. python.move_binaries no