Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/
Date: Fri, 11 Dec 2015 16:48:36
Message-Id: 1449852199.e11b744575aed9fb2376dfed8fb93b9e3c84c001.alunduil@gentoo
1 commit: e11b744575aed9fb2376dfed8fb93b9e3c84c001
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 11 16:43:19 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 11 16:43:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11b7445
7
8 app-emulation/docker-compose: add version 1.5.2
9
10 Package-Manager: portage-2.2.26
11
12 app-emulation/docker-compose/Manifest | 1 +
13 .../docker-compose/docker-compose-1.5.2.ebuild | 62 ++++++++++++++++++++++
14 2 files changed, 63 insertions(+)
15
16 diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
17 index 84ee152..d0d9388 100644
18 --- a/app-emulation/docker-compose/Manifest
19 +++ b/app-emulation/docker-compose/Manifest
20 @@ -1,3 +1,4 @@
21 DIST docker-compose-1.2.0.tar.gz 57150 SHA256 46ef3c5cb7dd79fa7fd1d5fc5ec5be6a5c634192bc09c604c0ea75adb89cb652 SHA512 d13f6d6d22979dbc4554c003e611097627e2273f06dd13a1c666c1ba138288597ebef08f1beaf6d342721391cb49ad5ce9ae2ff03367a041fc0c53fbb62c9ac4 WHIRLPOOL c7bb3e14a4c2788eb49241ce02dcaed5e49fe60652ca1a51d13e1712f946046415f5397d5bf892b5e0451059a4aee1b156ee7bdfdf64a22d000caae7b17254c0
22 DIST docker-compose-1.4.0.tar.gz 79532 SHA256 2748cc8dd0829b44f0f686e36683cab58e1a4bc869442a04508504d2f62d0337 SHA512 470442aa78ddb24e8b9287953031e17a96a89780edd3a85955c923ffe00f4bfe655412dc15422437121593d7e2899f0847813d3716fc9ed576f93e6455cb868b WHIRLPOOL 9dc6731dad3df6422ec1e1b66049c8e9f04068b2fc2c8180da44220c1fbedc4919dfe17475cd539c3f33a079f3d04f875baaf769a7bc0875de48cf622670dc4b
23 DIST docker-compose-1.5.1.tar.gz 104331 SHA256 df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa WHIRLPOOL 0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311
24 +DIST docker-compose-1.5.2.tar.gz 106583 SHA256 79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc WHIRLPOOL bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
25
26 diff --git a/app-emulation/docker-compose/docker-compose-1.5.2.ebuild b/app-emulation/docker-compose/docker-compose-1.5.2.ebuild
27 new file mode 100644
28 index 0000000..e20684f
29 --- /dev/null
30 +++ b/app-emulation/docker-compose/docker-compose-1.5.2.ebuild
31 @@ -0,0 +1,62 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit bash-completion-r1 distutils-r1
40 +
41 +DESCRIPTION="Multi-container orchestration for Docker"
42 +HOMEPAGE="https://www.docker.com/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE="test"
49 +
50 +CDEPEND="
51 + dev-python/setuptools[${PYTHON_USEDEP}]
52 + >=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}]
53 + <dev-python/dockerpty-0.4[${PYTHON_USEDEP}]
54 + >=dev-python/docker-py-1.5.0[${PYTHON_USEDEP}]
55 + <dev-python/docker-py-2[${PYTHON_USEDEP}]
56 + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
57 + <dev-python/docopt-0.7[${PYTHON_USEDEP}]
58 + >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
59 + <dev-python/jsonschema-3[${PYTHON_USEDEP}]
60 + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
61 + <dev-python/pyyaml-4[${PYTHON_USEDEP}]
62 + >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
63 + <dev-python/requests-2.8[${PYTHON_USEDEP}]
64 + >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
65 + <dev-python/six-2[${PYTHON_USEDEP}]
66 + >=dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
67 + <dev-python/texttable-0.9[${PYTHON_USEDEP}]
68 + >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
69 + <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
70 + $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
71 + $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' )
72 +"
73 +DEPEND="
74 + test? (
75 + ${CDEPEND}
76 + dev-python/pytest[${PYTHON_USEDEP}]
77 + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
78 + )
79 +"
80 +RDEPEND="${CDEPEND}"
81 +
82 +python_test() {
83 + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
84 +}
85 +
86 +python_install_all() {
87 + newbashcomp contrib/completion/bash/docker-compose ${PN}
88 +
89 + insinto /usr/share/zsh/site-functions
90 + doins contrib/completion/zsh/*
91 +
92 + distutils-r1_python_install_all
93 +}