cython 0.20.1+git90-g0e6e38e-1ubuntu1 source package in Ubuntu

Changelog

cython (0.20.1+git90-g0e6e38e-1ubuntu1) trusty; urgency=medium

  * Ignore test results on ppc64el (failing numpy tests).
 -- Matthias Klose <email address hidden>   Thu, 27 Mar 2014 10:21: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.20.1+git90-g0e6e38e.orig.tar.gz 1.4 MiB b59cf84681efcab1432ae5f8a3ada9f70e457a15b7d51c1f7d723b1ae50b6dab
cython_0.20.1+git90-g0e6e38e-1ubuntu1.debian.tar.gz 23.6 KiB 8d62b8e0545337a76bbd13d7eb6740fa4fdcf2967ffb84478709c15de4133bee
cython_0.20.1+git90-g0e6e38e-1ubuntu1.dsc 1.7 KiB 64746a589a2d5c55414bd663a1668a08cb3768119d7a5faa7814115b459c4254

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.