2024-01-05 16:32:46 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
|
|
Name: python-rapidfuzz
|
2024-06-01 23:16:38 +02:00
|
|
|
Version: 3.9.3
|
2024-01-05 16:32:46 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Rapid fuzzy string matching
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:32:48 +01:00
|
|
|
URL: https://github.com/rapidfuzz/RapidFuzz
|
2024-01-05 16:32:46 +01:00
|
|
|
Source: https://pypi.debian.net/rapidfuzz/rapidfuzz-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: python-scikit_build-py3
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n rapidfuzz-%{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)
|
|
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
|
|
%{python_sitearch}/%{pkgname}/*
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-06-01 23:16:38 +02:00
|
|
|
* Sat Jun 01 2024 Automatic Build System <autodist@openmamba.org> 3.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-01 11:24:37 +02:00
|
|
|
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 3.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-22 10:07:32 +02:00
|
|
|
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-05 10:34:22 +02:00
|
|
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 3.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-11 10:23:01 +02:00
|
|
|
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-25 20:03:41 +01:00
|
|
|
* Mon Mar 25 2024 Automatic Build System <autodist@openmamba.org> 3.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-06 19:45:56 +01:00
|
|
|
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 3.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:48 +01:00
|
|
|
* Fri Dec 29 2023 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:48 +01:00
|
|
|
* Thu Dec 28 2023 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:47 +01:00
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 3.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:47 +01:00
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:47 +01:00
|
|
|
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:46 +01:00
|
|
|
* Sat Sep 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.1-1mamba
|
|
|
|
- package created using the webbuild interface
|