Epel7 compatible specfile/package.
This commit is contained in:
parent
993aded628
commit
24ba7a4d3b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 16.8
|
Version: 16.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Core utilities for Python packages
|
Summary: Core utilities for Python packages
|
||||||
|
|
||||||
License: BSD or ASL 2.0
|
License: BSD or ASL 2.0
|
||||||
@ -10,20 +10,33 @@ URL: https://github.com/pypa/packaging
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
# Dependencies with different names in Fedora and Epel7
|
||||||
|
%if 0%{?fedora}
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-pytest
|
BuildRequires: python2-pytest
|
||||||
BuildRequires: python-pretend
|
|
||||||
BuildRequires: python2-pyparsing
|
BuildRequires: python2-pyparsing
|
||||||
|
%else
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: pytest
|
||||||
|
BuildRequires: pyparsing
|
||||||
|
BuildRequires: python-sphinx
|
||||||
|
%endif
|
||||||
|
|
||||||
|
BuildRequires: python-pretend
|
||||||
BuildRequires: python-six
|
BuildRequires: python-six
|
||||||
|
|
||||||
BuildRequires: python3-setuptools
|
# Build Python 3 subpackage only for Fedora
|
||||||
BuildRequires: python3-devel
|
%if 0%{?fedora}
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
BuildRequires: python3-pretend
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python3-pyparsing
|
BuildRequires: python%{python3_pkgversion}-pytest
|
||||||
BuildRequires: python3-six
|
BuildRequires: python%{python3_pkgversion}-pretend
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python%{python3_pkgversion}-pyparsing
|
||||||
|
BuildRequires: python%{python3_pkgversion}-six
|
||||||
|
BuildRequires: python%{python3_pkgversion}-sphinx
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
python-packaging provides core utilities for Python packages like utilities for
|
python-packaging provides core utilities for Python packages like utilities for
|
||||||
@ -33,26 +46,32 @@ dealing with versions, specifiers, markers etc.
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||||
|
|
||||||
|
%if 0%{?fedora}
|
||||||
Requires: python2-pyparsing
|
Requires: python2-pyparsing
|
||||||
|
%else
|
||||||
|
Requires: pyparsing
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
|
||||||
%description -n python2-%{pypi_name}
|
%description -n python2-%{pypi_name}
|
||||||
python2-packaging provides core utilities for Python packages like utilities for
|
python2-packaging provides core utilities for Python packages like utilities for
|
||||||
dealing with versions, specifiers, markers etc.
|
dealing with versions, specifiers, markers etc.
|
||||||
|
|
||||||
|
%if 0%{?fedora}
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
|
||||||
|
|
||||||
Requires: python3-pyparsing
|
Requires: python%{python3_pkgversion}-pyparsing
|
||||||
Requires: python3-six
|
Requires: python%{python3_pkgversion}-six
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
python3-packaging provides core utilities for Python packages like utilities for
|
python3-packaging provides core utilities for Python packages like utilities for
|
||||||
dealing with versions, specifiers, markers etc.
|
dealing with versions, specifiers, markers etc.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n python-%{pypi_name}-doc
|
%package -n python-%{pypi_name}-doc
|
||||||
Summary: python-packaging documentation
|
Summary: python-packaging documentation
|
||||||
Suggests: python3-%{pypi_name} = %{version}-%{release}
|
|
||||||
%description -n python-%{pypi_name}-doc
|
%description -n python-%{pypi_name}-doc
|
||||||
Documentation for python-packaging
|
Documentation for python-packaging
|
||||||
|
|
||||||
@ -63,9 +82,17 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
|
%if 0%{?fedora}
|
||||||
%py3_build
|
%py3_build
|
||||||
|
%endif
|
||||||
|
|
||||||
# generate html docs
|
# generate html docs
|
||||||
|
%if 0%{?fedora}
|
||||||
sphinx-build-3 docs html
|
sphinx-build-3 docs html
|
||||||
|
%else
|
||||||
|
sphinx-build docs html
|
||||||
|
%endif
|
||||||
|
|
||||||
# remove the sphinx-build leftovers
|
# remove the sphinx-build leftovers
|
||||||
rm -rf html/.{doctrees,buildinfo}
|
rm -rf html/.{doctrees,buildinfo}
|
||||||
# Do not bundle fonts
|
# Do not bundle fonts
|
||||||
@ -73,11 +100,18 @@ rm -rf html/_static/fonts/
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%py2_install
|
||||||
|
%if 0%{?fedora}
|
||||||
%py3_install
|
%py3_install
|
||||||
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?fedora}
|
||||||
%{__python2} -m pytest tests/
|
%{__python2} -m pytest tests/
|
||||||
%{__python3} -m pytest tests/
|
%{__python3} -m pytest tests/
|
||||||
|
%else
|
||||||
|
# Disable non-working tests in Epel7
|
||||||
|
%{__python2} -m pytest --ignore=tests/test_requirements.py tests/
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n python2-%{pypi_name}
|
%files -n python2-%{pypi_name}
|
||||||
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
||||||
@ -85,17 +119,22 @@ rm -rf html/_static/fonts/
|
|||||||
%{python2_sitelib}/%{pypi_name}/
|
%{python2_sitelib}/%{pypi_name}/
|
||||||
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info
|
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%if 0%{?fedora}
|
||||||
|
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
||||||
%doc README.rst CHANGELOG.rst CONTRIBUTING.rst
|
%doc README.rst CHANGELOG.rst CONTRIBUTING.rst
|
||||||
%{python3_sitelib}/%{pypi_name}/
|
%{python3_sitelib}/%{pypi_name}/
|
||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n python-%{pypi_name}-doc
|
%files -n python-%{pypi_name}-doc
|
||||||
%doc html
|
%doc html
|
||||||
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2017 Lumir Balhar <lbalhar@redhat.com> - 16.8-2
|
||||||
|
- Epel7 compatible spec/package
|
||||||
|
|
||||||
* Wed Nov 02 2016 Lumir Balhar <lbalhar@redhat.com> - 16.8-1
|
* Wed Nov 02 2016 Lumir Balhar <lbalhar@redhat.com> - 16.8-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user