cython 0.19+git51-g3078752-2 source package in Ubuntu

Changelog

cython (0.19+git51-g3078752-2) unstable; urgency=low


  [ Dmitry Smirnov ]
  * debian/cython-dbg.postinst
    - Correctly handle change from directories to symlinks for the doc
      directory (Closes #691704)

 -- Yaroslav Halchenko <email address hidden>  Tue, 25 Jun 2013 14:48:11 -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.19+git51-g3078752-2.dsc 1.7 KiB 954912720d04345027664217e1a95b0405063be146778ea35ad131d6973a5154
cython_0.19+git51-g3078752.orig.tar.gz 1.3 MiB 2a92d64d2f9a66eb8a9270f401ca82cf4e9482cb7bc5ad9e2c32e19d10aa655f
cython_0.19+git51-g3078752-2.debian.tar.gz 22.1 KiB fb23e26fb2d0168f39237f9f676013fe16e262a3ab6c19879d96c015c1d354f2

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: No summary available for cython-dbg in ubuntu saucy.

No description available for cython-dbg in ubuntu saucy.

cython-doc: No summary available for cython-doc in ubuntu saucy.

No description available for cython-doc in ubuntu saucy.

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.