[python-wsme] initial import

Pádraig Brady pbrady at fedoraproject.org
Thu Mar 14 15:03:21 UTC 2013


commit 5f4374b567d8a6793b21aae6e61e3bb71196c3d4
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Mar 14 15:02:49 2013 +0000

    initial import

 .gitignore       |    1 +
 python-wsme.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3fd87f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/WSME-0.5b1.tar.gz
diff --git a/python-wsme.spec b/python-wsme.spec
new file mode 100644
index 0000000..6f1bc98
--- /dev/null
+++ b/python-wsme.spec
@@ -0,0 +1,46 @@
+# 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 <P at draigBrady.com> - 0.5b1-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..c9315ea 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+897ebdf153f188818a88a271b1922693  WSME-0.5b1.tar.gz


More information about the scm-commits mailing list