cython 0.19.2+git5-g0c6fdf0-1ubuntu1 source package in Ubuntu

Changelog

cython (0.19.2+git5-g0c6fdf0-1ubuntu1) trusty; urgency=medium

  * For now, ignore the testresults when run with python3.4. The cython
    tests need updates. LP: #1266132.
    See http://comments.gmane.org/gmane.comp.python.cython.devel/15111.
 -- Matthias Klose <email address hidden>   Sun, 05 Jan 2014 00:50:43 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
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.19.2+git5-g0c6fdf0.orig.tar.gz 1.3 MiB bca7434a4506180b39c96afb33e7a2528927cf7d7d1a692ce4120b491169e57d
cython_0.19.2+git5-g0c6fdf0-1ubuntu1.debian.tar.gz 22.5 KiB 806e1ddb14a5bb397058a9ed2e4e8763fecfb3662072c17654eae8c7ab271bac
cython_0.19.2+git5-g0c6fdf0-1ubuntu1.dsc 1.7 KiB e0e08a388a56037a121c720acdb71f545f3ab1c9ad6aab56e722dba969c5ce9e

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.