From: Andreas Sturmlechner Date: Sat, 28 Dec 2019 16:31:24 +0000 (+0100) Subject: dev-python/networkx: Drop python2_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c469e03d553490f8116b0dcd038ec9e6e00ffd79;p=gentoo.git dev-python/networkx: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/networkx/networkx-2.2.ebuild b/dev-python/networkx/networkx-2.2.ebuild index 3c300b4318c1..af00054f3728 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 76776271aebd..9036109d6dc5 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"