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 44797138350 for ; Mon, 3 Feb 2020 10:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CB55E08A8; Mon, 3 Feb 2020 10:22:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6069FE08A8 for ; Mon, 3 Feb 2020 10:22:25 +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 1E63134E4A3 for ; Mon, 3 Feb 2020 10:22:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CE7A35 for ; Mon, 3 Feb 2020 10:22:22 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1580725332.6af47a5d0fef65d7001f89a1ae167a8fc23df065.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl/python-axolotl-0.2.3.ebuild X-VCS-Directories: dev-python/python-axolotl/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 6af47a5d0fef65d7001f89a1ae167a8fc23df065 X-VCS-Branch: master Date: Mon, 3 Feb 2020 10:22:22 +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: 2bd68f24-8e96-43ea-9007-909594e5739b X-Archives-Hash: e8552fdaf340c75bc17ea23a7a6af8b4 commit: 6af47a5d0fef65d7001f89a1ae167a8fc23df065 Author: Hanno Böck gentoo org> AuthorDate: Mon Feb 3 10:22:12 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Mon Feb 3 10:22:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af47a5d dev-python/python-axolotl: Remove Python 2. No dependencies use Python 2 any more. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.87, Repoman-2.3.20 dev-python/python-axolotl/python-axolotl-0.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild index cb9eea3e811..05c43ad2c92 100644 --- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild +++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1