python-cffi 0.6-1 source package in Ubuntu

Changelog

python-cffi (0.6-1) unstable; urgency=low


  * New upstream release.
    - Fixing most of the build failures.
  * Drop all patches (superseded upstream).
  * autopkgtests: Depend on python-dev / python3-dev.
  * Suggest python-dev / python3-dev (needed for building verifier
    extensions).

 -- Stefano Rivera <email address hidden>  Tue, 16 Apr 2013 18:18:19 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cffi_0.6-1.dsc 2.3 KiB c30a20dddda2b2c3e703b56bb0e16afc8641fcda5ba2b636310a0c11d3557ad3
python-cffi_0.6.orig.tar.gz 165.4 KiB 22d49bdb13e962b425fad0a001f8d331c51224235e5850fb2c193180c9757d14
python-cffi_0.6-1.debian.tar.gz 3.0 KiB 9ab740402be506475bfdb89b4f20a8c037e014fa34b10ad285611df3e9065c91

Available diffs

No changes file available.

Binary packages built by this source

python-cffi: 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.

python-cffi-dbg: No summary available for python-cffi-dbg in ubuntu saucy.

No description available for python-cffi-dbg in ubuntu saucy.

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.

python3-cffi-dbg: Foreign Function Interface for Python 3 calling C code (Debug version)

 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 debug version of python-cffi.