commit:     c469e03d553490f8116b0dcd038ec9e6e00ffd79
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:31:24 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 13:22:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c469e03d

dev-python/networkx: Drop python2_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/networkx/networkx-2.2.ebuild | 2 +-
 dev-python/networkx/networkx-2.4.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/networkx/networkx-2.2.ebuild 
b/dev-python/networkx/networkx-2.2.ebuild
index 3c300b4318c..af00054f372 100644
--- a/dev-python/networkx/networkx-2.2.ebuild
+++ b/dev-python/networkx/networkx-2.2.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Python tools to manipulate graphs and complex networks"

diff --git a/dev-python/networkx/networkx-2.4.ebuild 
b/dev-python/networkx/networkx-2.4.ebuild
index 76776271aeb..9036109d6dc 100644
--- a/dev-python/networkx/networkx-2.4.ebuild
+++ b/dev-python/networkx/networkx-2.4.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-# networkx-2.4 supports up to python3_8
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
 
+# networkx-2.4 supports up to python3_8
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Python tools to manipulate graphs and complex networks"

Reply via email to