diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-28 17:31:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:22:58 +0100 |
commit | c469e03d553490f8116b0dcd038ec9e6e00ffd79 (patch) | |
tree | c2362d11d317d9986b4973cc90a1e85f32f4c24a /dev-python/networkx | |
parent | dev-python/networkx: Drop 1.11, 1.11-r1 and 2.1 (diff) | |
download | gentoo-c469e03d553490f8116b0dcd038ec9e6e00ffd79.tar.gz gentoo-c469e03d553490f8116b0dcd038ec9e6e00ffd79.tar.bz2 gentoo-c469e03d553490f8116b0dcd038ec9e6e00ffd79.zip |
dev-python/networkx: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/networkx')
-rw-r--r-- | dev-python/networkx/networkx-2.2.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |