Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 39b6a0dba540c2647d658304fbf073ca > files > 1

python-repoze.what-1.0.8-1mdvmes5.1.src.rpm

Name:		python-repoze.what
Version:	1.0.8
Release:	%mkrel 1
Summary:	Authorization framework for WSGI applications
Group: 		Development/Python
License: 	BSD-derived
URL:		http://pypi.python.org/pypi/repoze.what
Source0:	http://pypi.python.org/packages/source/r/repoze.what/repoze.what-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
identification).

%prep
%setup -q -n repoze.what-%{version}

%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{python_sitelib}/*