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: Sat, 31 Mar 2018 22:24:23
Message-Id: 1522535028.2ea0d6a6b0414c7df16076f732650ce4dbb59fa8.mrueg@gentoo
1 commit: 2ea0d6a6b0414c7df16076f732650ce4dbb59fa8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 22:23:48 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 22:23:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea0d6a6
7
8 app-emulation/docker-compose: Version bump to 1.20.1
9
10 Closes: https://bugs.gentoo.org/651090
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 app-emulation/docker-compose/Manifest | 1 +
14 .../docker-compose/docker-compose-1.20.1.ebuild | 71 ++++++++++++++++++++++
15 2 files changed, 72 insertions(+)
16
17 diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
18 index 494ca318046..aa474faccb0 100644
19 --- a/app-emulation/docker-compose/Manifest
20 +++ b/app-emulation/docker-compose/Manifest
21 @@ -1,2 +1,3 @@
22 DIST docker-compose-1.18.0.tar.gz 231256 BLAKE2B be9b57dd89a81734b850f61622a924a3ace5ace907c4d1365a18315ddfbe3f1a9a56b222766980d16d5eddbe6818caf94a5833c5cddac082fa230bf290977ee3 SHA512 9cf29d892f6419e9ef639e1b9edddecb47ddb5ba7f97830f732e463ee510ac5464d6d81f58a2bf4ae5e7aee78b3d2d4afd59e6e1b53974899edb3e090bcb991f
23 DIST docker-compose-1.19.0.tar.gz 238307 BLAKE2B 2a7bbcf50c2cc591eba1d59db30cb0341e33e3f1ebe948e0b6762d9bffcdcc72d98e2da19fc549c5fabda192fca69a9d54e016601ddb4f4a94f0dc1c93f99a29 SHA512 f1d522621580a5130378508e6b15ad2e4708e9c5ff713627ca54308ab3e6bf000e21c55bbdf9585b2116e73648fdc773500a5415ab81a72dd2c69c9c07e71581
24 +DIST docker-compose-1.20.1.tar.gz 246159 BLAKE2B 32836f06239d6f1506ecebac48c8b56c58620d0ba309b8469c073ec3b048bf3743afb1ff6f63d2031df4bb316191d9cd32d5cf85a2cb86544254c6054a7dd502 SHA512 faba24ea501c4e4aaf04bddf1d498eaa7702385458ac7a41f6054e9153f9e03e1e6f50aebc5156d6a814d567aedea1d16ff532872a1765bbabbd3c8da47e36e0
25
26 diff --git a/app-emulation/docker-compose/docker-compose-1.20.1.ebuild b/app-emulation/docker-compose/docker-compose-1.20.1.ebuild
27 new file mode 100644
28 index 00000000000..9e085b82c01
29 --- /dev/null
30 +++ b/app-emulation/docker-compose/docker-compose-1.20.1.ebuild
31 @@ -0,0 +1,71 @@
32 +# Copyright 1999-2018 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,3_6} )
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/dockerpty-0.4.1[${PYTHON_USEDEP}]
56 + <dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
57 + >=dev-python/docker-py-3.1.4[${PYTHON_USEDEP}]
58 + <dev-python/docker-py-4.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/PySocks-1.5.6[${PYTHON_USEDEP}]
64 + !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
65 + <dev-python/PySocks-2[${PYTHON_USEDEP}]
66 + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
67 + <dev-python/pyyaml-4[${PYTHON_USEDEP}]
68 + !~dev-python/requests-2.11.0[${PYTHON_USEDEP}]
69 + <dev-python/requests-2.19[${PYTHON_USEDEP}]
70 + >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
71 + >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
72 + <dev-python/six-2[${PYTHON_USEDEP}]
73 + >=dev-python/texttable-0.9[${PYTHON_USEDEP}]
74 + <dev-python/texttable-0.10[${PYTHON_USEDEP}]
75 + >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
76 + <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
77 + $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
78 + $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' )
79 + $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )
80 + $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
81 +"
82 +DEPEND="
83 + ${CDEPEND}
84 + test? (
85 + dev-python/pytest[${PYTHON_USEDEP}]
86 + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
87 + )
88 +"
89 +RDEPEND="${CDEPEND}"
90 +
91 +python_test() {
92 + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
93 +}
94 +
95 +python_install_all() {
96 + newbashcomp contrib/completion/bash/docker-compose ${PN}
97 +
98 + insinto /usr/share/zsh/site-functions
99 + doins contrib/completion/zsh/*
100 +
101 + distutils-r1_python_install_all
102 +}