%define oname nose Name: python-module-%oname Version: 0.10.2 Release: alt1.1 Summary: A unittest-based testing framework for python that makes writing and running tests easier Group: Development/Python License: LGPL Url: http://code.google.com/p/python-nose/ Packager: Vitaly Lipatov BuildArch: noarch %setup_python_module %oname Source: http://www.somethingaboutorange.com/mrl/projects/nose/%oname-%version.tar.gz # Automatically added by buildreq on Tue Sep 18 2007 BuildRequires: pybliographic python-module-MySQLdb python-module-Pyrex python-module-setuptools %description nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. %prep %setup -q -n %oname-%version %build %__python setup.py build %install %__python setup.py install --root %buildroot %files %python_sitelibdir/%oname/ %python_sitelibdir/%oname-%version-py2.5.egg-info %changelog * Thu May 29 2008 Andrey Khavryuchenko 0.10.2-alt0.1 - updated version - packaging .egg-info too * Thu Jan 31 2008 Grigory Batalov 0.10.0b1-alt2.1 - Rebuilt with python-2.5. * Thu Jan 31 2008 Grigory Batalov 0.10.0b1-alt2 - Build as noarch. * Tue Sep 18 2007 Vitaly Lipatov 0.10.0b1-alt1 - initial build for ALT Linux Sisyphus