Name: python-beartype Version: 0.17.2 Release: %autorelease Summary: Unbearably fast runtime type checking in pure Python License: MIT URL: https://beartype.readthedocs.io Source: %{pypi_source beartype} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest # Fill in the actual package description to submit package to Fedora %global _description %{expand: An open-source pure-Python PEP-compliant near-real-time hybrid runtime-static third-generation type checker emphasizing efficiency, usability, unsubstantiated jargon we just made up, and thrilling puns.} %description %_description %package -n python3-beartype Summary: %{summary} %description -n python3-beartype %_description %prep %autosetup -p1 -n beartype-%{version} %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files beartype %check %pyproject_check_import %pytest beartype_test %files -n python3-beartype -f %{pyproject_files} %changelog %autochangelog