2015-09-09 21:28:09 +00:00
|
|
|
# -*- 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 docker-compose
|
2021-05-27 10:31:23 +02:00
|
|
|
version 1.29.2
|
2023-07-30 00:17:00 +04:00
|
|
|
revision 1
|
2015-09-09 21:28:09 +00:00
|
|
|
categories-append devel
|
2020-02-26 13:14:17 +01:00
|
|
|
|
2023-12-17 08:02:11 +11:00
|
|
|
platforms {darwin any}
|
|
|
|
|
supported_archs noarch
|
2015-09-09 21:28:09 +00:00
|
|
|
license Apache-2
|
2020-02-26 13:14:17 +01:00
|
|
|
maintainers {emcrisostomo @emcrisostomo} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
|
2015-09-09 21:28:09 +00:00
|
|
|
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.
|
|
|
|
|
|
2020-02-26 13:14:17 +01:00
|
|
|
homepage https://github.com/docker/compose
|
2017-07-10 09:24:19 -06:00
|
|
|
|
2021-05-27 10:31:23 +02:00
|
|
|
checksums rmd160 09d73fd7b9a3d3de76a67e8319629d86a4cb3d94 \
|
|
|
|
|
sha256 4c8cd9d21d237412793d18bd33110049ee9af8dab3fe2c213bbd0733959b09b7 \
|
|
|
|
|
size 288627
|
2015-09-09 21:28:09 +00:00
|
|
|
|
2023-07-30 00:17:00 +04:00
|
|
|
python.default_version 311
|
2020-02-26 13:14:17 +01:00
|
|
|
|
|
|
|
|
depends_build-append \
|
|
|
|
|
port:py${python.version}-setuptools
|
2015-09-09 21:28:09 +00:00
|
|
|
|
2021-05-27 10:31:23 +02:00
|
|
|
depends_lib-append port:py${python.version}-distro \
|
2017-07-10 09:24:19 -06:00
|
|
|
port:py${python.version}-docker \
|
2015-09-09 21:28:09 +00:00
|
|
|
port:py${python.version}-dockerpty \
|
|
|
|
|
port:py${python.version}-docopt \
|
|
|
|
|
port:py${python.version}-jsonschema \
|
2020-06-08 00:02:34 +02:00
|
|
|
port:py${python.version}-python-dotenv \
|
2017-07-10 09:24:19 -06:00
|
|
|
port:py${python.version}-requests \
|
|
|
|
|
port:py${python.version}-six \
|
|
|
|
|
port:py${python.version}-socks \
|
2016-03-01 23:25:09 +00:00
|
|
|
port:py${python.version}-texttable \
|
2017-07-10 09:24:19 -06:00
|
|
|
port:py${python.version}-websocket-client \
|
|
|
|
|
port:py${python.version}-yaml
|