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, 03 May 2017 11:44:58
Message-Id: 1493811775.3f4831d052a1b2d522b488b469af5d7e47987e6e.mrueg@gentoo
1 commit: 3f4831d052a1b2d522b488b469af5d7e47987e6e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 11:41:55 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 11:42:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4831d0
7
8 app-emulation/docker-compose: Version bump to 1.13.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-emulation/docker-compose/Manifest | 1 +
13 .../docker-compose/docker-compose-1.13.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 dffca81ef49..18131012135 100644
18 --- a/app-emulation/docker-compose/Manifest
19 +++ b/app-emulation/docker-compose/Manifest
20 @@ -3,3 +3,4 @@ DIST docker-compose-1.10.1.tar.gz 182052 SHA256 610768fe21bd8606c1fbbde50a4d7060
21 DIST docker-compose-1.11.1.tar.gz 185395 SHA256 509eeca9b95518fe9d3767ab0e0ffde5e33312fe02b2fec46e555078e7f07dd9 SHA512 4b1a5c54b28b1ba9546f78fbca153511e598d41b480aded12dde31691ec13e8253936ce5f0c608a726ad000d2ce0fde6a792e59b32013beb65b0f581eb8d4368 WHIRLPOOL 04cb53457fc93ac76a017efdfeb146716829cd9d35249bd93fafded305533b0eb5f60c37556a024b7eced26b4ec67b4a5d62c797ca3b1bed59b90173a1430d47
22 DIST docker-compose-1.11.2.tar.gz 186465 SHA256 e6cb8862f867d2882a93dd5bdcd3bf21dad5740c1ec1f32132c9a3801506ba54 SHA512 0b7668ee16738d9a898117737c8fb3de298fc0db2127b1a66f29469ab30ada609900498bb2906b63edd0cf2c469dd1db1e71756b1e620c44fd1aece37f60796b WHIRLPOOL 64a3629908185fb278e6dd780438edb27ab463e1b66f801e36c2a7fcf0d3913c23fbf41df775a7a843327e8016dd8e506b9243cd07b811c92f419883d5c6b839
23 DIST docker-compose-1.12.0.tar.gz 198453 SHA256 3da6f465eac5704393d8acd95b1923ce0bda3f0312883527c92dfab7de5b313e SHA512 7d454b9a4210e4ec708d9b1b0e0eff58465f68747bac282c4163ee3abeb32f9907f32ac86fde56fbccb6af9927a61b68dd671263b5ded13a78a37e2ac4db2669 WHIRLPOOL e2dff82aadd5b3be56485a8e7743d50b3e6eac7cf1873f392df05354ad6716476cb4606532630cd309a673c0355b7910c93456af70341e153f5df3bf486f4bf6
24 +DIST docker-compose-1.13.0.tar.gz 201429 SHA256 3c7b62cd0ab5f33d21db197d8a74739d320a6fe32e4ef8282c35d4dee5a7c77c SHA512 a435cd1634a66924e04b89ca8b3481bb0e4288b03a2e9acc50d01b56a40996e0d51a2d856da8ef6a6e784617b4cda85f7966c372e256dc8b7b0ab0f0ebf60a20 WHIRLPOOL 1e6652f97c55705a0e97f6a16f95a2659ef6ef5f53cc85bb6f8a416d711dca21eb3882912d528afbc68f1fb1d6f8d824273352e86b21e2168f9af812790bcbfc
25
26 diff --git a/app-emulation/docker-compose/docker-compose-1.13.0.ebuild b/app-emulation/docker-compose/docker-compose-1.13.0.ebuild
27 new file mode 100644
28 index 00000000000..55f1c9c5eb9
29 --- /dev/null
30 +++ b/app-emulation/docker-compose/docker-compose-1.13.0.ebuild
31 @@ -0,0 +1,68 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 +
38 +inherit bash-completion-r1 distutils-r1 vcs-snapshot
39 +
40 +MY_PV=${PV//_/}
41 +
42 +DESCRIPTION="Multi-container orchestration for Docker"
43 +HOMEPAGE="https://www.docker.com/"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +IUSE="test"
50 +
51 +CDEPEND="
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
54 + <dev-python/cached-property-2[${PYTHON_USEDEP}]
55 + >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
56 + <dev-python/colorama-0.4[${PYTHON_USEDEP}]
57 + >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
58 + <dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
59 + >=dev-python/docker-py-2.2.1[${PYTHON_USEDEP}]
60 + <dev-python/docker-py-3.0[${PYTHON_USEDEP}]
61 + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
62 + <dev-python/docopt-0.7[${PYTHON_USEDEP}]
63 + >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
64 + <dev-python/jsonschema-3[${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.8.1[${PYTHON_USEDEP}]
73 + <dev-python/texttable-0.9[${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 +"
79 +DEPEND="
80 + ${CDEPEND}
81 + test? (
82 + dev-python/pytest[${PYTHON_USEDEP}]
83 + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
84 + )
85 +"
86 +RDEPEND="${CDEPEND}"
87 +
88 +python_test() {
89 + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
90 +}
91 +
92 +python_install_all() {
93 + newbashcomp contrib/completion/bash/docker-compose ${PN}
94 +
95 + insinto /usr/share/zsh/site-functions
96 + doins contrib/completion/zsh/*
97 +
98 + distutils-r1_python_install_all
99 +}