SPECS: python-AuthKit.spec (NEW) - new
prism
prism at pld-linux.org
Tue May 13 00:14:24 CEST 2008
Author: prism Date: Mon May 12 22:14:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
python-AuthKit.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/python-AuthKit.spec
diff -u /dev/null SPECS/python-AuthKit.spec:1.1
--- /dev/null Tue May 13 00:14:24 2008
+++ SPECS/python-AuthKit.spec Tue May 13 00:14:19 2008
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+%define fname AuthKit
+Summary: An authentication and authorization toolkit for WSGI applications and frameworks
+Summary(pl.UTF-8): Pakiet narzędzi do uwierzytelniania i autoryzacji dla aplikacji WSGI
+Name: python-%{fname}
+Version: 0.4.0
+Release: 1
+License: MIT
+Group: Development/Languages/Python
+Source0: http://pypi.python.org/packages/source/A/AuthKit/%{fname}-%{version}.tar.gz
+# Source0-md5: c908e41f82a0821e6fe7d2c838269692
+URL: http://authkit.org
+BuildRequires: python >= 1:2.5
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AuthKit is an authentication and authorization toolkit for WSGI
+applications and frameworks.
+- Built for WSGI applications and middleware
+- Sophisticated and extensible permissions system
+- Built in support for HTTP basic, HTTP digest, form, cookie and
+ OpenID authentication methods plus others
+- Easily define users, passwords and roles
+- Designed to be totally extensible so you can use the components to
+ integrate with a database, LDAP connection or your own custom system
+- Plays nicely with the Pylons web framework
+
+%description -l pl.UTF-8
+AuthKit dostarcza pakiet narzędzi do uwierzytelniania i autoryzacji
+dla frameworków i aplikacji WSGI.
+- Opracowany z myślą o aplikacjach i middleware WSGI
+- Złożony i rozszerzalny mechanizm uprawnień
+- Wbudowane wsparcie dla metod uwierzytelniania HTTP basic, HTTP
+ digest form, cookie oraz OpenID, jak również innych
+- Proste definiowanie użytkowników, haseł oraz ról
+- Zaprojektowany tak, by być w pełni rozszerzalny, zatem można go
+ wykorzystać integrując z bazą danych, serwerem LDAP jak również
+ autorskim systemem
+- Dobrze współpracuje z frameworkiem webowym Pylons
+
+%prep
+%setup -q -n %{fname}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/authkit
+%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-05-12 22:14:19 prism
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list