Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/taskflow/
Date: Wed, 07 Jul 2021 14:02:17
Message-Id: 1625566589.94856f5260bb805437e6c2440a451a5b8c346e92.flow@gentoo
1 commit: 94856f5260bb805437e6c2440a451a5b8c346e92
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 6 10:15:38 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 10:16:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94856f52
7
8 dev-python/taskflow: remove obsolete dependency
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/taskflow/taskflow-4.5.0.ebuild | 13 +++++++------
14 1 file changed, 7 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-python/taskflow/taskflow-4.5.0.ebuild b/dev-python/taskflow/taskflow-4.5.0.ebuild
17 index 035d9c436..a059c53fb 100644
18 --- a/dev-python/taskflow/taskflow-4.5.0.ebuild
19 +++ b/dev-python/taskflow/taskflow-4.5.0.ebuild
20 @@ -1,8 +1,10 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +EAPI=8
28 +
29 +PYTHON_COMPAT=( python3_8 )
30 +
31 inherit distutils-r1
32
33 DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends"
34 @@ -12,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 LICENSE="Apache-2.0"
36 SLOT="0"
37 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39
40 DEPEND="
41 >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
42 @@ -25,7 +26,6 @@ RDEPEND="
43 >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
44 >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
45 >=dev-python/networkx-2.1.0[${PYTHON_USEDEP}]
46 - >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]
47 >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
48 >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
49 >=dev-python/automaton-1.9.0[${PYTHON_USEDEP}]
50 @@ -34,4 +34,5 @@ RDEPEND="
51 !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
52 >=dev-python/tenacity-6.0.0[${PYTHON_USEDEP}]
53 >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
54 - >=dev-python/pydot-1.2.4[${PYTHON_USEDEP}]"
55 + >=dev-python/pydot-1.2.4[${PYTHON_USEDEP}]
56 +"