Name: python-anytree Version: 2.12.1 Release: 1%{?dist} Summary: Powerful and Lightweight Python Tree Data Structure with various plugins License: Apache-2.0 URL: https://pypi.org/project/anytree/ Source: %{pypi_source anytree} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Powerful and Lightweight Python Tree Data Structure} %description %_description %package -n python3-anytree Summary: %{summary} %description -n python3-anytree %_description %prep %autosetup -p1 -n anytree-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files anytree %check %pyproject_check_import %files -n python3-anytree -f %{pyproject_files} %changelog * Mon Sep 30 2024 Bill Pemberton - 2.12.1-1 - initial build