# -*- 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-pycomposefile
version             0.0.34
categories-append   devel
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     310 311 312 313 314
python.pep517_backend   flit

maintainers         nomaintainer

description         Structured deserialization of Docker Compose files
long_description    {*}${description}

homepage            https://github.com/smurawski/pycomposefile

checksums           rmd160  35b5ee25623acd184024e6449f0d2733c751239c \
                    sha256  933a93b439f8692882b4d50ff744e12a3d996040068e96651a37dd842126a508 \
                    size    17426

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-yaml
}
