# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup docker compose 1.7.1 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 66ff4979ec6453103e5efed3013863cfdb68375e \ sha256 96344e140dc8e8747fb8bc5cf69e07926567d13dc9b78d062052518b488ff7af python.default_version 27 depends_lib port:py${python.version}-yaml \ port:py${python.version}-dockerpty \ port:py${python.version}-docopt \ port:py${python.version}-jsonschema \ port:py${python.version}-texttable \ port:py${python.version}-cached-property if {${python.version} < 34} { depends_lib-append port:py${python.version}-enum34 } # remove this after next release post-extract { reinplace "s|requests >= .*|requests >= 2.6.1, <= 2.10',|" ${worksrcpath}/setup.py } livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}