[python-openstack-nose-plugin] initial commit

Matthias Runge mrunge at fedoraproject.org
Fri Sep 14 07:53:25 UTC 2012


commit 885de5283f8a404be79b7bf27ece1355ee30e8f5
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Sep 14 09:53:17 2012 +0200

    initial commit

 .gitignore                        |    1 +
 python-openstack-nose-plugin.spec |   47 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1a18324 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openstack.nose_plugin-0.11.tar.gz
diff --git a/python-openstack-nose-plugin.spec b/python-openstack-nose-plugin.spec
new file mode 100644
index 0000000..f0c1c52
--- /dev/null
+++ b/python-openstack-nose-plugin.spec
@@ -0,0 +1,47 @@
+%global pypi_name openstack.nose_plugin
+
+Name:           python-openstack-nose-plugin
+Version:        0.11
+Release:        1%{?dist}
+Summary:        openstack run_tests.py style output for nosetests
+
+License:        ASL 2.0
+URL:            http://pypi.python.org/pypi/openstack.nose_plugin/0.11
+Source0:        http://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+ 
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+ 
+Requires:       python-nose
+Requires:       python-colorama
+Requires:       python-termcolor
+
+%description
+openstack.nose_plugin provides a nose plugin that allow's nosetests output to
+mimic the output of openstack's run_tests.py.
+
+%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
+%{python_sitelib}/openstack
+%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+%{python_sitelib}/%{pypi_name}-%{version}-py?.?-nspkg.pth
+
+%changelog
+* Tue Sep 11 2012 Matthias Runge <mrunge at redhat.com> - 0.11-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..15cd37b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0c6547f413db8c66921b110f78132aac  openstack.nose_plugin-0.11.tar.gz


More information about the scm-commits mailing list