Summary: Interface for Python to call C code Name: python-cffi Version: 1.5.2 Release: 3%{?dist} Url: https://pypi.python.org/pypi/cffi License: MIT Group: Development/Languages/Python Source0: https://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz %define sha1 cffi=5239b3aa4f67eed3559c09778096ecd4faeca876 BuildRequires: python2 BuildRequires: python2-libs BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: libffi BuildRequires: python-pycparser Requires: python2 Requires: python2-libs Requires: python-pycparser %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 %setup -q -n cffi-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check python setup.py test %files %defattr(-,root,root) %{python_sitelib}/* %changelog * Mon Oct 03 2016 ChangLee 1.5.2-3 - Modified %check * Tue May 24 2016 Priyesh Padmavilasom 1.5.2-2 - GA - Bump release of all rpms * Tue Feb 23 2016 Harish Udaiya Kumar 1.5.2-1 - Updated to version 1.5.2 * Thu Jan 21 2016 Anish Swaminathan 1.5.0-1 - Upgrade version * Wed Nov 18 2015 Divya Thaluru 1.3.0-1 - nitial packaging for Photon