Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/
Date: Sun, 05 Nov 2017 20:49:10
Message-Id: 1509914932.0c81232c6ee2d169c5cd9aa033d028f1118075fa.mrueg@gentoo
1 commit: 0c81232c6ee2d169c5cd9aa033d028f1118075fa
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 20:48:28 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 20:48:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c81232c
7
8 app-emulation/docker-compose: Version bump to 1.17.0
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 app-emulation/docker-compose/Manifest | 1 +
13 .../docker-compose/docker-compose-1.17.0.ebuild | 71 ++++++++++++++++++++++
14 2 files changed, 72 insertions(+)
15
16 diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
17 index 8b5719c7fec..e167d98dbe3 100644
18 --- a/app-emulation/docker-compose/Manifest
19 +++ b/app-emulation/docker-compose/Manifest
20 @@ -1,2 +1,3 @@
21 DIST docker-compose-1.15.0.tar.gz 210455 SHA256 af569f676c7a04a32d3fc4a72c739cb52d8b6305040295178c5388394b45e579 SHA512 98de68db089754eb73a6f65971fca393703680241bce02e13fdbc88cbcdab93a3dbf3b94f359f8a9ff296535f001f06baee238d174e1555b39bd581d46328f42 WHIRLPOOL 7e13fceca7142f1e4ac80893faeb85bd4e935329c041a04c75e11b4c353520db748ad3e6c20fdc4ba1070bc130cc993e5a122758e6cb9b703fe889a1ee4f649c
22 DIST docker-compose-1.16.1.tar.gz 212167 SHA256 fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf SHA512 add6aa5647352b993e5eba81c41815467cea82d39643a755c9f24ffeeb482e2b22423a9e3facdd94f41b382b2726cb65433516881971a8f373c79bce44923c4a WHIRLPOOL 144c8905fc06d11a2ed9583acb8d2dbf739771f2b90f60b6d90bce64a27d705b449a9df9e79754be094e3d1fec15993f88eecebc3647af32b7e54050338e39ca
23 +DIST docker-compose-1.17.0.tar.gz 221464 SHA256 ba1c2117d24bdad9f0e1c717a433d49c381099e6016adbd59a904426509f4c60 SHA512 2c42312e5eb848726cf8c78e07b6fbf63c34988b1bb85ffc8f30b5cb8eb1cbfc3b0b77746142e933b3311967c3f20610bc68477b33e10abf936f82f491a33682 WHIRLPOOL b806aaa4d0f8da66ffa074d8d697ab0cc1476b4a56a4eb60500abedc996721fd16e5849b47246dc081f218baf25b430b25805726554e6fbfac9e5b86a92cd104
24
25 diff --git a/app-emulation/docker-compose/docker-compose-1.17.0.ebuild b/app-emulation/docker-compose/docker-compose-1.17.0.ebuild
26 new file mode 100644
27 index 00000000000..e3bff20d7e0
28 --- /dev/null
29 +++ b/app-emulation/docker-compose/docker-compose-1.17.0.ebuild
30 @@ -0,0 +1,71 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
36 +
37 +inherit bash-completion-r1 distutils-r1 vcs-snapshot
38 +
39 +MY_PV=${PV//_/}
40 +
41 +DESCRIPTION="Multi-container orchestration for Docker"
42 +HOMEPAGE="https://www.docker.com/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${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/cached-property-1.2.0[${PYTHON_USEDEP}]
53 + <dev-python/cached-property-2[${PYTHON_USEDEP}]
54 + >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
55 + <dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
56 + >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
57 + <dev-python/docker-py-3.0[${PYTHON_USEDEP}]
58 + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
59 + <dev-python/docopt-0.7[${PYTHON_USEDEP}]
60 + >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
61 + <dev-python/jsonschema-3[${PYTHON_USEDEP}]
62 + >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
63 + !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
64 + <dev-python/PySocks-2[${PYTHON_USEDEP}]
65 + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
66 + <dev-python/pyyaml-4[${PYTHON_USEDEP}]
67 + !~dev-python/requests-2.11.0[${PYTHON_USEDEP}]
68 + <dev-python/requests-2.12[${PYTHON_USEDEP}]
69 + >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
70 + >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
71 + <dev-python/six-2[${PYTHON_USEDEP}]
72 + >=dev-python/texttable-0.9[${PYTHON_USEDEP}]
73 + <dev-python/texttable-0.10[${PYTHON_USEDEP}]
74 + >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
75 + <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
76 + $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
77 + $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' )
78 + $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )
79 + $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
80 +"
81 +DEPEND="
82 + ${CDEPEND}
83 + test? (
84 + dev-python/pytest[${PYTHON_USEDEP}]
85 + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
86 + )
87 +"
88 +RDEPEND="${CDEPEND}"
89 +
90 +python_test() {
91 + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
92 +}
93 +
94 +python_install_all() {
95 + newbashcomp contrib/completion/bash/docker-compose ${PN}
96 +
97 + insinto /usr/share/zsh/site-functions
98 + doins contrib/completion/zsh/*
99 +
100 + distutils-r1_python_install_all
101 +}