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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6089C15808B for ; Wed, 6 Apr 2022 17:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4A47E0BE4; Wed, 6 Apr 2022 17:30:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82D01E0BE4 for ; Wed, 6 Apr 2022 17:30:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69A0C341181 for ; Wed, 6 Apr 2022 17:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBB48290 for ; Wed, 6 Apr 2022 17:30:01 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1649266199.a35d208ffe7246ec96d27054ca272ab8611e7747.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pivy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pivy/pivy-0.6.6-r1.ebuild X-VCS-Directories: dev-python/pivy/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: a35d208ffe7246ec96d27054ca272ab8611e7747 X-VCS-Branch: master Date: Wed, 6 Apr 2022 17:30:01 +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: 388c80fa-4e3a-4863-8f1d-48d45d80fa9a X-Archives-Hash: 2c861a84fdce4a00fe836cdcb9deddc2 commit: a35d208ffe7246ec96d27054ca272ab8611e7747 Author: Piotr Karbowski gentoo org> AuthorDate: Wed Apr 6 11:15:57 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Wed Apr 6 17:29:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35d208f dev-python/pivy: 0.6.6-r1: add Python 3.10 support. All good with FEATURES=test. Signed-off-by: Piotr Karbowski gentoo.org> dev-python/pivy/pivy-0.6.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pivy/pivy-0.6.6-r1.ebuild b/dev-python/pivy/pivy-0.6.6-r1.ebuild index be384a054672..50ca56ff2739 100644 --- a/dev-python/pivy/pivy-0.6.6-r1.ebuild +++ b/dev-python/pivy/pivy-0.6.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1