# Created by pyp2rpm-1.0.1 %global pypi_name WSME %global lpypi_name wsme Name: python-%{lpypi_name} Version: 0.5b1 Release: 1%{?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-d2to1 %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} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %{__python} setup.py build %install %{__python} setup.py install --skip-build --root %{buildroot} %files %doc README.rst LICENSE examples/ %{python_sitelib} %changelog * Wed Mar 13 2013 Padraig Brady - 0.5b1-1 - Initial package.