public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-py/
Date: Thu, 11 Apr 2019 11:06:53 +0000 (UTC)	[thread overview]
Message-ID: <1554980800.ef999d9089ed41b9fa963c7e4f684590e1d4cdc1.mrueg@gentoo> (raw)

commit:     ef999d9089ed41b9fa963c7e4f684590e1d4cdc1
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 11:06:40 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 11:06:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef999d90

dev-python/docker-py: Version bump to 3.7.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 dev-python/docker-py/Manifest               |  1 +
 dev-python/docker-py/docker-py-3.7.0.ebuild | 51 +++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 2ada36de8e6..d602bc9f739 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -4,3 +4,4 @@ DIST docker-py-3.4.1.tar.gz 207885 BLAKE2B 472f5dde4761b02a2b55c64762a0529dbaecc
 DIST docker-py-3.5.0.tar.gz 209142 BLAKE2B 56e4400e1f67c870274eb2fdaf84edeac966a1486366355f2697f0fc4e5f37c5e4f3f8163e9187219a4fa27cd43be2bc19370a99755fa880c9e089d6af9bcc9e SHA512 c5ebc99df66d49f53c39ff897bd95afcbb92ced3ec6fd61148b6775cddf9e830454b1da5ac79ea0bba76f143f35f29dec66e7db5c6df33ca5157d3fe40cd4e93
 DIST docker-py-3.5.1.tar.gz 209381 BLAKE2B de0992aff9af240eeb79b66f0f7ca11aca4132cbef0ca9796cfa778b0f44e2ebf83858d0e4df2b9dd813caa83e1c301829152362a6983e5ee96dd5806815ee6f SHA512 8e927794cd308e17fc75f3c6569026c9b9c9f44eb2aa1c191dcfc6d1aabc36bdd341795ba9a2243ae2a27c428868c9f45e8bfabd7c1c798f3f4c85b7855eda6d
 DIST docker-py-3.6.0.tar.gz 213435 BLAKE2B 28301a508ef346373f8ac4033b697a71092c4162ba1be81bc69c513d1de700326a4e8ffcb1c015e20516aa1a09d31162d54182985eea3dc1dc23d6e79ef28fea SHA512 b32acb2585995c3c5bdef95ea4bbb6bcadba3b9fca81a3e637dc294b5dbd3823ee6c98236c4bb197373a96feafcaae665b9c64b805abd52e1ae27aa42079278d
+DIST docker-py-3.7.0.tar.gz 220407 BLAKE2B 3ba217957ff8746fb399ba23e4513810ffd96a758bfc5eba908ab3c66eb0a9711d94e5d9f517c301602961a21490659628d0a3deec3a4286155a4f5469304a3b SHA512 444634a26d0ce7af4850f346286cdac7f2c597aa6ce349c6371dbaa670aa0bcc2fa192221783b2059750d682580e34fcc5e115aeda0884838bf966decf9d0070

