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 993E113835A for ; Wed, 9 Jun 2021 15:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B435E077F; Wed, 9 Jun 2021 15:19:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 544ABE077F for ; Wed, 9 Jun 2021 15:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ED98B340AB5 for ; Wed, 9 Jun 2021 15:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528F17A0 for ; Wed, 9 Jun 2021 15:19:22 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1623251941.2d8fa8ee04b9cef954d4cd47c64f43a6aab4c05b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/coverage/coverage-5.5.ebuild X-VCS-Directories: dev-python/coverage/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2d8fa8ee04b9cef954d4cd47c64f43a6aab4c05b X-VCS-Branch: master Date: Wed, 9 Jun 2021 15:19: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: 5ec6aa47-4147-4490-be99-5a5c05a54b50 X-Archives-Hash: 5913fe3a8802cd9c0ff485a6264a42e4 commit: 2d8fa8ee04b9cef954d4cd47c64f43a6aab4c05b Author: Marek Szuba gentoo org> AuthorDate: Wed Jun 9 14:19:05 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jun 9 15:19:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8fa8ee dev-python/coverage: support python3_10 Builds and installs fine. Tests are restricted but at least works without trouble when used by the virtualenv test suite. Signed-off-by: Marek Szuba gentoo.org> dev-python/coverage/coverage-5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/coverage/coverage-5.5.ebuild b/dev-python/coverage/coverage-5.5.ebuild index f2f89b8b1f8..d5939aa8775 100644 --- a/dev-python/coverage/coverage-5.5.ebuild +++ b/dev-python/coverage/coverage-5.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) PYTHON_REQ_USE="threads(+),sqlite(+)" DISTUTILS_USE_SETUPTOOLS=rdepend