New package: docker-compose-1.5.2
This commit is contained in:
parent
d2401481d3
commit
e6afdf063b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/docker-compose/template
Normal file
22
srcpkgs/docker-compose/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'docker-compose'
|
||||||
|
pkgname=docker-compose
|
||||||
|
version=1.5.2
|
||||||
|
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"
|
||||||
|
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
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i '/requests/s|, < 2.8||' setup.py
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue