Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 23625a45f0c5a12599462764ca520311 > files > 1

python-repoze.what.plugins.sql-1.0rc4-1mdvmes5.1.src.rpm

Name:		python-repoze.what.plugins.sql
Version:	1.0rc4
Release:	%mkrel 1
Summary:	The repoze.what SQL plugin
Group: 		Development/Python
License: 	BSD-derived
URL:		http://pypi.python.org/pypi/repoze.what.plugins.sql
Source0:	http://pypi.python.org/packages/source/r/repoze.what.plugins.sql/repoze.what.plugins.sql-1.0rc4.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This is an adapters plugin for repoze.what.

The SQL plugin makes repoze.what support sources defined in 
SQLAlchemy-managed databases by providing one group adapter, 
one permission adapter and one utility to configure both in 
one go (optionally, when the group source and the permission 
source have a relationship).

%prep
%setup -q -n repoze.what.plugins.sql-%{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}/*