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 9CF27159C9B for ; Mon, 29 Jul 2024 10:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4003B2BC067; Mon, 29 Jul 2024 10:42: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 258FB2BC067 for ; Mon, 29 Jul 2024 10:42:35 +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 46AE733BF36 for ; Mon, 29 Jul 2024 10:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935D91E84 for ; Mon, 29 Jul 2024 10:42:31 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722249713.e53bb9ebb26386d8542cb58b759d23d87195c5d3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pydoc/pydoc-2.0-r2.ebuild X-VCS-Directories: app-vim/pydoc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e53bb9ebb26386d8542cb58b759d23d87195c5d3 X-VCS-Branch: master Date: Mon, 29 Jul 2024 10:42: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: d5c1ea79-4797-4bc4-bc31-5d7b1f16efe8 X-Archives-Hash: 3363d1bfe897794da09762fd6d7dfbd9 commit: e53bb9ebb26386d8542cb58b759d23d87195c5d3 Author: Pacho Ramos gentoo org> AuthorDate: Mon Jul 29 10:32:40 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jul 29 10:41:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53bb9eb app-vim/pydoc: enable py3.12 Closes: https://bugs.gentoo.org/929374 Signed-off-by: Pacho Ramos gentoo.org> app-vim/pydoc/pydoc-2.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild index 77ced46cdbdb..e1db3e2bae8e 100644 --- a/app-vim/pydoc/pydoc-2.0-r2.ebuild +++ b/app-vim/pydoc/pydoc-2.0-r2.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: integrates python documentation view and search tool"