cython 0.29.14-0.1ubuntu2 source package in Ubuntu

Changelog

cython (0.29.14-0.1ubuntu2) focal; urgency=medium

  * Build using pybuild.

 -- Matthias Klose <email address hidden>  Wed, 15 Jan 2020 17:43:03 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
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.14.orig.tar.gz 2.0 MiB e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414
cython_0.29.14-0.1ubuntu2.debian.tar.xz 25.1 KiB acc1f60433e22caa44a411e4889812efb954326afa9cae3e52b076b6aba66f02
cython_0.29.14-0.1ubuntu2.dsc 2.6 KiB c44d5808fcb6032c160a8ebbb29cb5251dab4933a3e6fb38d2b304cca38941ae

View changes file

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.