cython 3.1.6+dfsg-ok1 source package in openKylin

Changelog

cython (3.1.6+dfsg-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 01 Jun 2026 16:40:57 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
cython_3.1.6+dfsg.orig.tar.xz 2.4 MiB 9de56310c9a51b1de840ae817899cd287d72e8b9a42da529044fbfd7334fa77c
cython_3.1.6+dfsg-ok1.debian.tar.xz 19.9 KiB bd742396d23e5e9fd1bf27fac051b6e3958d31a32c650b5770e57ccb313fa0fa
cython_3.1.6+dfsg-ok1.dsc 2.9 KiB 9eef953b489912b49057f7027f6a5ee73b76596465f631419475ebf310b5193b

Available diffs

View changes file

Binary packages built by this source

cython-doc: C-Extensions for Python 3 (Documentation)

 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.
 .
 This package installs the HTML documentation.

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.
 .
 This package installs the Python library and command-line tools.

cython3-dbgsym: debug symbols for cython3