docker-compose: update to 2.26.1
This commit is contained in:
parent
f3a1bf086f
commit
4c29e554b6
1 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=1.25.5
|
version=1.26.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="compose-${version}"
|
wrksrc="compose-${version}"
|
||||||
|
@ -9,19 +9,15 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-jsonschema python3-docker>=3.7.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"
|
python3-paramiko>=2.4.2 python3-dotenv python3-distro"
|
||||||
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=c04d4858b456f5806618fe7a49fadd3f1ccb8f10cf6e499bcf7fdee80a93c21a
|
checksum=a4999bcb838ca9e88ff992fedd7a32ab71f97ae081696f8bf26fa1da54aaffe6
|
||||||
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
# relax texttable and requests upper bound
|
|
||||||
sed -i '/texttable/s/, < 0.10//;/requests/s/, < 2\.21//' setup.py
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/completion/bash/docker-compose 644 \
|
vinstall contrib/completion/bash/docker-compose 644 \
|
||||||
usr/share/bash-completion/completions docker-compose
|
usr/share/bash-completion/completions docker-compose
|
||||||
|
|
Loading…
Reference in a new issue