]> git.pld-linux.org Git - SPECS.git/blob - python-PasteWebKit.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-PasteWebKit.spec
1 %define         module PasteWebKit
2 Summary:        A port/reimplementation of Webware WebKit in WSGI and Paste
3 Summary(pl.UTF-8):      Port/reimplementacja WebKitu Webware w WSGI i Paste
4 Name:           python-%{module}
5 Version:        1.0
6 Release:        7
7 Group:          Libraries/Python
8 License:        X11/MIT
9 Source0:        http://cheeseshop.python.org/packages/source/P/PasteWebKit/%{module}-%{version}.tar.gz
10 # Source0-md5:  3f06815a43eebf4672143b4e29021a57
11 URL:            http://pythonpaste.org/webkit/
12 BuildRequires:  rpmbuild(macros) >= 1.710
13 BuildRequires:  python-devel
14 BuildRequires:  python-setuptools >= 0.6-0.a9.1
15 %pyrequires_eq  python-modules
16 Requires:       python-Paste
17 Requires:       python-PasteDeploy
18 Requires:       python-PasteScript
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This is a reimplementation of the Webware API, using Paste for most of
24 the functionality, and just providing an API wrapper.
25
26 While the basic layout of applications is different from what
27 Webware's MakeAppWorkDir creates, this is intended to be backward
28 compatible for most typical Webware applications.
29
30 %description -l pl.UTF-8
31 To jest reimplementacja API Webware przy użyciu Paste dla większości
32 funkcjonalności, z udostępnieniem zwykłego obudowania API.
33
34 O ile podstawowy wygląd aplikacji jest różny od tworzonego przez
35 MakeAppWorkDir w Webware, powinien być wstecznie kompatybilny z
36 większością typowych aplikacji Webware.
37
38 %prep
39 %setup -q -n %{module}-%{version}
40
41 %build
42 %py_build
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %py_install \
47         --single-version-externally-managed \
48         --optimize=2 \
49         --root=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc docs/
57 %{py_sitescriptdir}/paste*
58 %{py_sitescriptdir}/Paste*
This page took 0.181161 seconds and 3 git commands to generate.