Codebase list python-cffi-py2 / master debian / control
master

Tree @master (Download .tar.gz)

control @masterraw · history · blame

Source: python-cffi-py2
Section: python
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>,
XSBC-Original-Maintainer: Debian Python Team <[email protected]>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 libffi-dev,
 python-all-dbg,
 python-all-dev,
 virtualenv,
 python2:any | python2-dev:any | dh-sequence-python2
Standards-Version: 4.6.1
Homepage: https://cffi.readthedocs.org/
XS-Debian-Vcs-Git: https://salsa.debian.org/python-team/modules/python-cffi.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/python-team/modules/python-cffi
Vcs-Git: https://gitlab.com/kalilinux/packages/python-cffi-py2.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-cffi-py2
Rules-Requires-Root: no

Package: python-cffi
Architecture: all
Depends:
 python-cffi-backend (<< ${source:Version}+c),
 python-cffi-backend (>= ${source:Version}),
 ${misc:Depends},
 ${python:Depends}
Description: Foreign Function Interface for Python calling C code
 Convenient and reliable way of calling C code from Python.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the necessary build and runtime support for cffi
 modules.

Package: python-cffi-backend
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${cffi:Provides}
Description: Foreign Function Interface for Python calling C code - backend
 Convenient and reliable way of calling C code from Python.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the runtime support for pre-built cffi modules.

Package: python-cffi-backend-dbg
Architecture: any
Section: debug
Depends:
 python-cffi-backend (= ${binary:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: Foreign Function Interface for Python calling C code (Debug version)
 Convenient and reliable way of calling C code from Python.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the debug version of the python-cffi backend.