Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[build]
type = "python"
[build.flags]
post_install = ['for f in cygdb cython cythonize; do mv "$DESTDIR/usr/bin/$f" "$DESTDIR/usr/bin/${f}3" && ln -s "${f}3" "$DESTDIR/usr/bin/$f"; done']
[dependencies]
build = [
"python-wheel",
"python-setuptools",
]
runtime = [
"python",
"glibc",
]
[package]
description = "C-Extensions for Python"
homepage = "https://cython.org/"
license = "Apache-2.0"
name = "cython"
version = "3.2.4"
[[source]]
extract_dir = "$name-$version"
sha256 = "skip"
url = "https://github.com/cython/cython.git#$version"
cherry_pick = [ "d344f9b284549362dee39af7a74a9c669bb65ce8" ]