]> git.pld-linux.org Git - packages/Zope-Deprecation.git/blame - Zope-Deprecation.spec
- BR: python-setuptools
[packages/Zope-Deprecation.git] / Zope-Deprecation.spec
CommitLineData
69d8a7de 1Summary: Deprecation library for Python code
853d4e59 2Summary(pl.UTF-8): Biblioteka odradzająca dla kodu w Pythonie
25e68304 3Name: Zope-Deprecation
4Version: 3.4.0
23ad4a6a 5Release: 4
69d8a7de 6License: ZPL 2.1
7Group: Libraries/Python
4024cce2 8Source0: http://pypi.python.org/packages/source/z/zope.deprecation/zope.deprecation-%{version}.tar.gz
25e68304 9# Source0-md5: cc5814063505f217c6df3fc93ec8b2df
69d8a7de 10URL: http://www.zope.org/
853d4e59
JB
11BuildRequires: python >= 1:2.5
12BuildRequires: python-devel >= 1:2.5
449afe77 13BuildRequires: python-setuptools
853d4e59
JB
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.219
25e68304 16%pyrequires_eq python-modules
727fd8f2 17Requires: Zope-Testing
25e68304 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
69d8a7de 21Deprecation library for Python code.
25e68304 22
853d4e59
JB
23%description -l pl.UTF-8
24Biblioteka odradzająca dla kodu w Pythonie.
25
25e68304 26%prep
27%setup -q -n zope.deprecation-%{version}
28
29%build
30python ./setup.py build
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35python ./setup.py install \
99929afd 36 --install-purelib=%{py_sitedir} \
25e68304 37 --optimize 2 \
38 --root=$RPM_BUILD_ROOT
39
853d4e59 40%py_postclean
25e68304 41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
99929afd 47%{py_sitedir}/zope/deprecation
48%{py_sitedir}/zope.deprecation-*.egg-info
49%{py_sitedir}/zope.deprecation-*-nspkg.pth
This page took 0.764997 seconds and 5 git commands to generate.