rebuilt with python 3.10 [release 5.12.0-2mamba;Fri Apr 07 2023]
This commit is contained in:
parent
ae81ecfb6f
commit
7cedda7071
@ -1,6 +1,6 @@
|
||||
Name: python-isort
|
||||
Version: 5.12.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A Python utility / library to sort imports alphabetically, and automatically separated into sections and by type
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -40,13 +40,26 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,/test/,d" %{name}.filelist
|
||||
|
||||
%if "%{?with_pyver}" != "3"
|
||||
# Rename any conflicting file outside of python site packages tree
|
||||
for f in %{_bindir}/{isort,isort-identify-imports}; do
|
||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
done
|
||||
sed -i "\,%{_bindir},d" %{name}.filelist
|
||||
%endif
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/isort*
|
||||
%{_bindir}/isort-identify-imports*
|
||||
%dir %{python_sitearch}/isort-%{version}-py*.egg-info
|
||||
%{python_sitearch}/isort-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 5.12.0-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Sun Jan 29 2023 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user