public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-py/
Date: Fri, 26 Feb 2021 17:07:59 +0000 (UTC)	[thread overview]
Message-ID: <1614359235.a07bfc1da922997209c9bfa8ef54ea434b3accc7.sping@gentoo> (raw)

commit:     a07bfc1da922997209c9bfa8ef54ea434b3accc7
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 16:59:50 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 17:07:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07bfc1d

dev-python/docker-py: 4.4.4

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2

 dev-python/docker-py/Manifest               |  1 +
 dev-python/docker-py/docker-py-4.4.4.ebuild | 44 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index b113b3bca77..b66860b7c02 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,3 +1,4 @@
 DIST docker-py-4.4.0.tar.gz 246544 BLAKE2B d19b923499bb32f85728f88e479db330f442ddc32da06cad6f56cfff3386a020e45a0ede1afff635ce3d0e2d5e9112b0a4022969f75647eb6e57c13ef1bd6cb0 SHA512 8882a6547570d64c4cf9db7e1bd5ad13dca9a5b439631f3436587aecc1ed3386b230f9b6f82c07d9614f7d29d918ec6a3733fa6af6d8784a698e1b8459d4dcbc
 DIST docker-py-4.4.2.tar.gz 247164 BLAKE2B dc341e78642a8b44cb1f8eb2e8c58231779426343bee7afd41c0fd6a1ec089a26b96bb00be93f51fb0ad8e162e7442084c3ac74525785e7972b88aa6705c3435 SHA512 f42eef12c51307338aa5b73016f4033cb2f99c469fbc80c481753a2a8427e6661f82fe228328b4bc67cfb482ebda4e68e6bb435217e64e6f1299d32237d815f4
 DIST docker-py-4.4.3.tar.gz 247491 BLAKE2B 1cc69a700e58abf89588831bd6f99da4b3bab0d8d51e7c193568a9291bce9f13c3d0415a135612439154d2e0651a3ac79b0365386eabcf47059f2ed8e0ed66d9 SHA512 270323f2f096714d7b63f2382da233d061a3dc228279aa3fb89a1dd295321f63f8dd1a883d5cf7afb400341962ec4e060607a03e5e6df43f4f1e629d4e217d73
+DIST docker-py-4.4.4.tar.gz 247640 BLAKE2B 68b2e0d41e68fdf4826d61b7ab167321467b1b30f122f0b29955a62ac5f036fc0b60b02a8c9a6776ffd9a7cafb5744de44ec3b9284d0f266a1dd5c72fbec2879 SHA512 4106ffe353ce8c3227c30c38347f107e0f7da660f1c3ae68bf2c576fc6b270f6fae6774747c46491eae0fc85a48dfe246b7a22d8e45c74eff89ed43be285f0df

diff --git a/dev-python/docker-py/docker-py-4.4.4.ebuild b/dev-python/docker-py/docker-py-4.4.4.ebuild
new file mode 100644
index 00000000000..6cfc62e02e8
--- /dev/null
+++ b/dev-python/docker-py/docker-py-4.4.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
+	>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+	test? (
+		>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+		>=dev-python/paramiko-2.4.2[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_sphinx docs \
+	'dev-python/recommonmark' \
+	'>=dev-python/sphinx-1.4.6'
+distutils_enable_tests pytest
+
+src_prepare() {
+	# localhost has a better chance of being in /etc/hosts
+	sed -e 's:socket[.]gethostname():"localhost":' \
+		-i tests/unit/api_test.py || die
+
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	pytest -vv tests/unit/ || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2021-02-26 17:08 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 17:07 Sebastian Pipping [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-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-04-11 11:06 Manuel Rüger
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=1614359235.a07bfc1da922997209c9bfa8ef54ea434b3accc7.sping@gentoo \
    --to=sping@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