2024-01-05 16:47:22 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2-)
|
|
|
|
Name: python-tqdm
|
2024-05-05 10:34:44 +02:00
|
|
|
Version: 4.66.4
|
2024-01-05 16:47:23 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:47:22 +01:00
|
|
|
Summary: Fast, Extensible Progress Meter
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://tqdm.github.io/
|
|
|
|
Source: https://pypi.debian.net/tqdm/tqdm-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:47:23 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 16:47:22 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:47:23 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:47:22 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n tqdm-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-05 16:47:23 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-05 16:47:22 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 16:47:23 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-05 16:47:22 +01:00
|
|
|
|
2024-01-05 16:47:23 +01:00
|
|
|
%if "%{?with_pyver}" != "3"
|
|
|
|
# Rename any conflicting file outside of python site packages tree
|
|
|
|
for f in %{_bindir}/tqdm; do
|
|
|
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
done
|
|
|
|
%endif
|
2024-01-05 16:47:22 +01:00
|
|
|
|
2024-01-05 16:47:23 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-05 16:47:22 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:47:23 +01:00
|
|
|
%{_bindir}/tqdm*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}
|
|
|
|
%{python_sitelib}/%{pkgname}/*
|
2024-01-05 16:47:22 +01:00
|
|
|
%doc LICENCE
|
|
|
|
|
|
|
|
%changelog
|
2024-05-05 10:34:44 +02:00
|
|
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 4.66.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-12 09:06:53 +01:00
|
|
|
* Sun Feb 11 2024 Automatic Build System <autodist@openmamba.org> 4.66.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:23 +01:00
|
|
|
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 4.66.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:23 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 4.65.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 4.65.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 4.64.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Mon Apr 04 2022 Automatic Build System <autodist@mambasoft.it> 4.64.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Mon Apr 04 2022 Automatic Build System <autodist@mambasoft.it> 4.63.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Thu Mar 24 2022 Automatic Build System <autodist@mambasoft.it> 4.63.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 4.63.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:47:22 +01:00
|
|
|
* Mon Nov 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.62.3-1mamba
|
|
|
|
- package created using the webbuild interface
|