cython 0.29.14-ok1build1 source package in openKylin

Changelog

cython (0.29.14-ok1build1) yangtze; urgency=medium

  * update changelog

 -- Cong Liu <email address hidden>  Mon, 21 Nov 2022 10:59:12 +0800

Upload details

Uploaded by:
Cong Liu
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
cython_0.29.14.orig.tar.gz 2.0 MiB e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414
cython_0.29.14-ok1build1.debian.tar.xz 25.2 KiB 9ed69bdf0ca32c2fdeaa55037eeed38a82ea5dfb84e32a02aa88916d156649de
cython_0.29.14-ok1build1.dsc 2.4 KiB 400b19ea67a262b019c054f96d2121a89d1790ad2576217b54bf505d212e1f18

Available diffs

View changes file

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: C-Extensions for Python - debug build

 This package contains Cython libraries built against versions of
 Python configured with --pydebug.

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.