docker-compose: update to 1.12.0

This commit is contained in:
Alessio Sergi 2017-04-21 15:52:12 +02:00
parent 94ed0e2261
commit b73a9c8474

View file

@ -1,21 +1,21 @@
# Template file for 'docker-compose'
pkgname=docker-compose
version=1.8.0
version=1.12.0
revision=1
noarch=yes
wrksrc="compose-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python-setuptools python-jsonschema python-docker-py python-dockerpty
python-websocket-client python-requests python-docopt python-yaml python-six
python-enum34 python-texttable python-cached-property"
build_style=python3-module
pycompile_module="compose"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-docker python3-dockerpty
python3-websocket-client python3-requests python3-docopt python3-yaml
python3-six python3-texttable python3-cached-property python3-colorama"
short_desc="Tool to define and run multi-container Docker applications"
maintainer="pancake <pancake@nopcode.org>"
homepage="https://docs.docker.com/compose/"
license="Apache-2.0"
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
checksum=a93d702086fdc95f79d20462ddaf7cd174e3d8053b79fe3c565f0ace76a16750
checksum=7a51cf38feb6d62e63e124bd6ea5d0de3527a01b997a609ba8b516a829e39b33
pre_build() {
# remove all upper bounds