Drop python2 subpackage
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
be4e60fb32
commit
4fc24420b5
@ -1,13 +1,8 @@
|
|||||||
%global pypi_name semantic_version
|
%global pypi_name semantic_version
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
||||||
%bcond_with python3
|
|
||||||
%else
|
|
||||||
%bcond_without python3
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Library implementing the 'SemVer' scheme
|
Summary: Library implementing the 'SemVer' scheme
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -21,43 +16,20 @@ in Python.
|
|||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
%package -n python2-%{pypi_name}
|
|
||||||
Summary: %{summary}
|
|
||||||
BuildRequires: python2-devel
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
||||||
BuildRequires: python-setuptools
|
|
||||||
BuildRequires: python2-django
|
|
||||||
%else
|
|
||||||
BuildRequires: python2-setuptools
|
|
||||||
# Django doesn't have Python 2 support since 2.0
|
|
||||||
%endif
|
|
||||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
|
||||||
Provides: python-semantic-version
|
|
||||||
|
|
||||||
%description -n python2-%{pypi_name} %{_description}
|
|
||||||
|
|
||||||
Python 2 version.
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-django
|
#BuildRequires: python3-django
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
|
||||||
%description -n python3-%{pypi_name} %{_description}
|
%description -n python3-%{pypi_name} %{_description}
|
||||||
|
|
||||||
Python 3 version
|
Python 3 version
|
||||||
%endif
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for python-%{pypi_name}
|
Summary: Documentation for python-%{pypi_name}
|
||||||
%if %{with python3}
|
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
%else
|
|
||||||
BuildRequires: python-sphinx
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -71,47 +43,33 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
rm docs/credits.rst
|
rm docs/credits.rst
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
|
||||||
%if %{with python3}
|
|
||||||
%py3_build
|
%py3_build
|
||||||
%endif
|
|
||||||
# generate html docs
|
# generate html docs
|
||||||
sphinx-build docs html
|
sphinx-build-%{python3_version} docs html
|
||||||
# remove the sphinx-build leftovers
|
# remove the sphinx-build leftovers
|
||||||
rm -rf html/.{doctrees,buildinfo}
|
rm -rf html/.{doctrees,buildinfo}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
|
||||||
%if %{with python3}
|
|
||||||
%py3_install
|
%py3_install
|
||||||
%endif
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Seems like it's just stuck in koji
|
# Seems like it's just stuck in koji
|
||||||
#{__python2} setup.py test
|
|
||||||
%if %{with python3}
|
|
||||||
#{__python3} setup.py test
|
#{__python3} setup.py test
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n python2-%{pypi_name}
|
|
||||||
%license LICENSE
|
|
||||||
%doc README.rst ChangeLog
|
|
||||||
%{python2_sitelib}/%{pypi_name}/
|
|
||||||
%{python2_sitelib}/%{pypi_name}-*.egg-info/
|
|
||||||
|
|
||||||
%if %{with python3}
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst ChangeLog
|
%doc README.rst ChangeLog
|
||||||
%{python3_sitelib}/%{pypi_name}/
|
%{python3_sitelib}/%{pypi_name}/
|
||||||
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
||||||
%endif
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.6.0-9
|
||||||
|
- Drop python2 subpackage
|
||||||
|
|
||||||
* Tue Jan 08 2019 Petr Viktorin <pviktori@redat.com> - 2.6.0-8
|
* Tue Jan 08 2019 Petr Viktorin <pviktori@redat.com> - 2.6.0-8
|
||||||
- Remove Fedora build dependency on a compatibility build of Django
|
- Remove Fedora build dependency on a compatibility build of Django
|
||||||
- Use python3-sphinx on Fedora
|
- Use python3-sphinx on Fedora
|
||||||
|
Loading…
Reference in New Issue
Block a user