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 6315415800F for ; Thu, 19 Jan 2023 00:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A93DEE0871; Thu, 19 Jan 2023 00:15:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EA72E0871 for ; Thu, 19 Jan 2023 00:15:33 +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 AA029335D79 for ; Thu, 19 Jan 2023 00:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17803523 for ; Thu, 19 Jan 2023 00:15:31 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1674087282.cbb7558847329e484f50d4dc0300da3f5d6568ea.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/fypp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fypp/fypp-3.1.ebuild X-VCS-Directories: dev-util/fypp/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: cbb7558847329e484f50d4dc0300da3f5d6568ea X-VCS-Branch: dev Date: Thu, 19 Jan 2023 00:15:31 +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: f270418a-2970-4c48-96a7-c5853f5df370 X-Archives-Hash: d9d0736fedcc90b0f0fa1847ca6e6a40 commit: cbb7558847329e484f50d4dc0300da3f5d6568ea Author: Sergey Torokhov yandex ru> AuthorDate: Thu Jan 19 00:14:42 2023 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Thu Jan 19 00:14:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbb75588 dev-util/fypp: drop python3.8, add 3.11 compat Signed-off-by: Sergey Torokhov yandex.ru> dev-util/fypp/fypp-3.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/fypp/fypp-3.1.ebuild b/dev-util/fypp/fypp-3.1.ebuild index ced59723a..f251e12b2 100644 --- a/dev-util/fypp/fypp-3.1.ebuild +++ b/dev-util/fypp/fypp-3.1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1