cython 0.29.32-1ubuntu1 source package in Ubuntu
Changelog
cython (0.29.32-1ubuntu1) lunar; urgency=medium * Merge from Debian unstable (LP: #1995992), remaining changes: + Drop python-numpy build-dependencies on i386 cython (0.29.32-1) unstable; urgency=medium * Team upload. * New upstream version 0.29.32. -- Graham Inggs <email address hidden> Mon, 14 Nov 2022 12:08:12 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.29.32.orig.tar.gz | 2.0 MiB | 8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7 |
cython_0.29.32-1ubuntu1.debian.tar.xz | 25.7 KiB | f02720b76919d794eda85c9e775fbb75069a3f0dd54cfe416bba931ab2b0348a |
cython_0.29.32-1ubuntu1.dsc | 2.3 KiB | f6930e4706bda48a23a36b19315a3cd11a51901b1b3e67efb29aba1f14abdd70 |
Available diffs
Binary packages built by this source
- 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.