python-netaddr/python-netaddr.spec

68 lines
2.0 KiB
RPMSpec

Name: python-netaddr
Version: 0.9.0
Release: 2mamba
Summary: A network address manipulation library for Python
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildRequires: libpython-devel
Requires: python >= %python_version
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n netaddr-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%if "%{?pyappend}" != "py3"
%exclude %{_bindir}/netaddr
%endif
%doc AUTHORS LICENSE
%changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.9.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Tue Sep 19 2023 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
- automatic version update by autodist
* Wed Sep 23 2020 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
- automatic version update by autodist
* Tue Sep 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.20-2mamba
- remove binary in non-py3 package causing conflicts between versions
* Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 0.7.20-1mamba
- automatic version update by autodist
* Wed Jul 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.19-1mamba
- package created using the webbuild interface