%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-netaddr Version: 1.3.0 Release: 1mamba Summary: A network address manipulation library for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/netaddr/netaddr Source: https://pypi.debian.net/netaddr/netaddr-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n netaddr-%{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}/netaddr; do mv %{buildroot}${f}{,-%{?pyappend}} done %endif %files %{?pyappend} %defattr(-,root,root) %{_bindir}/netaddr* %dir %{python_sitelib}/%{pkgname}-%{version}.dist-info %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* %doc AUTHORS.rst LICENSE.rst %changelog * Wed May 29 2024 Automatic Build System 1.3.0-1mamba - automatic version update by autodist * Sun Feb 18 2024 Automatic Build System 1.2.1-1mamba - automatic version update by autodist * Fri Feb 16 2024 Automatic Build System 1.1.0-1mamba - automatic version update by autodist * Wed Jan 03 2024 Automatic Build System 0.10.1-1mamba - automatic version update by autodist * Sun Dec 31 2023 Automatic Build System 0.10.0-1mamba - automatic version update by autodist * Tue Sep 26 2023 Automatic Build System 0.9.0-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba * Tue Sep 19 2023 Automatic Build System 0.9.0-1mamba - automatic version update by autodist * Wed Sep 23 2020 Automatic Build System 0.8.0-1mamba - automatic version update by autodist * Tue Sep 01 2020 Silvan Calarco 0.7.20-2mamba - remove binary in non-py3 package causing conflicts between versions * Tue Aug 25 2020 Automatic Build System 0.7.20-1mamba - automatic version update by autodist * Wed Jul 17 2019 Silvan Calarco 0.7.19-1mamba - package created using the webbuild interface