Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tenacity/
Date: Sun, 27 Aug 2017 04:26:44
Message-Id: 1503807908.b1539aa6ae38b58097d2bd4db8f25d2ad3f7abb7.prometheanfire@gentoo
1 commit: b1539aa6ae38b58097d2bd4db8f25d2ad3f7abb7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 03:44:35 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 04:25:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1539aa6
7
8 dev-python/tenacity: 4.4.0 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/tenacity/Manifest | 1 +
13 dev-python/tenacity/tenacity-4.4.0.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/tenacity/Manifest b/dev-python/tenacity/Manifest
17 index 98a7b9b478a..df84d606a28 100644
18 --- a/dev-python/tenacity/Manifest
19 +++ b/dev-python/tenacity/Manifest
20 @@ -1 +1,2 @@
21 DIST tenacity-3.7.1.tar.gz 22915 SHA256 86cae49f4334277164b97a1871828e9173d669b9bb223de44ba8c1cee787bbfa SHA512 83f277da3ee7beca4d564610a4ef46c33a87590214a41c0c36c9bb46920e5e8e7e8a8d130dcaac2802d058f7e995fbe01e13d5b7a65821e9a1e83072b78e3f00 WHIRLPOOL c8747efea73d5fd966cd448dc3b2d33341f0ed2a53287df2fe98b0a587522b984461be07159e5b0817b60650e3cfafb0a6e673d1dcd96b7c138782728c75df63
22 +DIST tenacity-4.4.0.tar.gz 26133 SHA256 9c5554b494dd8bae998dbffd7b8d1876e6b94de0c1df1ac51d0db25bb9f830b2 SHA512 08f4eef91e38f8d166029625e337057bd9a934fd58473d8c3666436e6312a0f7dd7f24dea05c8427df627bd37c7003602089970079f214fa7b79beee64df3f96 WHIRLPOOL f12433c89c0a4b2139be4d74dfb3812dcde9dae7feec9517d9287f85313fbe86567a1b9f9c3f55c1b4b864a84eaaac5097cc440dbffdb01a6425c0ef647b259d
23
24 diff --git a/dev-python/tenacity/tenacity-4.4.0.ebuild b/dev-python/tenacity/tenacity-4.4.0.ebuild
25 new file mode 100644
26 index 00000000000..9fbf25820eb
27 --- /dev/null
28 +++ b/dev-python/tenacity/tenacity-4.4.0.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="General-purpose retrying library"
40 +HOMEPAGE="https://github.com/rholder/retrying"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND="
49 + dev-python/setuptools[${PYTHON_USEDEP}]
50 +"
51 +RDEPEND="
52 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
53 + virtual/python-futures[${PYTHON_USEDEP}]
54 + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
55 +"