%global python3_pkgversion 3.14 Name: python%{python3_pkgversion}-cffi Version: 1.17.1 Release: %autorelease Summary: Foreign Function Interface for Python to call C code # cffi is MIT # cffi/_imp_emulation.py has bits copied from CPython (PSF-2.0) License: MIT AND PSF-2.0 URL: https://github.com/python-cffi/cffi Source: %{url}/archive/v%{version}/cffi-%{version}.tar.gz BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: make BuildRequires: libffi-devel BuildRequires: gcc # For tests: BuildRequires: gcc-c++ %description Foreign Function Interface for Python, providing a convenient and reliable way of calling existing C code from Python. The interface is based on LuaJIT’s FFI. %prep %autosetup -p1 -n cffi-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files _cffi_backend cffi %check %pytest %files -n python%{python3_pkgversion}-cffi -f %{pyproject_files} %doc README.md %license LICENSE %changelog %autochangelog