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 3583D158090 for ; Sat, 28 May 2022 21:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43F83E07D4; Sat, 28 May 2022 21:48:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2E0D8E07D4 for ; Sat, 28 May 2022 21:48:47 +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 60C2B3414F7 for ; Sat, 28 May 2022 21:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A32EF4D3 for ; Sat, 28 May 2022 21:48:43 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653773681.f7ff5fc4f82dce660fb4942abc92d887b758b778.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild X-VCS-Directories: dev-python/github-sublee-glicko2/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: f7ff5fc4f82dce660fb4942abc92d887b758b778 X-VCS-Branch: dev Date: Sat, 28 May 2022 21:48:43 +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: 24a51161-647c-46b1-b608-55e0ff7fe992 X-Archives-Hash: c3866cee1ee7ce96329bb2bed93449a7 commit: f7ff5fc4f82dce660fb4942abc92d887b758b778 Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 21:34:41 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 21:34:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7ff5fc4 dev-python/github-sublee-glicko2: enable py3.10, py3.11 Signed-off-by: Alessandro Barbieri gmail.com> .../github-sublee-glicko2-0_pre20191010-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild index d32a6b428..d303c9196 100644 --- a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild +++ b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{8,9} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1