Name: python-fontbakery Version: 0.8.13 Release: %autorelease Summary: Well designed Font QA tool, written in Python 3 License: Apache-2.0 URL: https://github.com/googlefonts/fontbakery/ Source: %{pypi_source fontbakery} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Font Bakery is a command-line tool for checking the quality of font projects.} %description %_description %package -n python3-fontbakery Summary: %{summary} %description -n python3-fontbakery %_description %prep %autosetup -p1 -n fontbakery-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files '*' +auto %check %pytest %files -n python3-fontbakery -f %{pyproject_files} %doc README.md %changelog %autochangelog