Source: python-cffi
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/python-cffi/cffi/tags
Vcs-Browser: https://github.com/alvistack/python-cffi-cffi
Vcs-Git: https://github.com/alvistack/python-cffi-cffi.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 cython3,
 libffi-dev,
 python3-dev,
 python3-pip,

Package: python3-cffi
Architecture: amd64
Description: Foreign Function Interface for Python to call C code
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-cffi-backend (<< ${source:Version}+c),
 python3-cffi-backend (>= ${source:Version}),
 python3-pycparser,

Package: python3-cffi-backend
Architecture: amd64
Description: Foreign Function Interface for Python to call C code - runtime
 This package contains the runtime support for pre-built cffi modules.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
Replaces:
 python3-cffi (<< 1),
Breaks:
 python3-cffi (<< 1),
Provides:
 ${cffi:Provides},
