29 lines
618 B
TOML
29 lines
618 B
TOML
[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" ]
|