Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
# 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"
# 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"