diff --git a/dev-python/docker-py/docker-py-3.7.0.ebuild b/dev-python/docker-py/docker-py-3.7.0.ebuild
new file mode 100644
index 00000000000..23df023bffa
--- /dev/null
+++ b/dev-python/docker-py/docker-py-3.7.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py"
+SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+	>=dev-python/docker-pycreds-0.4.0[${PYTHON_USEDEP}]
+	!~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+	>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 'python3_4' )
+	$(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )
+"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+		dev-python/paramiko[${PYTHON_USEDEP}]
+		dev-python/pytest-runner[${PYTHON_USEDEP}]
+		>=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
+	)
+	doc? (
+		dev-python/recommonmark[${PYTHON_USEDEP}]
+		>=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
+	)
+"
+
+python_compile_all() {
+	if use doc; then
+		sphinx-build docs html || die "docs failed to build"
+		HTML_DOCS=( html/. )
+	fi
+}
+
+python_test() {
+	py.test tests/unit/ || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2019-04-11 11:06 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11 11:06 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-04  5:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-py/ Michał Górny
2023-06-04  4:54 Sam James
2023-05-12  2:55 Michał Górny
2022-10-15 15:09 Andrew Ammerlaan
2021-12-13  3:09 Yixun Lan
2021-11-13  9:54 Michał Górny
2021-11-13  9:42 Jakov Smolić
2021-10-08  6:21 Michał Górny
2021-06-05 18:48 Michał Górny
2021-05-19 20:21 Michał Górny
2021-05-19 20:06 Agostino Sarubbo
2021-04-06 23:45 Sebastian Pipping
2021-03-30 19:12 Michał Górny
2021-03-30 17:35 Sam James
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-02-26 17:07 Sebastian Pipping
2021-02-19 15:54 Sebastian Pipping
2021-02-18  2:12 Sebastian Pipping
2020-12-27  8:58 Michał Górny
2020-12-27  4:47 Sam James
2020-11-23 17:05 Michał Górny
2020-11-04  5:32 Sam James
2020-09-24  6:59 Agostino Sarubbo
2020-09-18 14:41 Michał Górny
2020-09-18  7:29 Agostino Sarubbo
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 13:35 Michał Górny
2020-08-11 13:43 Michał Górny
2020-06-30 22:27 Sebastian Pipping
2020-06-11  2:28 Georgy Yakovlev
2020-06-10 15:11 Michał Górny
2020-06-10 15:11 Michał Górny
2020-05-04 10:56 Michał Górny
2020-03-30 13:41 Agostino Sarubbo
2020-03-30 13:14 Agostino Sarubbo
2020-03-27 15:24 Michał Górny
2020-03-27  7:25 Michał Górny
2020-03-27  7:25 Michał Górny
2020-03-17  7:23 Michał Górny
2020-03-03 20:35 Sebastian Pipping
2020-03-03 20:35 Sebastian Pipping
2020-02-05  5:50 Michał Górny
2020-01-13 18:24 Sebastian Pipping
2019-11-23 16:28 Sebastian Pipping
2019-11-23 10:40 Manuel Rüger
2019-08-05 10:18 Manuel Rüger
2019-08-05 10:18 Manuel Rüger
2019-06-05  6:48 Agostino Sarubbo
2019-05-09 15:23 Manuel Rüger
2019-04-16  9:04 Manuel Rüger
2019-04-12 22:47 Matthew Thode
2019-03-10  8:41 Mikle Kolyada
2018-12-21 14:16 Mikle Kolyada
2018-11-07 12:50 Manuel Rüger
2018-09-17 13:42 Manuel Rüger
2018-07-13 13:02 Manuel Rüger
2018-07-13 13:02 Manuel Rüger
2018-07-12 14:53 Manuel Rüger
2018-07-12 14:48 Manuel Rüger
2018-06-28 15:07 Manuel Rüger
2018-05-26  1:18 Manuel Rüger
2018-04-05 13:41 Manuel Rüger
2018-03-30 14:53 Manuel Rüger
2018-03-23 15:05 Manuel Rüger
2018-03-23 15:05 Manuel Rüger
2018-03-20 11:59 Manuel Rüger
2018-03-20 11:59 Manuel Rüger
2018-02-24  0:01 Manuel Rüger
2018-02-13 21:01 Matt Thode
2018-02-13 13:59 Mart Raudsepp
2018-02-13 11:24 Manuel Rüger
2018-02-13 11:24 Manuel Rüger
2018-02-08 16:43 Manuel Rüger
2017-12-23 15:08 Manuel Rüger
2017-11-28 15:59 Manuel Rüger
2017-11-28 15:33 Mike Gilbert
2017-11-22 15:30 Manuel Rüger
2017-11-14 12:27 Manuel Rüger
2017-11-14 12:25 Manuel Rüger
2017-11-08 14:53 Manuel Rüger
2017-09-29 23:32 Matt Thode
2017-09-10 10:43 Manuel Rüger
2017-08-30 22:07 Matt Thode
2017-07-15 16:22 Tobias Klausmann
2017-07-04 16:14 Manuel Rüger
2017-07-03  0:44 Manuel Rüger
2017-06-14 17:16 Manuel Rüger
2017-05-28 21:18 Manuel Rüger
2017-05-04 16:40 Manuel Rüger
2017-04-04 21:30 Manuel Rüger
2017-02-17 14:43 Manuel Rüger
2017-02-06 14:06 Manuel Rüger
2017-01-20 14:26 David Seifert
2017-01-15 12:06 Manuel Rüger
2017-01-12 14:07 Manuel Rüger
2016-12-15 12:06 Manuel Rüger
2016-11-24 13:18 Manuel Rüger
2016-11-11 12:14 Manuel Rüger
2016-10-30 20:40 Alex Brandt
2016-09-24 15:41 Alex Brandt
2016-09-24 15:41 Alex Brandt
2016-08-06 14:12 Alex Brandt
2016-08-06 14:12 Alex Brandt
2016-07-16 14:12 Alex Brandt
2016-07-16 14:12 Alex Brandt
2016-06-18 18:44 Alex Brandt
2016-05-15 21:19 Alex Brandt
2016-04-23 15:15 Alex Brandt
2016-04-23 15:15 Alex Brandt
2016-04-17 17:47 Alex Brandt
2016-04-17 17:47 Alex Brandt
2016-04-15  9:44 Zac Medico
2016-04-10 22:13 Alex Brandt
2016-04-10 22:13 Alex Brandt
2016-04-03 14:46 Alex Brandt
2016-04-03 14:46 Alex Brandt
2016-04-03 14:46 Alex Brandt
2016-04-03 14:46 Alex Brandt
2016-03-20 22:05 Alex Brandt
2016-03-20 22:05 Alex Brandt
2016-02-17  8:57 Justin Lecher
2015-10-24 20:09 Alex Brandt
2015-09-13 17:15 Alex Brandt
2015-09-13 17:15 Alex Brandt
2015-09-13 17:15 Alex Brandt

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=1554980800.ef999d9089ed41b9fa963c7e4f684590e1d4cdc1.mrueg@gentoo \
    --to=mrueg@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