]> git.pld-linux.org Git - packages/Zope-Testing.git/blame - Zope-Testing.spec
- pl
[packages/Zope-Testing.git] / Zope-Testing.spec
CommitLineData
010232c6 1Summary: Support for different testing frameworks
1b7c18e0 2Summary(pl.UTF-8): Obsługa różnych szkieletów testowych
6cceccf3 3Name: Zope-Testing
4Version: 3.5.0
010232c6 5Release: 1
6License: ZPL 2.1
7Group: Libraries/Python
6cceccf3 8Source0: http://download.zope.org/distribution/zope.testing-%{version}.tar.gz
9# Source0-md5: 3e482a31cc6c6dac8d7abd0b0e146da4
331424ca 10URL: http://www.zope.org/
1b7c18e0
JB
11BuildRequires: python >= 1:2.5
12BuildRequires: python-devel >= 1:2.5
13BuildRequires: rpm-pythonprov
14BuildRequires: rpmbuild(macros) >= 1.219
6cceccf3 15%pyrequires_eq python-modules
1b7c18e0 16BuildArch: noarch
6cceccf3 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
1b7c18e0
JB
20This package provides a number of testing frameworks. It includes a
21flexible test runner, and supports both doctest and unittest.
22
23%description -l pl.UTF-8
24Ten pakiet udostępnia wiele szkieletów testowych. Zawiera elastyczne
25narzędzie do uruchamiania testów, obsługuje zarówno doctest jak i
26unittest.
6cceccf3 27
28%prep
29%setup -q -n zope.testing-%{version}
30
31%build
32python ./setup.py build
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37python ./setup.py install \
38 --optimize 2 \
39 --root=$RPM_BUILD_ROOT
40
1b7c18e0 41%py_postclean
6cceccf3 42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%{py_sitescriptdir}/zope/testing
1b7c18e0
JB
49%{py_sitescriptdir}/zope.testing-*.egg-info
50%{py_sitescriptdir}/zope.testing-*-nspkg.pth
This page took 0.0877 seconds and 5 git commands to generate.