Blob Blame History Raw
Name:           python-wsgilog
Version:        0.3
Release:        1%{?dist}
Summary:        WSGI logging and event reporting middleware

License:        BSD
URL:            https://bitbucket.org/lcrees/wsgilog/
Source0:        https://pypi.python.org/packages/source/w/wsgilog/wsgilog-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python2-devel
BuildRequires:  python-setuptools

%description
Supports logging events in WSGI applications to STDOUT, time rotated log 
files, email, syslog, and web servers. Also supports catching and sending 
HTML-formatted exception tracebacks to a web browser for debugging.

%prep
%setup -qn wsgilog-%{version}


%build
%{__python2} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%files
%doc
%{python2_sitelib}/*

%changelog
* Thu Apr 17 2014 Bengt Giger <bengt.giger@id.ethz.ch> - 0.3-1
- Initial RPM release