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 BED7D15808B for ; Sun, 6 Mar 2022 00:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B07E07B2; Sun, 6 Mar 2022 00:00:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF8B5E07B2 for ; Sun, 6 Mar 2022 00:00:22 +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 DAE173430DB for ; Sun, 6 Mar 2022 00:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BA3E30F for ; Sun, 6 Mar 2022 00:00:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646524792.4d4a25b35f5ea10a093b2318c099542a12635803.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/stem/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/stem/stem-1.8.0-r1.ebuild X-VCS-Directories: net-libs/stem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d4a25b35f5ea10a093b2318c099542a12635803 X-VCS-Branch: master Date: Sun, 6 Mar 2022 00:00:20 +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: 17cfdc57-b9a9-47de-a9e4-dd9ecb1c0eb6 X-Archives-Hash: a413c886455f6e6e8b4807b479cad5df commit: 4d4a25b35f5ea10a093b2318c099542a12635803 Author: Sam James gentoo org> AuthorDate: Sat Mar 5 23:59:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 5 23:59:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4a25b3 net-libs/stem: enable py3.10 for 1.8.0-r1 Needed because of nyx. Signed-off-by: Sam James gentoo.org> net-libs/stem/stem-1.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild b/net-libs/stem/stem-1.8.0-r1.ebuild index 5faf782e56e7..1437132e3ad2 100644 --- a/net-libs/stem/stem-1.8.0-r1.ebuild +++ b/net-libs/stem/stem-1.8.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1