# -*- 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 PortGroup github 1.0 github.setup docker compose 1.14.0 name docker-compose categories-append devel platforms darwin license Apache-2 maintainers nomaintainer description Define and run multi-container applications with Docker long_description Compose is a tool for defining and running multi-container \ applications with Docker. With Compose, you define a multi-\ container application in a single file, then spin your \ application up in a single command which does everything \ that needs to be done to get it running. checksums rmd160 677e3190583110d79d540b3eb9a26488b212e2a0 \ sha256 5d4f4982a041daab4e90ccc3adc63136bdf2db880ebcd73ddb6c40ad4161589c patchfiles patch-setup.py.diff python.default_version 27 depends_lib-append port:py${python.version}-cached-property \ port:py${python.version}-colorama \ port:py${python.version}-docker \ port:py${python.version}-dockerpty \ port:py${python.version}-docopt \ port:py${python.version}-jsonschema \ port:py${python.version}-requests \ port:py${python.version}-six \ port:py${python.version}-socks \ port:py${python.version}-texttable \ port:py${python.version}-websocket-client \ port:py${python.version}-yaml if {${python.version} < 33} { depends_lib-append port:py${python.version}-ipaddress } if {${python.version} < 34} { depends_lib-append port:py${python.version}-enum34 } if {${python.version} < 35} { depends_lib-append port:py${python.version}-backports-ssl_match_hostname } github.livecheck.regex {([^"r]+)}