Name: python-networkx Version: 3.5 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: Python package for creating and manipulating graphs and networks # No license information obtained, it's up to the packager to fill it in License: BSD-3-Clause URL: https://networkx.org/ Source: %{pypi_source networkx} BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'networkx' generated automatically by pyp2spec.} %description %_description %package -n python3-networkx Summary: %{summary} %description -n python3-networkx %_description %prep %autosetup -p1 -n networkx-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # Add top-level Python module names here as arguments, you can use globs %pyproject_save_files networkx # %check section removed to avoid test dependencies %files -n python3-networkx -f %{pyproject_files} %changelog %autochangelog