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 0BC5315800F for ; Wed, 11 Jan 2023 18:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A246E0C7D; Wed, 11 Jan 2023 18:21:35 +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 F2DC4E0C7D for ; Wed, 11 Jan 2023 18:21:34 +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 1521A340CC9 for ; Wed, 11 Jan 2023 18:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A554782E for ; Wed, 11 Jan 2023 18:21:30 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1673461272.0b3505f10b81c6ef324ad19eef9feee58c858d3d.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/auditok/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/auditok/auditok-0.1.5.ebuild X-VCS-Directories: dev-python/auditok/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 0b3505f10b81c6ef324ad19eef9feee58c858d3d X-VCS-Branch: dev Date: Wed, 11 Jan 2023 18:21:30 +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: 6188e266-f741-4310-b3b2-729c92fbfa1d X-Archives-Hash: 854a75a17f0cb1affd44561de94c24d9 commit: 0b3505f10b81c6ef324ad19eef9feee58c858d3d Author: Nicola Smaniotto gmail com> AuthorDate: Wed Jan 11 13:57:32 2023 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Wed Jan 11 18:21:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b3505f1 dev-python/auditok: enable py3.11 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/auditok/auditok-0.1.5.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/auditok/auditok-0.1.5.ebuild b/dev-python/auditok/auditok-0.1.5.ebuild index 9e2c9227b..207c9d6c6 100644 --- a/dev-python/auditok/auditok-0.1.5.ebuild +++ b/dev-python/auditok/auditok-0.1.5.ebuild @@ -1,9 +1,10 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature