df59018
%if 0%{?rhel} && 0%{?rhel} <= 7
d4e055e
%{!?__python2: %global __python2 /usr/bin/python2}
d4e055e
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
d4e055e
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
d4e055e
%else
d4e055e
%global with_python3 1
d4e055e
%endif
d4e055e
d4e055e
%global srcname pytest-cov
d4e055e
d4e055e
Name:           python-%{srcname}
Orion Poplawski a180007
Version:        2.2.0
Robert Kuska fa3fb13
Release:        2%{?dist}
d4e055e
Summary:        Pytest plugin for coverage reporting
d4e055e
d4e055e
License:        MIT
d4e055e
URL:            https://pypi.python.org/pypi/%{srcname}
d4e055e
Source0:        https://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
Orion Poplawski 7e71bb9
# Skip xdist tests, not yet packaged
Orion Poplawski 7e71bb9
Patch0:         python-pytest-cov-xdist.patch
Orion Poplawski 7e71bb9
d4e055e
d4e055e
BuildArch:      noarch
d4e055e
BuildRequires:  python2-devel
d4e055e
BuildRequires:  python-setuptools
d4e055e
BuildRequires:  pytest
Orion Poplawski 7e71bb9
BuildRequires:  python-coverage >= 3.7.1
Orion Poplawski 7e71bb9
# For tests
Orion Poplawski 7e71bb9
BuildRequires:  python-process-tests
Orion Poplawski 7e71bb9
BuildRequires:  python-virtualenv
d4e055e
Requires:       pytest
Orion Poplawski 7e71bb9
Requires:       python-coverage >= 3.7.1
Orion Poplawski 7e71bb9
Provides:       python2-%{srcname} = %{version}-%{release}
d4e055e
d4e055e
%description
d4e055e
Py.test plugin for coverage reporting with support for both centralised and
d4e055e
distributed testing, including subprocesses and multiprocessing for Python 2.
d4e055e
d4e055e
d4e055e
%if 0%{?with_python3}
d4e055e
%package -n python3-%{srcname}
d4e055e
Summary:        Pytest plugin for coverage reporting
d4e055e
BuildRequires:  python3-devel
d4e055e
BuildRequires:  python3-setuptools
d4e055e
BuildRequires:  python3-pytest
Orion Poplawski 7e71bb9
BuildRequires:  python3-coverage >= 3.7.1
Orion Poplawski 7e71bb9
# For tests
Orion Poplawski 7e71bb9
BuildRequires:  python3-process-tests
Orion Poplawski 7e71bb9
BuildRequires:  python3-virtualenv
d4e055e
Requires:       python3-pytest
Orion Poplawski 7e71bb9
Requires:       python3-coverage >= 3.7.1
d4e055e
d4e055e
%description -n python3-%{srcname}
d4e055e
Py.test plugin for coverage reporting with support for both centralised and
d4e055e
distributed testing, including subprocesses and multiprocessing for Python 3.
d4e055e
%endif # with_python3
d4e055e
d4e055e
d4e055e
%prep
d4e055e
%setup -q -n %{srcname}-%{version}
Orion Poplawski 7e71bb9
%patch0 -p1 -b .xdist
d4e055e
rm -rf *.egg-info
d4e055e
d4e055e
d4e055e
%build
Orion Poplawski 7e71bb9
%py2_build
d4e055e
%if 0%{?with_python3}
Orion Poplawski 7e71bb9
%py3_build
d4e055e
%endif # with_python3
d4e055e
d4e055e
d4e055e
%install
d4e055e
%if 0%{?with_python3}
Orion Poplawski 7e71bb9
%py3_install
d4e055e
%endif # with_python3
Orion Poplawski 7e71bb9
%py2_install
d4e055e
d4e055e
Robert Kuska fa3fb13
#%check
Robert Kuska fa3fb13
#PYTHONPATH=%{buildroot}%{python2_sitelib}:$PWD/tests py.test-%{python2_version} -vv
Robert Kuska fa3fb13
#
Robert Kuska fa3fb13
#%if 0%{?with_python3}
Robert Kuska fa3fb13
#PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version} -vv
Robert Kuska fa3fb13
#%endif # with_python3
d4e055e
d4e055e
d4e055e
%files
Orion Poplawski 7e71bb9
%license LICENSE
Orion Poplawski 7e71bb9
%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst
d4e055e
%{python2_sitelib}/*
d4e055e
d4e055e
%if 0%{?with_python3}
d4e055e
%files -n python3-%{srcname}
Orion Poplawski 7e71bb9
%license LICENSE
Orion Poplawski 7e71bb9
%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst
d4e055e
%{python3_sitelib}/*
d4e055e
%endif # with_python3
d4e055e
d4e055e
d4e055e
%changelog
Robert Kuska fa3fb13
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 2.2.0-2
Robert Kuska fa3fb13
- Rebuilt for Python3.5 rebuild
Robert Kuska fa3fb13
- Skip tests for a python3 rebuild as it seems to be env failure
Robert Kuska fa3fb13
Orion Poplawski a180007
* Mon Oct 5 2015 Orion Poplawski <orion@cora.nwra.com> - 2.2.0-1
Orion Poplawski a180007
- Update to 2.2.0
Orion Poplawski a180007
Orion Poplawski 7e71bb9
* Mon Sep 14 2015 Orion Poplawski <orion@cora.nwra.com> - 2.1.0-2
Orion Poplawski 7e71bb9
- Modernize spec
Orion Poplawski 7e71bb9
- Run tests properly, skipping xdist tests for now
Orion Poplawski 7e71bb9
9020e26
* Mon Sep 14 2015 Tomas Tomecek <ttomecek@redhat.com> - 2.1.0-1
9020e26
- upstream release 2.1.0
9020e26
c92eb5a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
c92eb5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c92eb5a
3232324
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
3232324
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3232324
05be5ac
* Tue May 27 2014 Orion Poplawski <orion@cora.nwra.com> - 1.6-2
05be5ac
- Rebuild for Python 3.4
05be5ac
d4e055e
* Tue Feb 25 2014 Orion Poplawski <orion@cora.nwra.com> - 1.6-1
d4e055e
- Initial package