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: Mon, 31 Jul 2017 14:47:26
Message-Id: 1501512425.99c67ee8ab645cd96f26e16edc1e96426b7fd2fd.mrueg@gentoo
1 commit: 99c67ee8ab645cd96f26e16edc1e96426b7fd2fd
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 14:46:27 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 14:47:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c67ee8
7
8 app-emulation/docker-compose: Version bump to 1.15.0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-emulation/docker-compose/Manifest | 1 +
13 .../docker-compose/docker-compose-1.15.0.ebuild | 73 ++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
17 index fe23c8cdb11..d5d59589baa 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.13.0.tar.gz 201429 SHA256 3c7b62cd0ab5f33d21db197d8a74739d320a6fe32e4ef8282c35d4dee5a7c77c SHA512 a435cd1634a66924e04b89ca8b3481bb0e4288b03a2e9acc50d01b56a40996e0d51a2d856da8ef6a6e784617b4cda85f7966c372e256dc8b7b0ab0f0ebf60a20 WHIRLPOOL 1e6652f97c55705a0e97f6a16f95a2659ef6ef5f53cc85bb6f8a416d711dca21eb3882912d528afbc68f1fb1d6f8d824273352e86b21e2168f9af812790bcbfc
22 DIST docker-compose-1.14.0.tar.gz 205658 SHA256 5649124df5f11b66298e54e6abde0e6991cafa33bc8d69ad037736bf4e276c79 SHA512 d9216744b70155044d5eeffc5a29c4341a217b46af8904ee4ac11c6c766e0233225f5d65ee8f1bed6979cf2443df10f1b8ebca09a1e092aa0e07ec8afed52c77 WHIRLPOOL 83aa666f229cf8fae3c163dc1f9840cc7d6273459819f8a68c1daf989d2354795075edfa171945ab5aaf5ecdf400f7104e9e650c073d08ac7d51d47521d876fe
23 +DIST docker-compose-1.15.0.tar.gz 210455 SHA256 af569f676c7a04a32d3fc4a72c739cb52d8b6305040295178c5388394b45e579 SHA512 98de68db089754eb73a6f65971fca393703680241bce02e13fdbc88cbcdab93a3dbf3b94f359f8a9ff296535f001f06baee238d174e1555b39bd581d46328f42 WHIRLPOOL 7e13fceca7142f1e4ac80893faeb85bd4e935329c041a04c75e11b4c353520db748ad3e6c20fdc4ba1070bc130cc993e5a122758e6cb9b703fe889a1ee4f649c
24
25 diff --git a/app-emulation/docker-compose/docker-compose-1.15.0.ebuild b/app-emulation/docker-compose/docker-compose-1.15.0.ebuild
26 new file mode 100644
27 index 00000000000..45aaac787d9
28 --- /dev/null
29 +++ b/app-emulation/docker-compose/docker-compose-1.15.0.ebuild
30 @@ -0,0 +1,73 @@
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/colorama-0.3.7[${PYTHON_USEDEP}]
55 + <dev-python/colorama-0.4[${PYTHON_USEDEP}]
56 + >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
57 + <dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
58 + >=dev-python/docker-py-2.4.2[${PYTHON_USEDEP}]
59 + <dev-python/docker-py-3.0[${PYTHON_USEDEP}]
60 + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
61 + <dev-python/docopt-0.7[${PYTHON_USEDEP}]
62 + >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
63 + <dev-python/jsonschema-3[${PYTHON_USEDEP}]
64 + >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
65 + !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
66 + <dev-python/PySocks-2[${PYTHON_USEDEP}]
67 + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
68 + <dev-python/pyyaml-4[${PYTHON_USEDEP}]
69 + !~dev-python/requests-2.11.0[${PYTHON_USEDEP}]
70 + <dev-python/requests-2.12[${PYTHON_USEDEP}]
71 + >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
72 + >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
73 + <dev-python/six-2[${PYTHON_USEDEP}]
74 + >=dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
75 + <dev-python/texttable-0.9[${PYTHON_USEDEP}]
76 + >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
77 + <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
78 + $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
79 + $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' )
80 + $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )
81 + $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
82 +"
83 +DEPEND="
84 + ${CDEPEND}
85 + test? (
86 + dev-python/pytest[${PYTHON_USEDEP}]
87 + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
88 + )
89 +"
90 +RDEPEND="${CDEPEND}"
91 +
92 +python_test() {
93 + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
94 +}
95 +
96 +python_install_all() {
97 + newbashcomp contrib/completion/bash/docker-compose ${PN}
98 +
99 + insinto /usr/share/zsh/site-functions
100 + doins contrib/completion/zsh/*
101 +
102 + distutils-r1_python_install_all
103 +}