Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/taskflow/
Date: Sun, 29 Dec 2019 13:23:26
Message-Id: 1577625774.8c3476d9eccfe7676dc151fc424520818d5a4a0a.asturm@gentoo
1 commit: 8c3476d9eccfe7676dc151fc424520818d5a4a0a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:40:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3476d9
7
8 dev-python/taskflow: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/taskflow/taskflow-3.4.0.ebuild | 2 +-
14 dev-python/taskflow/taskflow-3.5.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/taskflow/taskflow-3.4.0.ebuild b/dev-python/taskflow/taskflow-3.4.0.ebuild
18 index 3a678162726..cf06034c197 100644
19 --- a/dev-python/taskflow/taskflow-3.4.0.ebuild
20 +++ b/dev-python/taskflow/taskflow-3.4.0.ebuild
21 @@ -2,8 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
26
27 +PYTHON_COMPAT=( python3_{5,6,7} )
28 inherit distutils-r1
29
30 DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends"
31
32 diff --git a/dev-python/taskflow/taskflow-3.5.0.ebuild b/dev-python/taskflow/taskflow-3.5.0.ebuild
33 index 3a678162726..cf06034c197 100644
34 --- a/dev-python/taskflow/taskflow-3.5.0.ebuild
35 +++ b/dev-python/taskflow/taskflow-3.5.0.ebuild
36 @@ -2,8 +2,8 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
41
42 +PYTHON_COMPAT=( python3_{5,6,7} )
43 inherit distutils-r1
44
45 DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends"