Files
2026-04-21 16:06:16 -05:00

29 lines
969 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-yaml-ft
python.rootname pyyaml_ft
version 8.0.0
revision 0
license MIT
maintainers {mps @Schamschula} openmaintainer
description A full-featured YAML processing framework for Python with support \
for free-threading
long_description *}${description}
homepage https://github.com/Quansight-Labs/pyyaml-ft/
checksums rmd160 5bbbeab4e0b00feeaf4ab14ab881adc9eb5c7faf \
sha256 0c947dce03954c7b5d38869ed4878b2e6ff1d44b08a0d84dc83fdad205ae39ab \
size 141057
# Only for Python 3.13!
python.versions 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython
}