[python-nose-exclude] initial import

Matthias Runge mrunge at fedoraproject.org
Tue Sep 18 06:53:27 UTC 2012


commit 2897c640de9faedd3d41b0975fb9847c101f9928
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Sep 18 08:53:16 2012 +0200

    initial import

 .gitignore               |    1 +
 python-nose-exclude.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..99dd864 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nose-exclude-0.1.8.tar.gz
diff --git a/python-nose-exclude.spec b/python-nose-exclude.spec
new file mode 100644
index 0000000..ad3369f
--- /dev/null
+++ b/python-nose-exclude.spec
@@ -0,0 +1,46 @@
+%global pypi_name nose-exclude
+
+Name:           python-%{pypi_name}
+Version:        0.1.8
+Release:        1%{?dist}
+Summary:        Exclude specific directories from nosetests runs
+
+License:        LGPLv2
+URL:            http://pypi.python.org/pypi/nose-exclude/0.1.8
+Source0:        http://pypi.python.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+ 
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+ 
+Requires:       python-nose
+
+%description
+
+nose-exclude is a `Nose`_ plugin that allows you to easily
+specify directories to be excluded from testing.
+
+
+%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}/nose_exclude.py*
+%{python_sitelib}/nose_exclude-%{version}-py?.?.egg-info
+
+%changelog
+* Tue Sep 11 2012 Matthias Runge <mrunge at redhat.com> - 0.1.8-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..3b972b5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3366f237d5d025af286ed494077a872c  nose-exclude-0.1.8.tar.gz


More information about the scm-commits mailing list