Name: python-griffe Version: 1.15.0 Release: %autorelease Summary: Signatures for entire Python programs License: ISC URL: https://mkdocstrings.github.io/griffe Source: %{pypi_source griffe} BuildArch: noarch BuildSystem: pyproject BuildOption(install): -l griffe %global _description %{expand: Griffe is a Python tool and library that gives you signatures for entire Python programs. It extracts the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. Griffe can be used as a Python library. For example, the Python handler of mkdocstrings uses Griffe to collect API data and render API documentation in HTML. Griffe can also be used on the command-line, to load and serialize your API data to JSON, or find breaking changes in your API since the previous version of your library.} %description %_description %package -n python3-griffe Summary: %{summary} %description -n python3-griffe %_description %check %pytest %files -n python3-griffe -f %{pyproject_files} %{_bindir}/griffe %changelog %autochangelog