]> git.pld-linux.org Git - SPECS.git/blob - python-Colubrid.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-Colubrid.spec
1 Summary:        Colubrid - lightweight WSGI publisher
2 Summary(pl.UTF-8):      Colubrid - lekki moduł do publikowania WSGI
3 Name:           python-Colubrid
4 Version:        0.10
5 Release:        4
6 Group:          Development/Languages/Python
7 License:        GPL
8 Source0:        http://wsgiarea.pocoo.org/colubrid/dist/Colubrid-%{version}.tar.gz
9 # Source0-md5:  ce52e81d8971a22064e1418064dcb700
10 URL:            http://wsgiarea.pocoo.org/colubrid/
11 BuildRequires:  rpmbuild(macros) >= 1.710
12 BuildRequires:  python-devel
13 BuildRequires:  python-modules
14 BuildRequires:  python-setuptools >= 0.6-0.a9.1
15 BuildRequires:  rpm-pythonprov
16 %pyrequires_eq  python-modules
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Colubrid is a WSGI publisher which simplifies Python web developement.
22 If you've ever created a WSGI application without a framework of an
23 request handler you know how hard this can be. For the full feature
24 list have a look at the Features
25 (http://wsgiarea.pocoo.org/colubrid/features/) page.
26
27 %description -l pl.UTF-8
28 Colubrid to moduł do publikowania WSGI ułatwiający tworzenie WWW w
29 Pythonie. Ci, którzy stworzyli kiedykolwiek aplikację WSGI bez
30 szkieletu procedury obsługi żądań, wiedzą, jakie to może być trudne.
31 Pełna lista możliwości jest na stronie Features
32 (http://wsgiarea.pocoo.org/colubrid/features/).
33
34 %prep
35 %setup -q -n Colubrid-%{version}
36
37 %build
38 %py_build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %py_install \
43         --single-version-externally-managed \
44         --optimize=2 \
45         --root=$RPM_BUILD_ROOT
46
47 find $RPM_BUILD_ROOT%{py_sitescriptdir}/colubrid -name \*.py -exec rm -f \{\} \;
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %{py_sitescriptdir}/Colubrid*
55 %{py_sitescriptdir}/colubrid*
This page took 0.442308 seconds and 3 git commands to generate.