mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
docker-compose: update to 1.6.0
This commit is contained in:
parent
db130a6ed8
commit
7d3c8fda06
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=1.5.2
|
version=1.6.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="compose-${version}"
|
wrksrc="compose-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-setuptools python-jsonschema python-docker-py python-dockerpty
|
depends="python-setuptools python-jsonschema python-docker-py python-dockerpty
|
||||||
python-websocket-client python-requests python-docopt python-yaml python-six
|
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"
|
pycompile_module="compose"
|
||||||
short_desc="Tool to define and run multi-container Docker applications"
|
short_desc="Tool to define and run multi-container Docker applications"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
homepage="https://docs.docker.com/compose/"
|
homepage="https://docs.docker.com/compose/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||||
checksum=8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d
|
checksum=7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/requests/s|, < 2.8||' setup.py
|
sed -i '/requests/s|, < 2.8||' setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue