mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
docker-compose: update to 1.24.0.
This commit is contained in:
parent
e03c0bf524
commit
f543d48105
1 changed files with 6 additions and 5 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=1.23.2
|
version=1.24.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="compose-${version}"
|
wrksrc="compose-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="compose"
|
pycompile_module="compose"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-jsonschema python3-docker>=3.6.0
|
depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0
|
||||||
python3-dockerpty python3-websocket-client python3-requests python3-docopt
|
python3-dockerpty python3-websocket-client python3-requests python3-docopt
|
||||||
python3-yaml python3-six python3-texttable python3-cached-property"
|
python3-yaml python3-six python3-texttable python3-cached-property
|
||||||
|
python3-paramiko>=2.4.2"
|
||||||
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>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://docs.docker.com/compose/"
|
homepage="https://docs.docker.com/compose/"
|
||||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||||
checksum=18ff12f80e21011e76e04d2579745224316e232a5ca94c79a2865dac5c66eef6
|
checksum=31933e401d295812617f23377f63fc2b8da13d8456b61a60cec0e02afcad5672
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# relax texttable and requests upper bound
|
# relax texttable and requests upper bound
|
||||||
|
|
Loading…
Add table
Reference in a new issue