Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/taskflow/
Date: Mon, 31 May 2021 20:42:54
Message-Id: 1622493620.cf23baaaa1581bb2e5ad6b6bb300a52fd6f57a6e.mgorny@gentoo
1 commit: cf23baaaa1581bb2e5ad6b6bb300a52fd6f57a6e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:40:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:40:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf23baaa
7
8 dev-python/taskflow: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/taskflow/Manifest | 1 -
13 dev-python/taskflow/taskflow-4.1.0.ebuild | 38 -------------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest
17 index 645301cf7b1..ff11b2e6058 100644
18 --- a/dev-python/taskflow/Manifest
19 +++ b/dev-python/taskflow/Manifest
20 @@ -1,2 +1 @@
21 -DIST taskflow-4.1.0.tar.gz 1063167 BLAKE2B a6a8c745d88b72a6c2bf23a7263acec204c0b29c61095f87e7f866b067675db3bcacd39c52318db7fc2671a84059fb2f72a047bafbd1d522ea9035db6e473baf SHA512 94d572901126bff16b82e5ff1ffbb289fe165414ad0457d1282f7100a9f21bf9ce5afbbd76d68e60b96e9661bc89c95f50ddc99e77dfc47053e9d7a684c503a1
22 DIST taskflow-4.5.0.tar.gz 1068584 BLAKE2B 53d3541f99df2b38f1b5ee822017d71d9fe0188b4c8542fed328a316c35215a093a49058638cc6d28dcb85a0d057505958f6e814db010fcb9b17040aa281c93b SHA512 d5245cd5c80ace671f84d222c874db8078d277cbf95b7f03bb1b6b55bb72dad9f8a97d11d2e7a427ffd316b792c18c270018f802fe420b4ed5ab42bfa6f47684
23
24 diff --git a/dev-python/taskflow/taskflow-4.1.0.ebuild b/dev-python/taskflow/taskflow-4.1.0.ebuild
25 deleted file mode 100644
26 index 860cdb5ff6c..00000000000
27 --- a/dev-python/taskflow/taskflow-4.1.0.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_7 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends"
39 -HOMEPAGE="https://github.com/openstack/taskflow"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
45 -IUSE=""
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 - !~dev-python/pbr-2.1.0"
49 -DEPEND="
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 - ${CDEPEND}"
52 -RDEPEND="
53 - ${CDEPEND}
54 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
55 - >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
56 - >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
57 - >=dev-python/networkx-2.1.0[${PYTHON_USEDEP}]
58 - >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]
59 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
60 - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
61 - >=dev-python/automaton-1.9.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
64 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
65 - >=dev-python/tenacity-4.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
67 - >=dev-python/pydot-1.2.4[${PYTHON_USEDEP}]"