python-cffi 1.16.0-1ubuntu1 source package in Ubuntu

Changelog

python-cffi (1.16.0-1ubuntu1) noble; urgency=medium

  * Ignore test results for a first build (distutils/setuptools related
    test failures).

 -- Matthias Klose <email address hidden>  Wed, 01 Nov 2023 19:12:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cffi_1.16.0.orig.tar.gz 500.9 KiB bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
python-cffi_1.16.0-1ubuntu1.debian.tar.xz 7.5 KiB 8f9e7bd40d9bc2b9e9a6eb238bf222d2ef5918596aa5a7e58e0101d0483ebeda
python-cffi_1.16.0-1ubuntu1.dsc 2.5 KiB 1ee9632db8974d6709aa008ec01b18126570354e3c2fda3f6f29dfa22532db77

Available diffs

View changes file

Binary packages built by this source

python-cffi-doc: Foreign Function Interface for Python calling C code - documentation

 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 developer documentation for cffi.

python3-cffi: Foreign Function Interface for Python 3 calling C code

 Convenient and reliable way of calling C code from Python 3.
 .
 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.

python3-cffi-backend: Foreign Function Interface for Python 3 calling C code - runtime

 Convenient and reliable way of calling C code from Python 3.
 .
 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.

python3-cffi-backend-dbgsym: debug symbols for python3-cffi-backend