Revision: 140138 https://trac.macports.org/changeset/140138 Author: sean@macports.org Date: 2015-09-09 14:28:09 -0700 (Wed, 09 Sep 2015) Log Message: ----------- docker-compose: add new port Added Paths: ----------- trunk/dports/python/docker-compose/ trunk/dports/python/docker-compose/Portfile Added: trunk/dports/python/docker-compose/Portfile =================================================================== --- trunk/dports/python/docker-compose/Portfile (rev 0) +++ trunk/dports/python/docker-compose/Portfile 2015-09-09 21:28:09 UTC (rev 140138) @@ -0,0 +1,38 @@ +# -*- 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.4.0 +name docker-compose +categories-append devel +platforms darwin +license Apache-2 +maintainers sean 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. + +checksums rmd160 b8c7cf59e9644bebed147d74b03824c66e44cad1 \ + sha256 f15c61916f1fbf924d157c7fc7ad58ed1690c1162d222c669967602187a97fa6 + +python.versions 27 +python.link_binaries_suffix + +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 + +# remove this after next release +post-extract { + reinplace "s|requests >= .*|requests >= 2.6.1, < 2.8',|" ${worksrcpath}/setup.py +} + +livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}
participants (1)
-
sean@macports.org