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 1451B15817D for ; Wed, 19 Jun 2024 09:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABA2E2A34; Wed, 19 Jun 2024 09:43:01 +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 3EC8EE2A34 for ; Wed, 19 Jun 2024 09:43:01 +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 3D09A33C4EE for ; Wed, 19 Jun 2024 09:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 762DE1C66 for ; Wed, 19 Jun 2024 09:42:58 +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: <1718790130.27d9771c76b1ae1693066e1773f1a8cc8d427998.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pyvim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pyvim/pyvim-3.0.3.ebuild X-VCS-Directories: app-editors/pyvim/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 27d9771c76b1ae1693066e1773f1a8cc8d427998 X-VCS-Branch: master Date: Wed, 19 Jun 2024 09:42:58 +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: 20c76c2f-b683-4d5b-af84-999c37cdb39e X-Archives-Hash: 7016122f066ffd74c6d03a05411ff496 commit: 27d9771c76b1ae1693066e1773f1a8cc8d427998 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 19 09:41:58 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 19 09:42:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d9771c app-editors/pyvim: enable py3.12 Closes: https://bugs.gentoo.org/929298 Signed-off-by: Pacho Ramos gentoo.org> app-editors/pyvim/pyvim-3.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/pyvim/pyvim-3.0.3.ebuild b/app-editors/pyvim/pyvim-3.0.3.ebuild index 984c32f845ed..237f234c7c33 100644 --- a/app-editors/pyvim/pyvim-3.0.3.ebuild +++ b/app-editors/pyvim/pyvim-3.0.3.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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 edo