Commit graph

2 commits

Author SHA1 Message Date
rodent
edcd9b0286 Use ALTERNATIVES. Remove bin/unit2, since it's not different fundamentally
than unit2-${PYVERSSUFFIX}. Move bin/unit2.py so it doesn't conflict with
the py2k version of this package. Bump PKGREVISION. OK'd by wiz@.
2014-06-23 10:50:43 +00:00
wiz
a1a0435eac Import py33-unittest2-0.5.1 as devel/py-unittest2py3k.
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.

This package contains the Python 3.x version of the module.
2014-01-31 11:23:13 +00:00