cython 0.15.1-1ubuntu1 source package in Ubuntu

Changelog

cython (0.15.1-1ubuntu1) precise; urgency=low

  * debian/patches/python27-testsuite-fix.patch:
    Fix test suite for Python 2.7 change.  Patch comes from Cython
    upstream, post 0.15.1 release.  (LP: #901840)
 -- Barry Warsaw <email address hidden>   Thu, 08 Dec 2011 20:23:25 -0500

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
cython_0.15.1.orig.tar.gz 1.7 MiB 248123f2f02f2701a28d9452132ac835533b396a273cda9d361cb65c26067edc
cython_0.15.1-1ubuntu1.debian.tar.gz 18.0 KiB 122015d326d295c987a7c86817378edf0bcaa3309cb8b3eafc2ba6383610d39b
cython_0.15.1-1ubuntu1.dsc 2.2 KiB ea1126427466415ccadd5c68bf7c6cce44f580a3bc92faa0419b4499f0574b26

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 for external C libraries, and
 for fast C modules that speed up the execution of Python code.

cython-dbg: C-Extensions for Python (Debug Build of Cython)

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