Name: python-six Version: 1.16.0 Release: 4%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT URL: https://github.com/benjaminp/six Source0: %{pypi_source six} BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel %global _description %{expand: Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.} %description %{_description} %package -n python%{python3_pkgversion}-six Summary: %{summary} %description -n python%{python3_pkgversion}-six %{_description} %prep %autosetup -p1 -n six-%{version} %build %{__python3} setup.py build %install rm -rf %{buildroot} %{__python3} setup.py install -O1 --skip-build --root %{buildroot} %files -n python%{python3_pkgversion}-six %license LICENSE %doc README.rst documentation/index.rst %{python3_sitelib}/* %changelog * Sat Sep 04 2021 Balint Cristian - epel8 rebuild