Info2: << Package: unittest2-py%type_pkg[python] Version: 0.5.1 Revision: 1 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Type: python (2.4 2.5 2.6 2.7) Description: Backport of Python 2.7 unittest DescDetail: << 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.6. To use unittest2 instead of unittest simply replace import unittest with import unittest2. << Maintainer: Daniel Johnson License: BSD Homepage: http://pypi.python.org/pypi/unittest2 Source: mirror:custom:u/unittest2/unittest2-%v.tar.gz Source-MD5: a0af5cac92bbbfa0c3b0e99571390e0f Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12), setuptools-py%type_pkg[python] CompileScript: %p/bin/python%type_raw[python] setup.py build InfoTest: TestScript: %p/bin/python%type_raw[python] unit2 discover InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d mv %i/bin/unit2 %i/bin/unit2-py%type_pkg[python] mv %i/bin/unit2.py %i/bin/unit2.py-py%type_pkg[python] << PostInstScript: << update-alternatives --install %p/bin/unit2 unit2 %p/bin/unit2-py%type_pkg[python] %type_pkg[python] update-alternatives --install %p/bin/unit2.py unit2.py %p/bin/unit2.py-py%type_pkg[python] %type_pkg[python] << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --remove unit2 %p/bin/unit2-py%type_pkg[python] update-alternatives --remove unit2.py %p/bin/unit2.py-py%type_pkg[python] fi << DocFiles: PKG-INFO README.txt CustomMirror: << eur-NL: http://a.pypi.python.org/packages/source/ nam-US: http://b.pypi.python.org/packages/source/ eur-DE: http://c.pypi.python.org/packages/source/ eur-DE: http://d.pypi.python.org/packages/source/ eur-DE: http://e.pypi.python.org/packages/source/ eur-DE: http://f.pypi.python.org/packages/source/ << <<