python-cffi 1.16.0-2 source package in Ubuntu

Changelog

python-cffi (1.16.0-2) unstable; urgency=medium

  * Patch: Use virtualenv's bundled setuptools and wheel on Python 3.12.
    (Closes: #1055337)

 -- Stefano Rivera <email address hidden>  Sat, 04 Nov 2023 20:02:00 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cffi_1.16.0-2.dsc 1.9 KiB dadc638986078b7ba0164a95166b7f990b8411c754d73ce5cb2ab0415a0d4eea
python-cffi_1.16.0.orig.tar.gz 500.9 KiB bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
python-cffi_1.16.0-2.debian.tar.xz 8.0 KiB 4cec1ac9f5dd674321b11ad9cc642f711e46e057274ccb01eb9dca472cb313ad

No changes file available.

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