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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE5F4158042 for ; Wed, 13 Nov 2024 00:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42755E082F; Wed, 13 Nov 2024 00:29: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26080E082F for ; Wed, 13 Nov 2024 00:29:14 +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 2E692342FB8 for ; Wed, 13 Nov 2024 00:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBEF3AED for ; Wed, 13 Nov 2024 00:29:11 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1731456881.5f85f83f033c7bd8e77a0b3657895d6669b98f14.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpeas/libpeas-1.36.0.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 5f85f83f033c7bd8e77a0b3657895d6669b98f14 X-VCS-Branch: master Date: Wed, 13 Nov 2024 00:29:11 +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: e60915fa-4a95-4c0f-bcce-856154edd590 X-Archives-Hash: bddd20b4cd8eda7877f364c38332d754 commit: 5f85f83f033c7bd8e77a0b3657895d6669b98f14 Author: Eli Schwartz gentoo org> AuthorDate: Wed Nov 13 00:14:11 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Nov 13 00:14:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f85f83f dev-libs/libpeas: Add py3.13 compatibility and not just for the newest SLOT! Signed-off-by: Eli Schwartz gentoo.org> dev-libs/libpeas/libpeas-1.36.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpeas/libpeas-1.36.0.ebuild b/dev-libs/libpeas/libpeas-1.36.0.ebuild index 124bd3368612..fd8258aa662f 100644 --- a/dev-libs/libpeas/libpeas-1.36.0.ebuild +++ b/dev-libs/libpeas/libpeas-1.36.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org lua-single meson python-single-r1 vala virtualx xdg