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

Changelog

cython (0.20.1+git90-g0e6e38e-1) unstable; urgency=low


  * Post-release snapshot (from 0.20.x branch).  As of now should resolve
    outstanding FTBFS against Python 3.4 (Closes: #739073, #734291)
  * debian/patches
    - deb_disable_googleanalytics - new
  * debian/control
    - addded gdb to build-depends for extended test coverage
    - boosted policy to 3.9.5

 -- Yaroslav Halchenko <email address hidden>  Tue, 25 Mar 2014 13:04:01 -0400

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cython_0.20.1+git90-g0e6e38e-1.dsc 1.7 KiB c2eb92d91d2ea35ef3da15d3c9cf8d3db56885de56dc7f82093d9da7d31faf33
cython_0.20.1+git90-g0e6e38e.orig.tar.gz 1.4 MiB b59cf84681efcab1432ae5f8a3ada9f70e457a15b7d51c1f7d723b1ae50b6dab
cython_0.20.1+git90-g0e6e38e-1.debian.tar.xz 21.1 KiB ac9ceea9e69f549b40a6686932c7f6909becb1d9c7ff61d5700f9eea10812880

No changes file available.

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.