[python-pecan] initial import

Pádraig Brady pbrady at fedoraproject.org
Thu Mar 14 16:07:28 UTC 2013


commit 8e211b9c372c20c7b94d27f20088cf27e133f77e
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Mar 14 16:05:18 2013 +0000

    initial import

 .gitignore        |    1 +
 python-pecan.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6c256d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pecan-0.2.1.tar.gz
diff --git a/python-pecan.spec b/python-pecan.spec
new file mode 100644
index 0000000..78f1d86
--- /dev/null
+++ b/python-pecan.spec
@@ -0,0 +1,49 @@
+# Created by pyp2rpm-1.0.1
+%global pypi_name pecan
+
+Name:           python-%{pypi_name}
+Version:        0.2.1
+Release:        4%{?dist}
+Summary:        A lean WSGI object-dispatching web framework
+
+License:        BSD
+URL:            http://github.com/dreamhost/pecan
+Source0:        http://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+Requires:       python-webob1.2 >= 1.2
+Requires:       python-simplegeneric >= 0.8
+Requires:       python-mako >= 0.4.0
+Requires:       python-webtest >= 1.3.1
+Requires:       python-argparse
+Requires:       python-setuptools
+
+%description
+A WSGI object-dispatching web framework, designed to be lean and
+fast with few dependencies
+
+
+%prep
+%setup -q -n %{pypi_name}-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+
+%files
+%doc LICENSE README.rst
+%{_bindir}/pecan
+%{_bindir}/gunicorn_pecan
+%{python_sitelib}/
+
+%changelog
+* Thu Mar 14 2013 Padraig Brady <P at draigBrady.com> - 0.2.1-4
+- Initial package.
diff --git a/sources b/sources
index e69de29..996c751 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ad4f9a8d764ac15f707627940e41431f  pecan-0.2.1.tar.gz


More information about the scm-commits mailing list