From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/
Date: Sun, 22 Nov 2015 21:15:43 +0000 (UTC) [thread overview]
Message-ID: <1448226920.80c16b295b7b7f5027faf44def69c7c05dc3ac95.alunduil@gentoo> (raw)
commit: 80c16b295b7b7f5027faf44def69c7c05dc3ac95
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 21:15:01 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 21:15:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c16b29
app-emulation/docker-compose: add version 1.5.1
Fixes bug #560596.
Package-Manager: portage-2.2.25
app-emulation/docker-compose/Manifest | 1 +
.../docker-compose/docker-compose-1.5.1.ebuild | 62 ++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
index a2bae4a..84ee152 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,2 +1,3 @@
DIST docker-compose-1.2.0.tar.gz 57150 SHA256 46ef3c5cb7dd79fa7fd1d5fc5ec5be6a5c634192bc09c604c0ea75adb89cb652 SHA512 d13f6d6d22979dbc4554c003e611097627e2273f06dd13a1c666c1ba138288597ebef08f1beaf6d342721391cb49ad5ce9ae2ff03367a041fc0c53fbb62c9ac4 WHIRLPOOL c7bb3e14a4c2788eb49241ce02dcaed5e49fe60652ca1a51d13e1712f946046415f5397d5bf892b5e0451059a4aee1b156ee7bdfdf64a22d000caae7b17254c0
DIST docker-compose-1.4.0.tar.gz 79532 SHA256 2748cc8dd0829b44f0f686e36683cab58e1a4bc869442a04508504d2f62d0337 SHA512 470442aa78ddb24e8b9287953031e17a96a89780edd3a85955c923ffe00f4bfe655412dc15422437121593d7e2899f0847813d3716fc9ed576f93e6455cb868b WHIRLPOOL 9dc6731dad3df6422ec1e1b66049c8e9f04068b2fc2c8180da44220c1fbedc4919dfe17475cd539c3f33a079f3d04f875baaf769a7bc0875de48cf622670dc4b
+DIST docker-compose-1.5.1.tar.gz 104331 SHA256 df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa WHIRLPOOL 0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311
diff --git a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
new file mode 100644
index 0000000..e988d19
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}]
+ <dev-python/dockerpty-0.4[${PYTHON_USEDEP}]
+ >=dev-python/docker-py-1.5.0[${PYTHON_USEDEP}]
+ <dev-python/docker-py-2[${PYTHON_USEDEP}]
+ >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+ <dev-python/docopt-0.7[${PYTHON_USEDEP}]
+ >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+ <dev-python/jsonschema-3[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+ <dev-python/pyyaml-4[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+ <dev-python/requests-2.8[${PYTHON_USEDEP}]
+ >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
+ <dev-python/six-2[${PYTHON_USEDEP}]
+ >=dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
+ <dev-python/texttable-0.9[${PYTHON_USEDEP}]
+ >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+ <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${CDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
+ $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' )
+ $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
+ )
+"
+RDEPEND="${CDEPEND}"
+
+python_test() {
+ ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+ newbashcomp contrib/completion/bash/docker-compose ${PN}
+
+ insinto /usr/share/zsh/site-functions
+ doins contrib/completion/zsh/*
+
+ distutils-r1_python_install_all
+}
next reply other threads:[~2015-11-22 21:15 UTC|newest]
Thread overview: 125+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-22 21:15 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-25 14:42 [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/ Alex Brandt
2015-12-11 16:48 Alex Brandt
2015-12-11 16:48 Alex Brandt
2016-03-20 21:38 Alex Brandt
2016-03-20 21:38 Alex Brandt
2016-04-03 14:51 Alex Brandt
2016-04-03 14:51 Alex Brandt
2016-04-15 9:53 Zac Medico
2016-06-18 19:18 Alex Brandt
2016-06-18 19:18 Alex Brandt
2016-06-18 19:18 Alex Brandt
2016-07-02 14:59 Alex Brandt
2016-07-02 14:59 Alex Brandt
2016-07-24 1:15 Alex Brandt
2016-07-24 1:15 Alex Brandt
2016-08-06 14:35 Alex Brandt
2016-08-06 14:35 Alex Brandt
2016-10-01 22:36 Alex Brandt
2016-10-01 22:36 Alex Brandt
2016-10-30 20:53 Alex Brandt
2016-10-30 20:53 Alex Brandt
2016-11-11 12:14 Manuel Rüger
2016-11-11 12:17 Manuel Rüger
2016-11-18 22:57 Manuel Rüger
2016-11-18 22:57 Manuel Rüger
2016-11-24 13:18 Manuel Rüger
2017-01-04 12:59 Manuel Rüger
2017-01-04 16:19 Manuel Rüger
2017-01-04 16:19 Manuel Rüger
2017-01-09 10:52 Manuel Rüger
2017-01-10 11:55 Manuel Rüger
2017-01-13 13:43 Manuel Rüger
2017-01-16 17:36 Manuel Rüger
2017-01-18 11:39 Manuel Rüger
2017-01-18 11:40 Manuel Rüger
2017-02-06 14:21 Manuel Rüger
2017-02-06 14:21 Manuel Rüger
2017-02-09 14:30 Manuel Rüger
2017-02-13 10:15 Manuel Rüger
2017-02-13 10:15 Manuel Rüger
2017-02-22 15:19 Manuel Rüger
2017-03-13 18:23 Manuel Rüger
2017-04-06 23:07 Manuel Rüger
2017-05-03 11:44 Manuel Rüger
2017-05-03 12:37 Manuel Rüger
2017-05-11 13:47 Manuel Rüger
2017-05-11 14:30 Manuel Rüger
2017-06-21 18:04 Manuel Rüger
2017-07-31 14:47 Manuel Rüger
2017-09-10 13:19 Manuel Rüger
2017-09-10 13:19 Manuel Rüger
2017-09-12 12:22 Manuel Rüger
2017-09-12 12:35 Manuel Rüger
2017-11-05 20:49 Manuel Rüger
2017-11-09 14:12 Manuel Rüger
2017-11-09 14:12 Manuel Rüger
2017-11-22 15:30 Manuel Rüger
2017-12-07 18:19 Manuel Rüger
2017-12-11 19:03 Manuel Rüger
2017-12-19 13:45 Manuel Rüger
2017-12-19 13:45 Manuel Rüger
2018-01-18 13:40 Manuel Rüger
2018-02-19 13:02 Manuel Rüger
2018-03-30 18:35 Aaron Bauman
2018-03-31 22:24 Manuel Rüger
2018-04-12 13:33 Manuel Rüger
2018-06-06 12:28 Manuel Rüger
2018-06-06 12:28 Manuel Rüger
2018-06-06 12:28 Manuel Rüger
2018-07-12 14:48 Manuel Rüger
2018-07-12 14:48 Manuel Rüger
2018-08-20 14:54 Manuel Rüger
2018-09-24 16:00 Sebastian Pipping
2018-11-01 20:03 Sebastian Pipping
2018-11-09 10:50 Manuel Rüger
2018-11-09 19:56 Mikle Kolyada
2018-11-11 8:16 Mikle Kolyada
2018-12-21 16:00 Mikle Kolyada
2018-12-28 7:44 Mikle Kolyada
2019-03-10 8:31 Mikle Kolyada
2019-03-10 8:41 Mikle Kolyada
2019-03-12 18:58 Mikle Kolyada
2019-05-08 10:00 Mikle Kolyada
2019-05-10 22:27 Sebastian Pipping
2019-05-10 23:06 Sebastian Pipping
2019-06-05 6:48 Agostino Sarubbo
2019-06-24 18:03 Sebastian Pipping
2019-07-07 14:22 Sebastian Pipping
2019-07-07 14:22 Sebastian Pipping
2020-01-13 12:43 Sebastian Pipping
2020-01-25 15:13 Sebastian Pipping
2020-02-03 13:16 Sebastian Pipping
2020-02-03 20:46 Michał Górny
2020-02-29 22:43 Sebastian Pipping
2020-03-20 8:59 Agostino Sarubbo
2020-04-01 20:09 Sebastian Pipping
2020-04-10 14:07 Sebastian Pipping
2020-07-17 7:21 Agostino Sarubbo
2020-08-21 18:01 Sebastian Pipping
2020-08-21 21:43 Sebastian Pipping
2020-09-05 0:29 Sam James
2020-09-07 19:11 Sebastian Pipping
2020-09-10 17:34 Sebastian Pipping
2020-09-13 19:22 Louis Sautier
2020-09-18 11:01 Sebastian Pipping
2020-09-24 16:00 Sebastian Pipping
2020-11-04 5:32 Sam James
2020-11-13 4:57 Sam James
2020-12-03 16:51 Sebastian Pipping
2021-01-12 16:23 Sebastian Pipping
2021-01-20 20:33 Sebastian Pipping
2021-01-25 16:43 Sebastian Pipping
2021-01-25 16:51 Sebastian Pipping
2021-01-26 13:47 Sebastian Pipping
2021-01-27 20:01 Sebastian Pipping
2021-02-18 2:12 Sebastian Pipping
2021-04-14 20:08 Sebastian Pipping
2021-05-10 15:04 Sebastian Pipping
2021-07-22 2:50 Sam James
2021-08-22 23:01 Louis Sautier
2021-08-24 11:31 Louis Sautier
2021-10-01 15:33 William Hubbs
2021-11-11 8:20 Michał Górny
2021-11-11 21:22 William Hubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1448226920.80c16b295b7b7f5027faf44def69c7c05dc3ac95.alunduil@gentoo \
--to=alunduil@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox