]> git.pld-linux.org Git - SPECS.git/blob - python-Wareweb.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / python-Wareweb.spec
1 Summary:        WSGI web framework based on Webware/WebKit's servlet model
2 Summary(pl.UTF-8):      Szkielet aplikacji WWW WSGI oparty na modelu serwletowym Webware/WebKit
3 Name:           python-Wareweb
4 Version:        0.3
5 Release:        5
6 License:        X11/MIT
7 Group:          Development/Languages/Python
8 Source0:        http://cheeseshop.python.org/packages/source/W/Wareweb/Wareweb-%{version}.tar.gz
9 # Source0-md5:  2f12a625120cb199f0f86d9449829551
10 URL:            http://pythonpaste.org/
11 BuildRequires:  rpmbuild(macros) >= 1.710
12 BuildRequires:  python-devel
13 BuildRequires:  python-modules
14 BuildRequires:  python-setuptools
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 This is a servlet-style web framework, similar to Webware, but both
22 more minimal and more convenient.
23
24 %description -l pl.UTF-8
25 Jest to narzędzie do tworzenia serwletów (aplikacji) WSGI, podobne do
26 Webware, jednak prostsze i bardziej wygodne.
27
28 %prep
29 %setup -q -n Wareweb-%{version}
30
31 %build
32 %py_build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %py_install \
37         --single-version-externally-managed \
38         --optimize=2 \
39         --root=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc docs/
47 %{py_sitescriptdir}/wareweb
48 %{py_sitescriptdir}/Wareweb*
This page took 0.555538 seconds and 3 git commands to generate.