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