%global debug_package %{nil} Name: python3-loguru Version: 0.7.2 Release: 1%{?dist} Summary: A python library that makes logging simple License: MIT URL: https://github.com/Delgan/loguru Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %description Loguru is a library which aims to bring enjoyable logging in Python. %prep %autosetup -n loguru-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files loguru %files -n python3-loguru -f %{pyproject_files} %doc README.rst %changelog %autochangelog