[python-nose-cover3] initial import

Matthias Runge mrunge at fedoraproject.org
Wed Jun 20 20:08:14 UTC 2012


commit 3cd7449eba23d7c881174c7046d0b5ead4074bcd
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Jun 20 22:08:07 2012 +0200

    initial import

 .gitignore              |    1 +
 python-nose-cover3.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ab84806 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nose-cover3-0.1.0.tar.gz
diff --git a/python-nose-cover3.spec b/python-nose-cover3.spec
new file mode 100644
index 0000000..d5ef7c7
--- /dev/null
+++ b/python-nose-cover3.spec
@@ -0,0 +1,42 @@
+%global pypi_name nose-cover3
+
+Name:           python-%{pypi_name}
+Version:        0.1.0
+Release:        1%{?dist}
+Summary:        Coverage 3.x support for Nose
+
+License:        LGPLv2+
+URL:            http://pypi.python.org/pypi/nose-cover3/0.1.0
+Source0:        http://pypi.python.org/packages/source/n/nose-cover3/nose-cover3-0.1.0.tar.gz
+BuildArch:      noarch
+Requires:       python-nose 
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+
+%description
+Coverage 3.x support for Nose.
+
+%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
+%{python_sitelib}/nosecover3
+%{python_sitelib}/nose_cover3-%{version}-py?.?.egg-info
+
+%changelog
+* Tue Jun 05 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.1.0-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..39f8568 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+82f981eaa007b430679899256050fa0c  nose-cover3-0.1.0.tar.gz


More information about the scm-commits mailing list