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 433E1138350 for ; Mon, 3 Feb 2020 10:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82210E0837; Mon, 3 Feb 2020 10:23:31 +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 69422E0837 for ; Mon, 3 Feb 2020 10:23:31 +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 59B1834E4B9 for ; Mon, 3 Feb 2020 10:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9C535 for ; Mon, 3 Feb 2020 10:23:28 +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: <1580725403.a9a7f3e768a06214b2b89938260f04ad0feb39e2.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild X-VCS-Directories: dev-python/python-axolotl-curve25519/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: a9a7f3e768a06214b2b89938260f04ad0feb39e2 X-VCS-Branch: master Date: Mon, 3 Feb 2020 10:23:28 +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: a810987f-aa0c-4742-bcb4-4a3c07dd174e X-Archives-Hash: ceb7c6d4015204cd878ea2a450e19dfe commit: a9a7f3e768a06214b2b89938260f04ad0feb39e2 Author: Hanno Böck gentoo org> AuthorDate: Mon Feb 3 10:23:23 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Mon Feb 3 10:23:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a7f3e7 dev-python/python-axolotl-curve25519: Remove Python 2. No dependencies with Python 2 support any more. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.87, Repoman-2.3.20 .../python-axolotl-curve25519-0.4.1_p2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild index 0fcf7416e0b..6bcd18abb00 100644 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1