cython 3.0.8-ok1 source package in openKylin

Changelog

cython (3.0.8-ok1) nile; urgency=medium

  * Build for openkylin.

 -- openKylinBot <email address hidden>  Tue, 09 Apr 2024 20:59:14 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Downloads

File Size SHA-256 Checksum
cython_3.0.8.orig.tar.gz 2.6 MiB 8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6
cython_3.0.8-ok1.debian.tar.xz 18.4 KiB d5225baef69ddafbfeea9fb1b2428785ff848f301e05176b3701ba22a804f777
cython_3.0.8-ok1.dsc 2.2 KiB 0311c49852dbf2e7f65e7c991991efd87d47d0a751e5c74775da99ecd089c2f9

View changes file

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-dbgsym: debug symbols for cython3