Name: python-networkx Version: 3.1 Release: 1mamba Summary: A Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://networkx.org/documentation/stable/index.html Source: https://pypi.debian.net/networkx/networkx-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython310-devel ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %define py_requires_append \ Obsoletes: python-networkx1%{?pyappend:-%pyappend} <= 1.11 %pyver_package %endif %prep %setup -q -n networkx-%{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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/networkx-%{version}-py*.egg-info %{python_sitearch}/networkx-%{version}-py*.egg-info/* %changelog * Thu Apr 13 2023 Automatic Build System 3.1-1mamba - automatic version update by autodist * Sat Feb 12 2022 Silvan Calarco 2.6.3-2mamba - rebuilt with distdeps * Fri Feb 11 2022 Automatic Build System 2.6.3-1mamba - automatic version update by autodist * Sun Apr 04 2021 Automatic Build System 2.5.1-1mamba - automatic version update by autodist * Wed Feb 24 2021 Silvan Calarco 2.5-2mamba - obsolete python-networkx1 * Sun Sep 27 2020 Silvan Calarco 2.5-1mamba - package created using the webbuild interface