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: Sun, 29 Mar 2020 10:13:39
Message-Id: 1585476773.505b917f4a9ace1c3030da32dc7f2281e18e18c0.mgorny@gentoo
1 commit: 505b917f4a9ace1c3030da32dc7f2281e18e18c0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:54:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:12:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505b917f
7
8 dev-python/taskflow: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/taskflow/Manifest | 1 -
13 dev-python/taskflow/taskflow-3.4.0.ebuild | 40 -------------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest
17 index cda59dfe811..6d8823cf274 100644
18 --- a/dev-python/taskflow/Manifest
19 +++ b/dev-python/taskflow/Manifest
20 @@ -1,2 +1 @@
21 -DIST taskflow-3.4.0.tar.gz 1067856 BLAKE2B 1244fa3124cb09114130ecb1bf9bac1b7471cf6d9f6e297c8445a5a447d7fc81e435ef56783359bd00b35dc3219d35e0f1f26ff1b1593bf99ee83592178794e5 SHA512 16d0494e9062a1a22364ed0c4429d6fecca87b4d0328c3c711c53173e79bc1caeea24f4ea5e5d64c5d6d519fa2b5088eb3a232169e6f0062d964c98bf8b81241
22 DIST taskflow-3.5.0.tar.gz 1068208 BLAKE2B 5c11faf60f332aad442c5415219f572a6b14735fdeb30f305a1e033067a847bbb6a827395bd1f02ae20e11b682adf31585848ecac47438b1860fd04b51a7d5b4 SHA512 635123ed975461a84790be2edb09f45e3c372fa03918f6f6257b4a3725f67a83a958f80ca15f1da5eb7d5f6223ba8fb8a6bdc6941b9eb9572c12274fb2d75ac0
23
24 diff --git a/dev-python/taskflow/taskflow-3.4.0.ebuild b/dev-python/taskflow/taskflow-3.4.0.ebuild
25 deleted file mode 100644
26 index a1e509e0977..00000000000
27 --- a/dev-python/taskflow/taskflow-3.4.0.ebuild
28 +++ /dev/null
29 @@ -1,40 +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_{6,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-1.10[${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/jsonschema-3.0.0[${PYTHON_USEDEP}]
62 - >=dev-python/automaton-1.9.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
65 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
66 - >=dev-python/tenacity-4.4.0[${PYTHON_USEDEP}]
67 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
68 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
69 - >=dev-python/pydot-1.2.4[${PYTHON_USEDEP}]"