2024-01-06 11:30:30 +01:00
|
|
|
Name: python-netaddr
|
2024-01-06 11:30:31 +01:00
|
|
|
Version: 0.9.0
|
2024-01-06 11:30:30 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 11:30:30 +01:00
|
|
|
Summary: A network address manipulation library for Python
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:30:31 +01:00
|
|
|
URL: https://github.com/netaddr/netaddr
|
2024-01-06 11:30:30 +01:00
|
|
|
Source: https://pypi.debian.net/netaddr/netaddr-%{version}.tar.gz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:30:31 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 11:30:30 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
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)
|
2024-01-06 11:30:30 +01:00
|
|
|
%if "%{?pyappend}" != "py3"
|
|
|
|
%exclude %{_bindir}/netaddr
|
|
|
|
%endif
|
2024-01-06 11:30:30 +01:00
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:30:31 +01:00
|
|
|
* Tue Sep 19 2023 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:30:30 +01:00
|
|
|
* Wed Sep 23 2020 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:30:30 +01:00
|
|
|
* Tue Sep 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.20-2mamba
|
|
|
|
- remove binary in non-py3 package causing conflicts between versions
|
|
|
|
|
2024-01-06 11:30:30 +01:00
|
|
|
* Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 0.7.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:30:30 +01:00
|
|
|
* Wed Jul 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.19-1mamba
|
|
|
|
- package created using the webbuild interface
|