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 1E49D158032 for ; Mon, 27 Feb 2023 21:05:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2881CE07C5; Mon, 27 Feb 2023 21:05:14 +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 E39A8E07AE for ; Mon, 27 Feb 2023 21:05:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD6DF33E362 for ; Mon, 27 Feb 2023 21:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E6F8865 for ; Mon, 27 Feb 2023 21:05:10 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677531262.96812bd0477f8e6f974e2c032304a100b03e7b95.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/click-repl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/click-repl/click-repl-0.2.0-r1.ebuild X-VCS-Directories: dev-python/click-repl/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 96812bd0477f8e6f974e2c032304a100b03e7b95 X-VCS-Branch: dev Date: Mon, 27 Feb 2023 21:05:10 +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: 79560f7d-2122-44f6-9859-93260cd93310 X-Archives-Hash: 48f22af04e8317d562538c024956f31d commit: 96812bd0477f8e6f974e2c032304a100b03e7b95 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 27 04:52:58 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 27 20:54:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96812bd0 dev-python/click-repl: disable py3.8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/click-repl/click-repl-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/click-repl/click-repl-0.2.0-r1.ebuild b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild index 9b43ee449..1974a023f 100644 --- a/dev-python/click-repl/click-repl-0.2.0-r1.ebuild +++ b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1