cython 0.29.28-1ubuntu3 source package in Ubuntu

Changelog

cython (0.29.28-1ubuntu3) jammy; urgency=medium

  * Fix cython3-dbg installation for Python 3.10

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:07:30 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Downloads

File Size SHA-256 Checksum
cython_0.29.28.orig.tar.gz 2.0 MiB d6fac2342802c30e51426828fe084ff4deb1b3387367cf98976bb2e64b6f8e45
cython_0.29.28-1ubuntu3.debian.tar.xz 25.4 KiB d129c9c7cd46a47b217592664d570e53c487857eac703ac309afde973498eeab
cython_0.29.28-1ubuntu3.dsc 2.3 KiB e0b8aa0d757f97affe3c3c9062140ca8634da616d81247ac53bed5f64b066a0f

View changes file

Binary packages built by this source

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

No description available for cython-doc in ubuntu kinetic.

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.