Name: python-decopatch Version: 1.4.6 Release: 1%{?dist} Summary: A helper to write python decorators License: BSD URL: https://pypi.org/project/decopatch Source0: %{pypi_source decopatch} BuildArch: noarch BuildRequires: pyproject-rpm-macros %global _description %{expand: Because of a tiny oddity in the python language, writing decorators without help can be a pain because you have to handle the no-parenthesis usage explicitly. decopatch provides a simple way to solve this issue so that writing decorators is simple and straightforward.} %description %_description %package -n python3-decopatch Summary: %{summary} %{?python_provide:%python_provide python3-decopatch} %description -n python3-decopatch %_description %prep %autosetup -n decopatch-%{version} cat >pyproject.toml < - 1.4.6-1 - Initial packaging