mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
973 B
Tcl
31 lines
973 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-ruamel-yaml-clib
|
|
|
|
version 0.2.15
|
|
checksums rmd160 13de82a2395c3f34c11ef965067fb6d3d3a4522e \
|
|
sha256 46e4cc8c43ef6a94885f72512094e482114a8a706d3c555a34ed4b0d20200600 \
|
|
size 225794
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {michaelld @michaelld} openmaintainer
|
|
|
|
description the C based reader/scanner and emitter for ruamel.yaml
|
|
long_description {*}${description}.
|
|
|
|
homepage https://yaml.readthedocs.io/
|
|
|
|
distname ruamel_yaml_clib-${version}
|
|
worksrcdir [string map {_ .} ${distname}]
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-ruamel-yaml
|
|
}
|