Name: python-fastkml Version: 1.4.0 Release: %autorelease Summary: Fast KML processing in python License: LGPL-2.1-or-later URL: https://github.com/cleder/fastkml Source: %{pypi_source fastkml} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: A Python library for reading, writing and manipulating KML files.} %description %_description %package -n python3-fastkml Summary: %{summary} %description -n python3-fastkml %_description %prep %autosetup -p1 -n fastkml-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files fastkml %check %pyproject_check_import %files -n python3-fastkml -f %{pyproject_files} %changelog %autochangelog