]> git.pld-linux.org Git - packages/Zope-Testing.git/blob - Zope-Testing.spec
- fixed summary/description/license/group
[packages/Zope-Testing.git] / Zope-Testing.spec
1 Summary:        Support for different testing frameworks
2 Name:           Zope-Testing
3 Version:        3.5.0
4 Release:        1
5 License:        ZPL 2.1
6 Group:          Libraries/Python
7 Source0:        http://download.zope.org/distribution/zope.testing-%{version}.tar.gz
8 # Source0-md5:  3e482a31cc6c6dac8d7abd0b0e146da4
9 URL:            http://pypi.python.org/pypi/zope.testing/3.5.1
10 BuildRequires:  python
11 BuildRequires:  python-devel
12 %pyrequires_eq  python-modules
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package provides a number of testing frameworks.  It includes
17 a flexible test runner, and supports both doctest and unittest.
18
19 %prep
20 %setup -q -n zope.testing-%{version}
21
22 %build
23 python ./setup.py build
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 python ./setup.py install \
29         --optimize 2 \
30         --root=$RPM_BUILD_ROOT
31
32 %{py_postclean}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %{py_sitescriptdir}/zope/testing
40 %{py_sitescriptdir}/zope*egg*
41 %{py_sitescriptdir}/zope*pth
This page took 0.057276 seconds and 4 git commands to generate.