package init isort
This commit is contained in:
parent
58d084e18b
commit
f68db08031
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user