File python-webencodings.spec of Package python-webencodings

%global srcname webencodings
%global desc This is a Python implementation of the WHATWG Encoding standard.

%bcond_with tests
%bcond_with docs

Name: python-%{srcname}
Version: 0.5.1
Release: 3%{?dist}
BuildArch: noarch

License: BSD
Summary: Character encoding for the web
URL: https://github.com/gsnedders/python-%{srcname}
Source0: https://github.com/gsnedders/python-%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz

BuildRequires: python2-devel
BuildRequires: python3-devel
BuildRequires: python2-setuptools
BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python2-pytest
BuildRequires: python3-pytest
%endif
%if %{with docs}
BuildRequires: python3-sphinx
%endif


%description
%{desc}

%if %{with docs}
%package doc
Summary: Documentation for python-webencodings


%description doc
Documentation for python-webencodings.
%endif


%package -n python2-%{srcname}
Summary: %{summary}

%{?python_provide:%python_provide python2-%{srcname}}


%description -n python2-%{srcname}
%{desc}


%package -n python3-%{srcname}
Summary: %{summary}

%{?python_provide:%python_provide python3-%{srcname}}


%description -n python3-%{srcname}
%{desc}


%prep
%autosetup -n python-%{srcname}-%{version}


%build
%py2_build
%py3_build

%if %{with docs}
PYTHONPATH=. sphinx-build-3 docs docs/_build

# Remove unneeded build artifacts.
rm -rf docs/_build/.buildinfo
rm -rf docs/_build/.doctrees
%endif


%install
%py2_install
%py3_install

%if %{with tests}
%check
py.test-2
py.test-3
%endif

%if %{with docs}
%files doc
%license LICENSE
%doc docs/_build
%endif


%files -n python2-%{srcname}
%license LICENSE
%doc README.rst
%{python2_sitelib}/%{srcname}
%{python2_sitelib}/*.egg-info


%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{srcname}
%{python3_sitelib}/*.egg-info


%changelog
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Tue Jul 25 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.5.1-2
- Set the PYTHONPATH when building docs so the library is found.

* Tue Jul 25 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.5.1-1
- Initial release
openSUSE Build Service is sponsored by