cffi: Foreign Function Interface for Python calling C code

Description

development website: https://foss.heptapod.net/pypy/cffi

documentation website: https://cffi.readthedocs.io/en/latest/

PyPI page: https://pypi.org/project/cffi/

License

MIT

Upstream Contact

https://foss.heptapod.net/pypy/cffi

Type

standard

Dependencies

Version Information

package-version.txt:

1.15.1

version_requirements.txt:

cffi >=1.14.0

Equivalent System Packages

$ conda install cffi
$ sudo yum install python3-cffi
$ sudo emerge virtual/python-cffi
$ sudo port install py-cffi
$ sudo zypper install python3\$\{PYTHON_MINOR\}-cffi
$ sudo xbps-install python3-cffi

See https://repology.org/project/python:cffi/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.