Blob Blame History Raw
# Created by pyp2rpm-1.0.1
%global pypi_name WSME
%global lpypi_name wsme

Name:           python-%{lpypi_name}
Version:        0.5b5
Release:        2%{?dist}
Summary:        Web Services Made Easy

License:        MIT
URL:            https://bitbucket.org/cdevienne/wsme/
Source0:        http://pypi.python.org/packages/source/W/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  python2-devel
BuildRequires:  python-pbr

Requires:       python-simplegeneric
Requires:       python-six
Requires:       python-webob

%description
Web Services Made Easy, simplifies the implementation of
multiple protocol REST web services by providing simple yet
powerful typing which removes the need to directly
manipulate the request and the response objects.


%prep
%setup -q -n %{pypi_name}-%{version}


%build
%{__python} setup.py build


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


%files
%doc README.rst LICENSE examples/
%{python_sitelib}

%changelog
* Thu Oct 10 2013 Dan Prince <dprince@redhat.com> - 0.5b5-2
- Don't remove egg.info required by pbr

* Thu Oct 10 2013 Pádraig Brady <pbrady@redhat.com> - 0.5b5-1
- Latest upstream

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5b2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Tue Apr 23 2013 Padraig Brady <P@draigBrady.com> - 0.5b2-1
- Update to 0.5b2.
- Add required dependencies.

* Wed Mar 13 2013 Padraig Brady <P@draigBrady.com> - 0.5b1-1
- Initial package.