From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 677C7138334 for ; Sun, 29 Dec 2019 13:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D87E0DDB; Sun, 29 Dec 2019 13:23:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C91FE0DDB for ; Sun, 29 Dec 2019 13:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C7334DCCA for ; Sun, 29 Dec 2019 13:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4A7A5 for ; Sun, 29 Dec 2019 13:23:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577625778.c469e03d553490f8116b0dcd038ec9e6e00ffd79.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/networkx/networkx-2.2.ebuild dev-python/networkx/networkx-2.4.ebuild X-VCS-Directories: dev-python/networkx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c469e03d553490f8116b0dcd038ec9e6e00ffd79 X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:23:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 632dc5a5-3359-498f-a762-19a4919c3e6d X-Archives-Hash: 65b5af4e5a4716fcb20fbcd1bc6531c9 commit: c469e03d553490f8116b0dcd038ec9e6e00ffd79 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 16:31:24 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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"