150 lines
5.1 KiB
RPMSpec
150 lines
5.1 KiB
RPMSpec
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
Name: python-ruff
|
|
Version: 0.15.16
|
|
Release: 1mamba
|
|
Summary: An extremely fast Python linter and code formatter, written in Rust
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan@openmamba.org>
|
|
URL: https://docs.astral.sh/ruff/
|
|
Source: https://pypi.debian.net/ruff/ruff-%{version}.tar.gz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libpython311-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%if 0%{?with_pyver}
|
|
%pyver_package
|
|
%endif
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%prep
|
|
%setup -q -n ruff-%{version}
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
## Rename any conflicting file outside of python site packages tree
|
|
#for f in %{_bindir}/pdm; do
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
#done
|
|
#%endif
|
|
|
|
%files %{?pyappend}
|
|
%defattr(-,root,root)
|
|
%{_bindir}/ruff
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
%{python_sitearch}/%{pkgname}/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Thu Jun 04 2026 Automatic Build System <autodist@openmamba.org> 0.15.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 28 2026 Automatic Build System <autodist@openmamba.org> 0.15.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 21 2026 Automatic Build System <autodist@openmamba.org> 0.15.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 14 2026 Automatic Build System <autodist@openmamba.org> 0.15.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 25 2026 Automatic Build System <autodist@openmamba.org> 0.15.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 17 2026 Automatic Build System <autodist@openmamba.org> 0.15.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 09 2026 Automatic Build System <autodist@openmamba.org> 0.15.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 03 2026 Automatic Build System <autodist@openmamba.org> 0.15.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 27 2026 Automatic Build System <autodist@openmamba.org> 0.15.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 19 2026 Automatic Build System <autodist@openmamba.org> 0.15.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 13 2026 Automatic Build System <autodist@openmamba.org> 0.15.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 06 2026 Automatic Build System <autodist@openmamba.org> 0.15.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 27 2026 Automatic Build System <autodist@openmamba.org> 0.15.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 26 2026 Automatic Build System <autodist@openmamba.org> 0.15.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 20 2026 Automatic Build System <autodist@openmamba.org> 0.15.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 13 2026 Automatic Build System <autodist@openmamba.org> 0.15.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 04 2026 Automatic Build System <autodist@openmamba.org> 0.15.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 23 2026 Automatic Build System <autodist@openmamba.org> 0.14.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 16 2026 Automatic Build System <autodist@openmamba.org> 0.14.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 09 2026 Automatic Build System <autodist@openmamba.org> 0.14.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 19 2025 Automatic Build System <autodist@openmamba.org> 0.14.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 12 2025 Automatic Build System <autodist@openmamba.org> 0.14.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 05 2025 Automatic Build System <autodist@openmamba.org> 0.14.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 29 2025 Automatic Build System <autodist@openmamba.org> 0.14.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 21 2025 Automatic Build System <autodist@openmamba.org> 0.14.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 14 2025 Automatic Build System <autodist@openmamba.org> 0.14.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 07 2025 Automatic Build System <autodist@openmamba.org> 0.14.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 31 2025 Automatic Build System <autodist@openmamba.org> 0.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 24 2025 Automatic Build System <autodist@openmamba.org> 0.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 17 2025 Automatic Build System <autodist@openmamba.org> 0.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 08 2025 Automatic Build System <autodist@openmamba.org> 0.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.3-1mamba
|
|
- package created using the webbuild interface
|