2024-01-06 11:18:42 +01:00
|
|
|
Name: python-isort
|
2024-01-06 11:18:42 +01:00
|
|
|
Version: 5.11.2
|
2024-01-06 11:18:42 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 11:18:42 +01:00
|
|
|
Summary: A Python utility / library to sort imports alphabetically, and automatically separated into sections and by type
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/isort/
|
|
|
|
Source: https://pypi.debian.net/isort/isort-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:18:42 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3.7dist(setuptools)
|
2024-01-06 11:18:42 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n isort-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,/test/,d" %{name}.filelist
|
2024-01-06 11:18:42 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:18:42 +01:00
|
|
|
%dir %{python_sitearch}/isort-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/isort-%{version}-py*.egg-info/*
|
2024-01-06 11:18:42 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:18:42 +01:00
|
|
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Tue Dec 13 2022 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.1-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Tue Nov 09 2021 Automatic Build System <autodist@mambasoft.it> 5.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 5.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 5.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Tue Jun 22 2021 Automatic Build System <autodist@mambasoft.it> 5.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Mon Jun 21 2021 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Sun Mar 21 2021 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:42 +01:00
|
|
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.0-1mamba
|
|
|
|
- package created using the webbuild interface
|