docker-compose: update to 1.6.0

This commit is contained in:
Alessio Sergi 2016-02-16 23:58:01 +01:00
parent db130a6ed8
commit 7d3c8fda06

View File

@ -1,21 +1,21 @@
# Template file for 'docker-compose'
pkgname=docker-compose
version=1.5.2
revision=2
version=1.6.0
revision=1
noarch=yes
wrksrc="compose-${version}"
build_style=python-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-enum34 python-texttable python-cached-property"
pycompile_module="compose"
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=8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d
checksum=7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528
pre_build() {
sed -i '/requests/s|, < 2.8||' setup.py