]> git.pld-linux.org Git - SPECS.git/blob - python-AuthKit.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / python-AuthKit.spec
1 %define         fname   AuthKit
2 Summary:        An authentication and authorization toolkit for WSGI applications and frameworks
3 Summary(pl.UTF-8):      Pakiet narzędzi do uwierzytelniania i autoryzacji dla aplikacji WSGI
4 Name:           python-%{fname}
5 Version:        0.4.5
6 Release:        1
7 License:        MIT
8 Group:          Development/Languages/Python
9 Source0:        http://pypi.python.org/packages/source/A/AuthKit/%{fname}-%{version}.tar.gz
10 # Source0-md5:  0336ba96de32ea97f6058bed5549b30c
11 URL:            http://authkit.org
12 BuildRequires:  rpmbuild(macros) >= 1.710
13 BuildRequires:  python >= 1:2.5
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 AuthKit is an authentication and authorization toolkit for WSGI
22 applications and frameworks.
23 - Built for WSGI applications and middleware
24 - Sophisticated and extensible permissions system
25 - Built in support for HTTP basic, HTTP digest, form, cookie and
26   OpenID authentication methods plus others
27 - Easily define users, passwords and roles
28 - Designed to be totally extensible so you can use the components to
29   integrate with a database, LDAP connection or your own custom system
30 - Plays nicely with the Pylons web framework
31
32 %description -l pl.UTF-8
33 AuthKit dostarcza pakiet narzędzi do uwierzytelniania i autoryzacji
34 dla frameworków i aplikacji WSGI.
35 - Opracowany z myślą o aplikacjach i middleware WSGI
36 - Złożony i rozszerzalny mechanizm uprawnień
37 - Wbudowane wsparcie dla metod uwierzytelniania HTTP basic, HTTP
38   digest form, cookie oraz OpenID, jak również innych
39 - Proste definiowanie użytkowników, haseł oraz ról
40 - Zaprojektowany tak, by być w pełni rozszerzalny, zatem można go
41   wykorzystać integrując z bazą danych, serwerem LDAP jak również
42   autorskim systemem
43 - Dobrze współpracuje z frameworkiem webowym Pylons
44
45 %prep
46 %setup -q -n %{fname}-%{version}
47
48 %build
49 %py_build
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 %py_install
54
55 %py_postclean
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %{py_sitescriptdir}/authkit
63 %{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
This page took 0.13029 seconds and 3 git commands to generate.