%global pypi_name packaging Name: python-%{pypi_name} Version: 16.8 Release: 5%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 URL: https://github.com/pypa/packaging Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python-devel BuildRequires: pytest BuildRequires: pyparsing BuildRequires: python-sphinx BuildRequires: python-pretend BuildRequires: python-six BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-pretend BuildRequires: python%{python3_pkgversion}-pyparsing BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-sphinx %description python-packaging provides core utilities for Python packages like utilities for dealing with versions, specifiers, markers etc. %package -n python2-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python2-%{pypi_name}} Requires: pyparsing Requires: python-six %description -n python2-%{pypi_name} python2-packaging provides core utilities for Python packages like utilities for dealing with versions, specifiers, markers etc. %package -n python%{python3_pkgversion}-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} Requires: python%{python3_pkgversion}-pyparsing Requires: python%{python3_pkgversion}-six %description -n python%{python3_pkgversion}-%{pypi_name} python3-packaging provides core utilities for Python packages like utilities for dealing with versions, specifiers, markers etc. %package -n python-%{pypi_name}-doc Summary: python-packaging documentation %description -n python-%{pypi_name}-doc Documentation for python-packaging %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py2_build %py3_build # generate html docs sphinx-build-%{python3_version} docs html sphinx-build docs html # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} # Do not bundle fonts rm -rf html/_static/fonts/ %install %py2_install %py3_install %check # Disable non-working tests in Epel7 %{__python2} -m pytest --ignore=tests/test_requirements.py tests/ %files -n python2-%{pypi_name} %license LICENSE LICENSE.APACHE LICENSE.BSD %doc README.rst CHANGELOG.rst CONTRIBUTING.rst %{python2_sitelib}/%{pypi_name}/ %{python2_sitelib}/%{pypi_name}-*-info/ %files -n python%{python3_pkgversion}-%{pypi_name} %license LICENSE LICENSE.APACHE LICENSE.BSD %doc README.rst CHANGELOG.rst CONTRIBUTING.rst %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-*-info/ %files -n python-%{pypi_name}-doc %doc html %license LICENSE LICENSE.APACHE LICENSE.BSD %changelog * Fri Oct 25 2019 Jérémy Bertozzi - 16.8-6 - drop fedora build - python3 build in epel7 * Wed Mar 22 2017 Lumir Balhar - 16.8-5 - Epel7 compatible spec/package * Mon Feb 13 2017 Charalampos Stratakis - 16.8-4 - Rebuild as wheel * Sat Feb 11 2017 Fedora Release Engineering - 16.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 16.8-2 - Rebuild for Python 3.6 * Wed Nov 02 2016 Lumir Balhar - 16.8-1 - New upstream version * Fri Sep 16 2016 Lumir Balhar - 16.7-1 - Initial package.