# Created by pyp2rpm-3.3.2 %global pypi_name isort Name: python-%{pypi_name} Version: 4.2.15 Release: 1%{?dist} Summary: b'A Python utility / library to sort Python imports License: b'MIT' URL: b'https://github.com/timothycrosley/isort' Source0: https://files.pythonhosted.org/packages/source/i/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %description b'.. image:: :alt: isort\n\n\n\n.. image:: :target: :alt: PyPI version\n\n.. image:: :target: :alt: Build Status\n\n\n.. image:: :target: :alt: Coverage\n\n.. image:: :target: :alt: License\n\n.. image:: :alt: Join the chat at :target: your python imports for you so you don\'t have to.\n\nisort is a Python utility / library to sort imports alphabetically, and automatically separated into... %package -n python3-%{pypi_name} Summary: %{summary} Provides: python3-%{pypi_name}} %description -n python3-%{pypi_name} b'.. image:: :alt: isort\n\n\n\n.. image:: :target: :alt: PyPI version\n\n.. image:: :target: :alt: Build Status\n\n\n.. image:: :target: :alt: Coverage\n\n.. image:: :target: :alt: License\n\n.. image:: :alt: Join the chat at :target: your python imports for you so you don\'t have to.\n\nisort is a Python utility / library to sort imports alphabetically, and automatically separated into... %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{_bindir}/isort %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Thu Aug 02 2018 Matej Marusak - 4.3.4-1 - Initial package.