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: Wed, 21 Jun 2017 18:04:45
Message-Id: 1498068252.b62d0062b93393d93d1e4b529268da30ef441c84.mrueg@gentoo
1 commit: b62d0062b93393d93d1e4b529268da30ef441c84
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 18:04:12 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 18:04:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62d0062
7
8 app-emulation/docker-compose: Version bump to 1.14.0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-emulation/docker-compose/Manifest | 1 +
13 .../docker-compose/docker-compose-1.14.0.ebuild | 68 ++++++++++++++++++++++
14 2 files changed, 69 insertions(+)
15
16 diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
17 index a87e3483aa9..fe23c8cdb11 100644
18 --- a/app-emulation/docker-compose/Manifest
19 +++ b/app-emulation/docker-compose/Manifest
20 @@ -1 +1,2 @@
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
24 diff --git a/app-emulation/docker-compose/docker-compose-1.14.0.ebuild b/app-emulation/docker-compose/docker-compose-1.14.0.ebuild
25 new file mode 100644
26 index 00000000000..265927470cc
27 --- /dev/null
28 +++ b/app-emulation/docker-compose/docker-compose-1.14.0.ebuild
29 @@ -0,0 +1,68 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
35 +
36 +inherit bash-completion-r1 distutils-r1 vcs-snapshot
37 +
38 +MY_PV=${PV//_/}
39 +
40 +DESCRIPTION="Multi-container orchestration for Docker"
41 +HOMEPAGE="https://www.docker.com/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +IUSE="test"
48 +
49 +CDEPEND="
50 + dev-python/setuptools[${PYTHON_USEDEP}]
51 + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
52 + <dev-python/cached-property-2[${PYTHON_USEDEP}]
53 + >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
54 + <dev-python/colorama-0.4[${PYTHON_USEDEP}]
55 + >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
56 + <dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
57 + >=dev-python/docker-py-2.3.0[${PYTHON_USEDEP}]
58 + <dev-python/docker-py-3.0[${PYTHON_USEDEP}]
59 + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
60 + <dev-python/docopt-0.7[${PYTHON_USEDEP}]
61 + >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
62 + <dev-python/jsonschema-3[${PYTHON_USEDEP}]
63 + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
64 + <dev-python/pyyaml-4[${PYTHON_USEDEP}]
65 + !~dev-python/requests-2.11.0[${PYTHON_USEDEP}]
66 + <dev-python/requests-2.12[${PYTHON_USEDEP}]
67 + >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
68 + >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
69 + <dev-python/six-2[${PYTHON_USEDEP}]
70 + >=dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
71 + <dev-python/texttable-0.9[${PYTHON_USEDEP}]
72 + >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
73 + <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
74 + $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
75 + $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' )
76 +"
77 +DEPEND="
78 + ${CDEPEND}
79 + test? (
80 + dev-python/pytest[${PYTHON_USEDEP}]
81 + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
82 + )
83 +"
84 +RDEPEND="${CDEPEND}"
85 +
86 +python_test() {
87 + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
88 +}
89 +
90 +python_install_all() {
91 + newbashcomp contrib/completion/bash/docker-compose ${PN}
92 +
93 + insinto /usr/share/zsh/site-functions
94 + doins contrib/completion/zsh/*
95 +
96 + distutils-r1_python_install_all
97 +}