cython 0.26.1-0.4 source package in Ubuntu
Changelog
cython (0.26.1-0.4) unstable; urgency=medium * Non-maintainer upload. * Drop build dependencies on versioned pythonX.Y packages. * Set priority of -dbg packages to optional. -- Matthias Klose <email address hidden> Tue, 07 Nov 2017 12:28:03 +0100
Upload details
- Uploaded by:
- Python Applications Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Python Applications Packaging Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.26.1-0.4.dsc | 2.4 KiB | 7b5dab6cd297685617ab77fe264ad91d5c8cc62ebe54d8a1a26645863530b751 |
cython_0.26.1.orig.tar.gz | 1.6 MiB | c2e63c4794161135adafa8aa4a855d6068073f421c83ffacc39369497a189dd5 |
cython_0.26.1-0.4.debian.tar.xz | 23.9 KiB | 57e8ff8e5a315cc0f2b68d7ca02cdb87b486e6e581205ef7240b4f077bac9813 |
Available diffs
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 cosmic.
No description available for cython-dbg in ubuntu cosmic.
- 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.