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/networkx/
Date: Sun, 29 Dec 2019 13:23:30
Message-Id: 1577625778.c469e03d553490f8116b0dcd038ec9e6e00ffd79.asturm@gentoo
1 commit: c469e03d553490f8116b0dcd038ec9e6e00ffd79
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:31:24 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c469e03d
7
8 dev-python/networkx: 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/networkx/networkx-2.2.ebuild | 2 +-
14 dev-python/networkx/networkx-2.4.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/networkx/networkx-2.2.ebuild b/dev-python/networkx/networkx-2.2.ebuild
18 index 3c300b4318c..af00054f372 100644
19 --- a/dev-python/networkx/networkx-2.2.ebuild
20 +++ b/dev-python/networkx/networkx-2.2.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=( python{2_7,3_5,3_6,3_7} )
26
27 +PYTHON_COMPAT=( python3_{5,6,7} )
28 inherit distutils-r1 virtualx
29
30 DESCRIPTION="Python tools to manipulate graphs and complex networks"
31
32 diff --git a/dev-python/networkx/networkx-2.4.ebuild b/dev-python/networkx/networkx-2.4.ebuild
33 index 76776271aeb..9036109d6dc 100644
34 --- a/dev-python/networkx/networkx-2.4.ebuild
35 +++ b/dev-python/networkx/networkx-2.4.ebuild
36 @@ -2,9 +2,9 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -# networkx-2.4 supports up to python3_8
41 -PYTHON_COMPAT=( python{3_5,3_6,3_7} )
42
43 +# networkx-2.4 supports up to python3_8
44 +PYTHON_COMPAT=( python3_{5,6,7} )
45 inherit distutils-r1 virtualx
46
47 DESCRIPTION="Python tools to manipulate graphs and complex networks"