# -*- 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.3.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  171d0d322fc877cbc9b3eae52951d551d6fd3f45 \
                    sha256  e65a70e8fa26bd195d2017ac5893149b40c0df5a0c20d480a338c4f60218b1fa \
                    size    42258

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 342a39dcfe6944932561bf12150deeb687fb6c52
    github.tarball_from archive
    version             2025-04-14
    revision            0

    conflicts           podman-compose

    checksums           rmd160  71bea4ff4271f64c2af97570d95c3a438b7235a8 \
                        sha256  556dcb559cb656e44a4ab8aa59d3eee2b00ea66cf030318988969640680a7bcb \
                        size    115839
}
