cython 0.15.1-1 source package in Ubuntu
Changelog
cython (0.15.1-1) unstable; urgency=low [ Nikolaus Rath ] * New upstream version (Closes: #637388) - cython --help no longer mentions -r option (Closes: #607097) - Compiles cleanly with Python 2.7 (Closes: #627773) - Fixed compile time division (Closes: #641128) * Dropped patches, have been incorporated upstream: 0001-fix-makefile-for-embed-testcase.patch 0001-fix-inline-textcase-to-not-use-default-HOME-.cython-.patch 0001-fix-testcases-assuming-char-is-signed-thanks-to-Yaro.patch 0001-additional-fix-and-test-for-ticket-650.patch 0001-Python-3-fix-NumPy-support.patch [ Yaroslav Halchenko ] * Standards-Version bumped to 3.9.2 (no change needed) cython (0.14.1-7) UNRELEASED; urgency=low * Fix shebang before dh_pysupport is called, to remove unnecessary Dependencies. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 09:13:20 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Python Applications Packaging Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.15.1.orig.tar.gz | 1.7 MiB | 248123f2f02f2701a28d9452132ac835533b396a273cda9d361cb65c26067edc |
cython_0.15.1-1.debian.tar.gz | 17.1 KiB | ab9b6ef158d4397392b9b40bbf82d1859548d4746354906e9130cfe4ba1acd32 |
cython_0.15.1-1.dsc | 1.4 KiB | a9b2a0d67b7110fe2a916183495fc01b640a12de0992d604947520d2e7cad3a0 |
Available diffs
- diff from 0.14.1-6 to 0.15.1-1 (1.1 MiB)
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.