2024-07-28 17:40:19 +02:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 11:16:22 +01:00
|
|
|
Name: python-incremental
|
2024-07-30 20:26:14 +02:00
|
|
|
Version: 24.7.2
|
2024-07-28 17:40:19 +02:00
|
|
|
Release: 1mamba
|
2024-01-06 11:16:22 +01:00
|
|
|
Summary: A small library that versions your Python projects
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:16:23 +01:00
|
|
|
URL: https://github.com/twisted/incremental
|
2024-01-06 11:16:22 +01:00
|
|
|
Source: http://pypi.debian.net/incremental/incremental-%{version}.tar.gz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:16:23 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-07-28 17:40:19 +02:00
|
|
|
BuildRequires: python3.11dist(setuptools)
|
2024-01-06 11:16:22 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:16:23 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 11:16:22 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n incremental-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-07-28 17:40:19 +02:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 11:16:22 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-07-28 17:40:19 +02:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 11:16:22 +01:00
|
|
|
|
2024-07-28 17:40:19 +02:00
|
|
|
#%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
|
2024-01-06 11:16:22 +01:00
|
|
|
|
2024-07-28 17:40:19 +02:00
|
|
|
%files %{?pyappend}
|
2024-01-06 11:16:22 +01:00
|
|
|
%defattr(-,root,root)
|
2024-07-28 17:40:19 +02:00
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}
|
|
|
|
%{python_sitelib}/%{pkgname}/*
|
2024-01-06 11:16:22 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-07-30 20:26:14 +02:00
|
|
|
* Tue Jul 30 2024 Automatic Build System <autodist@openmamba.org> 24.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-28 17:40:19 +02:00
|
|
|
* Sun Jul 28 2024 Automatic Build System <autodist@openmamba.org> 24.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:16:23 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 22.10.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 11:16:23 +01:00
|
|
|
* Fri Nov 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.10.0-1mamba
|
|
|
|
- update to 22.10.0
|
|
|
|
|
2024-01-06 11:16:22 +01:00
|
|
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.3.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:16:22 +01:00
|
|
|
* Tue Mar 02 2021 Automatic Build System <autodist@mambasoft.it> 21.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:16:22 +01:00
|
|
|
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 17.5.0-1mamba
|
|
|
|
- package created using the webbuild interface
|