Summary: Support for different testing frameworks Name: Zope-Testing Version: 3.5.0 Release: 1 License: ZPL 2.1 Group: Libraries/Python Source0: http://download.zope.org/distribution/zope.testing-%{version}.tar.gz # Source0-md5: 3e482a31cc6c6dac8d7abd0b0e146da4 URL: http://pypi.python.org/pypi/zope.testing/3.5.1 BuildRequires: python BuildRequires: python-devel %pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This package provides a number of testing frameworks. It includes a flexible test runner, and supports both doctest and unittest. %prep %setup -q -n zope.testing-%{version} %build python ./setup.py build %install rm -rf $RPM_BUILD_ROOT python ./setup.py install \ --optimize 2 \ --root=$RPM_BUILD_ROOT %{py_postclean} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %{py_sitescriptdir}/zope/testing %{py_sitescriptdir}/zope*egg* %{py_sitescriptdir}/zope*pth