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 02C3315838C for ; Fri, 26 Jan 2024 10:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E62E29F5; Fri, 26 Jan 2024 10:06:50 +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 52D15E29F5 for ; Fri, 26 Jan 2024 10:06:50 +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 6CA4934342F for ; Fri, 26 Jan 2024 10:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA5214B5 for ; Fri, 26 Jan 2024 10:06:46 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1706263474.0d8152fbc626e911439ff4cc7a46ea99a087ba5d.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pure-protobuf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild X-VCS-Directories: dev-python/pure-protobuf/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 0d8152fbc626e911439ff4cc7a46ea99a087ba5d X-VCS-Branch: dev Date: Fri, 26 Jan 2024 10:06:46 +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: e435797a-1862-4c57-afb2-5bac0b29afda X-Archives-Hash: b93dab4854860a0276497ae78693977c commit: 0d8152fbc626e911439ff4cc7a46ea99a087ba5d Author: Takuya Wakazono gmail com> AuthorDate: Fri Jan 26 10:04:34 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Fri Jan 26 10:04:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d8152fb dev-python/pure-protobuf: enable py3.12 Signed-off-by: Takuya Wakazono gmail.com> dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild index 1431c4c79b..c7322ca000 100644 --- a/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild +++ b/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi