[python-stevedore] Initial import (#886552)

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 11 12:32:41 UTC 2013


commit fde4b7b28d64192dca832eef96062db375866b00
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 11 12:30:42 2013 +0000

    Initial import (#886552)

 .gitignore            |    1 +
 python-stevedore.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c1de59f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/stevedore-0.8.tar.gz
diff --git a/python-stevedore.spec b/python-stevedore.spec
new file mode 100644
index 0000000..cce6c5a
--- /dev/null
+++ b/python-stevedore.spec
@@ -0,0 +1,37 @@
+Name:           python-stevedore
+Version:        0.8
+Release:        1%{?dist}
+Summary:        Manage dynamic plugins for Python applications
+
+Group:          Development/Languages
+License:        ASL 2.0
+URL:            https://github.com/dreamhost/stevedore
+Source0:        http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+%description
+Manage dynamic plugins for Python applications
+
+%prep
+%setup -q -n stevedore-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+%files
+%doc README.rst LICENSE
+%{python_sitelib}/stevedore
+%{python_sitelib}/stevedore-%{version}-py?.?.egg-info
+
+%changelog
+* Mon Jan  7 2013 Pádraig Brady <P at draigBrady.com> - 0.8-1
+- Update to version 0.8
+
+* Mon Dec 10 2012 Dan Prince <dprince at redhat.com> - 0.7.2-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..1192615 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8f340230754c2d70e6e34bc6d8678048  stevedore-0.8.tar.gz


More information about the scm-commits mailing list