From f68db08031b4806339f3da4b0b5945cd0bc5a89c Mon Sep 17 00:00:00 2001 From: small_leek Date: Wed, 26 Feb 2020 20:47:41 -0500 Subject: [PATCH] package init isort --- python-isort.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-isort.spec b/python-isort.spec index 165e359..1c0eb98 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -5,7 +5,7 @@ Summary: A Python utility / library to sort imports License: MIT URL: https://github.com/timothycrosley/isort -Source0: %{url}/archive/%{version}/isort-%{version}.tar.gz +Source0: https://github.com/timothycrosley/isort/archive/%{version}/isort-%{version}.tar.gz BuildArch: noarch %description @@ -55,8 +55,7 @@ ln -s isort-2 %{buildroot}%{_bindir}/isort %files -n python2-isort -%doc README.rst *.md -%license LICENSE +%doc README.rst *.md LICENSE %{_bindir}/isort %{_bindir}/isort-2 %{_bindir}/isort-%{python2_version} @@ -64,8 +63,7 @@ ln -s isort-2 %{buildroot}%{_bindir}/isort %{python2_sitelib}/isort-*.egg-info/ %files -n python3-isort -%doc README.rst *.md -%license LICENSE +%doc README.rst *.md LICENSE %{_bindir}/isort-3 %{_bindir}/isort-%{python3_version} %{python3_sitelib}/isort/