Name: python-copier Version: 9.8.0 Release: %autorelease Summary: A library for rendering project templates License: MIT URL: https://github.com/copier-org/copier VCS: git:%{url}.git Source: %{pypi_source copier} BuildArch: noarch BuildRequires: python3-devel # Tests BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-gitconfig) BuildRequires: python3dist(pytest-xdist) %global _description %{expand: A library and CLI app for rendering project templates. - Works with local paths and Git URLs. - Your project can include any file and Copier can dynamically replace values in any kind of text file. - It generates a beautiful output and takes care of not overwriting existing files unless instructed to do so.} %description %_description %package -n python3-copier Summary: %{summary} %description -n python3-copier %_description %prep %autosetup -p1 -n copier-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L copier %check %pyproject_check_import %files -n python3-copier -f %{pyproject_files} %license LICENSE %changelog %autochangelog