python-incremental/python-incremental.spec

72 lines
2.2 KiB
RPMSpec
Raw Permalink Normal View History

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-incremental
Version: 24.7.2
Release: 1mamba
Summary: A small library that versions your Python projects
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/twisted/incremental
Source: http://pypi.debian.net/incremental/incremental-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n incremental-%{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_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Tue Jul 30 2024 Automatic Build System <autodist@openmamba.org> 24.7.2-1mamba
- automatic version update by autodist
* Sun Jul 28 2024 Automatic Build System <autodist@openmamba.org> 24.7.1-1mamba
- automatic version update by autodist
* 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
* Fri Nov 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.10.0-1mamba
- update to 22.10.0
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.3.0-2mamba
- rebuilt with distdeps
* Tue Mar 02 2021 Automatic Build System <autodist@mambasoft.it> 21.3.0-1mamba
- automatic version update by autodist
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 17.5.0-1mamba
- package created using the webbuild interface