cython 0.20.1-0ubuntu2 source package in Ubuntu

Changelog

cython (0.20.1-0ubuntu2) trusty; urgency=medium

  * Don't ignore the test results anymore.
  * Run the tests for every python version, and then fail if
    some tests did fail. Be verbose about which tests are running.
 -- Matthias Klose <email address hidden>   Fri, 28 Feb 2014 00:44:25 +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.orig.tar.gz 2.4 MiB 31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c
cython_0.20.1-0ubuntu2.debian.tar.gz 23.0 KiB 4b45c6e0d7b2615293d9c7fc3624011d9d0809c20689f103924578325ac0e232
cython_0.20.1-0ubuntu2.dsc 1.6 KiB d588e2aa63c5b34fdabec6ab10069148b163a4f3e4f28566769474c66f67b94e

Available diffs

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.