Files
2026-03-21 12:43:00 -05:00

21 lines
374 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-wheel",
]
runtime = ["glibc"]
[package]
description = "Mypyc runtime library"
homepage = "https://github.com/mypyc/librt"
license = "MIT AND PSF-2.0"
name = "python-librt"
version = "0.8.1"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/mypyc/librt.git#v$version"