31 lines
614 B
TOML
31 lines
614 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[build.flags]
|
|
config_setting = ["--with-libyaml"]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"cython",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"libyaml",
|
|
"glibc",
|
|
]
|
|
test = ["python-pytest"]
|
|
|
|
[package]
|
|
description = "Python bindings for YAML, using fast libYAML library"
|
|
homepage = "https://github.com/yaml/pyyaml"
|
|
license = "MIT"
|
|
name = "python-yaml"
|
|
version = "6.0.3"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "c7b45011e052458ae79015d5eea3046c37d099023d4b253dde26ee1c29ea2f36"
|
|
url = "https://github.com/yaml/pyyaml/archive/refs/tags/$version.tar.gz"
|