# -*- 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                podman-compose
version             1.5.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             GPL-2
maintainers         {judaew @judaew} openmaintainer

conflicts           podman-compose-devel

description         a script to run docker-compose.yml using podman
long_description    {*}${description}
homepage            https://github.com/containers/podman-compose

distname            podman_compose-${version}

checksums           rmd160  c13aec0306784f95d7514ef0fc9b3c8abe7837bf \
                    sha256  5cc09362852711ce5d27648e41cb5fd058ea5a75acbcdec2f8d0b0c114a18e8e \
                    size    47377

python.default_version 313

depends_run-append  port:podman \
                    port:py${python.version}-python-dotenv \
                    port:py${python.version}-yaml

subport podman-compose-devel {
    PortGroup           github 1.0

    github.setup        containers podman-compose f7eeda1a3db10952424af6a5b0501c269ebe3f0d
    github.tarball_from archive
    version             2025-07-07
    revision            0

    conflicts           podman-compose

    checksums           rmd160  88fd11777a6d42474bea1fdcf6388fa41197d65b \
                        sha256  04bbe026760450dfff54ae238f109e387ce9803f6056ad971b635a1cb8c538ac \
                        size    128835
}
