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 A4F6115800F for ; Wed, 18 Jan 2023 21:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D86DCE089A; Wed, 18 Jan 2023 21:44:21 +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 BA18FE089A for ; Wed, 18 Jan 2023 21:44:21 +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 8A70834072E for ; Wed, 18 Jan 2023 21:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB7C1771 for ; Wed, 18 Jan 2023 21:44:18 +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: <1674078168.eabbc420cc2a66bb7276e167198177db7d0eba31.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/FoBiS/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/FoBiS/FoBiS-3.0.5-r1.ebuild dev-util/FoBiS/FoBiS-3.0.5.ebuild X-VCS-Directories: dev-util/FoBiS/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: eabbc420cc2a66bb7276e167198177db7d0eba31 X-VCS-Branch: dev Date: Wed, 18 Jan 2023 21:44:18 +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: 47bc2532-5b40-49d0-85b5-81d0a1652792 X-Archives-Hash: 67bf44f7238d2c31a5405ab2b0d2d37e commit: eabbc420cc2a66bb7276e167198177db7d0eba31 Author: Sergey Torokhov yandex ru> AuthorDate: Wed Jan 18 21:42:48 2023 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Wed Jan 18 21:42:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eabbc420 dev-util/FoBiS: drop python3.8, add 3.11 compat. Signed-off-by: Sergey Torokhov yandex.ru> dev-util/FoBiS/{FoBiS-3.0.5.ebuild => FoBiS-3.0.5-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-util/FoBiS/FoBiS-3.0.5.ebuild b/dev-util/FoBiS/FoBiS-3.0.5-r1.ebuild similarity index 84% rename from dev-util/FoBiS/FoBiS-3.0.5.ebuild rename to dev-util/FoBiS/FoBiS-3.0.5-r1.ebuild index 27a66da0f..535056784 100644 --- a/dev-util/FoBiS/FoBiS-3.0.5.ebuild +++ b/dev-util/FoBiS/FoBiS-3.0.5-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1