Name: python-librt Version: 0.6.3 Release: %autorelease Summary: Mypyc runtime library License: MIT URL: https://github.com/mypyc/librt Source: %{pypi_source librt} BuildRequires: python3-devel BuildRequires: gcc # Fill in the actual package description to submit package to Fedora %global _description %{expand: This library contains efficient C implementations of various Python standard library classes and functions. Mypyc can use these fast implementations when compiling Python code to native extension modules..} %description %_description %package -n python3-librt Summary: %{summary} %description -n python3-librt %_description %prep %autosetup -p1 -n librt-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l librt %check %pyproject_check_import %files -n python3-librt -f %{pyproject_files} %doc README.md %changelog %autochangelog