Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 913a57eea138adfbdccba1c2431649e6 > files > 2

python-beaker-1.5.4-3.mga3.src.rpm

Name: python-beaker
Version: 1.5.4
Release: %mkrel 3
Summary: WSGI middleware layer to provide sessions

Group: Development/Python
License: BSD
URL: http://beaker.groovie.org/
Source0: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools

%description
Beaker is a caching library that includes Session and Cache objects built on
Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to
manage Session objects and signed cookies.


%prep
%setup -q -n Beaker-%{version}
# Fix rpmlint warning
sed -i -e '/\/usr\/bin\/python/d' beaker/crypto/pbkdf2.py


%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,-)
%doc LICENSE CHANGELOG
%{python_sitelib}/beaker/
%{python_sitelib}/Beaker*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.5.4-3.mga3
+ Revision: 378496
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Feb 21 2011 ahmad <ahmad> 1.5.4-2.mga1
+ Revision: 55599
- rebuild to make all pythonegg requires/provides lowercase

* Sat Feb 05 2011 ahmad <ahmad> 1.5.4-1.mga1
+ Revision: 47063
- update to 1.5.4
- imported package python-beaker