You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
47 lines
1.9 KiB
Tcl
47 lines
1.9 KiB
Tcl
# -*- 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
|
|
version 1.29.2
|
|
revision 1
|
|
categories-append devel
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {emcrisostomo @emcrisostomo} \
|
|
openmaintainer
|
|
|
|
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.
|
|
|
|
homepage https://github.com/docker/compose
|
|
|
|
checksums rmd160 09d73fd7b9a3d3de76a67e8319629d86a4cb3d94 \
|
|
sha256 4c8cd9d21d237412793d18bd33110049ee9af8dab3fe2c213bbd0733959b09b7 \
|
|
size 288627
|
|
|
|
python.default_version 311
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:py${python.version}-distro \
|
|
port:py${python.version}-docker \
|
|
port:py${python.version}-dockerpty \
|
|
port:py${python.version}-docopt \
|
|
port:py${python.version}-jsonschema \
|
|
port:py${python.version}-python-dotenv \
|
|
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
|