cython 0.29.13-0.1 source package in Ubuntu

Changelog

cython (0.29.13-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version, supporting Python 3.8. Closes: #942696.
  * Run the tests for every python version, but ignore failures for
    a first build.

 -- Matthias Klose <email address hidden>  Thu, 24 Oct 2019 21:58:37 +0200

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging 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
cython_0.29.13-0.1.dsc 2.5 KiB 83edecb4fc5ce41e921c7ccca5ec13828a731c802c16297f3162aac8905395e2
cython_0.29.13.orig.tar.gz 2.0 MiB c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e
cython_0.29.13-0.1.debian.tar.xz 25.0 KiB 0b9532f6b3bad9949cc13f513943e63b93e10e7543009b47153b5bc105d618d5

No changes file available.

Binary packages built by this source

cython: C-Extensions for Python

 Cython is a language that makes writing C extensions for the Python language as
 easy as Python itself. Cython is based on the well-known Pyrex, but supports
 more cutting edge functionality and optimizations.
 .
 The Cython language is very close to the Python language, but Cython
 additionally supports calling C functions and declaring C types on variables
 and class attributes. This allows the compiler to generate very efficient C
 code from Cython code.
 .
 This makes Cython the ideal language for wrapping external C libraries, and
 for fast C modules that speed up the execution of Python code.

cython-dbg: C-Extensions for Python - debug build

 This package contains Cython libraries built against versions of
 Python configured with --pydebug.

cython-doc: C-Extensions for Python - documentation

 This package contains documentation for Cython.

cython3: C-Extensions for Python 3

 Cython is a language that makes writing C extensions for the Python language as
 easy as Python itself. Cython is based on the well-known Pyrex, but supports
 more cutting edge functionality and optimizations.
 .
 The Cython language is very close to the Python language, but Cython
 additionally supports calling C functions and declaring C types on variables
 and class attributes. This allows the compiler to generate very efficient C
 code from Cython code.
 .
 This makes Cython the ideal language for wrapping external C libraries, and
 for fast C modules that speed up the execution of Python code.

cython3-dbg: C-Extensions for Python 3 - debug build

 This package contains Cython libraries built against versions of
 Python configured with --pydebug.