From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7553C1584AD for ; Tue, 06 May 2025 18:50:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 669E6340C40 for ; Tue, 06 May 2025 18:50:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6045911036F; Tue, 06 May 2025 18:50:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 58CF811036F for ; Tue, 06 May 2025 18:50:22 +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 1617D340C40 for ; Tue, 06 May 2025 18:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ACBF11F3 for ; Tue, 06 May 2025 18:50:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746557393.9bbd1d0cda75848695afb70c6afc1b4e737d21c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/impressive/impressive-0.13.1.ebuild app-office/impressive/impressive-0.13.2.ebuild X-VCS-Directories: app-office/impressive/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bbd1d0cda75848695afb70c6afc1b4e737d21c6 X-VCS-Branch: master Date: Tue, 06 May 2025 18:50:20 +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: 22efb75e-089b-4c99-8c00-3078d9925404 X-Archives-Hash: a27f2fb5cfb05fd0347f1d4368b2cae0 commit: 9bbd1d0cda75848695afb70c6afc1b4e737d21c6 Author: Sam James gentoo org> AuthorDate: Tue May 6 18:49:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 18:49:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbd1d0c app-office/impressive: disable py3.10 Signed-off-by: Sam James gentoo.org> app-office/impressive/impressive-0.13.1.ebuild | 4 ++-- app-office/impressive/impressive-0.13.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild index 2f4b427c94b6..828cc01dedac 100644 --- a/app-office/impressive/impressive-0.13.1.ebuild +++ b/app-office/impressive/impressive-0.13.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..11} ) inherit optfeature python-r1 DESCRIPTION="Stylish way of giving presentations with Python" diff --git a/app-office/impressive/impressive-0.13.2.ebuild b/app-office/impressive/impressive-0.13.2.ebuild index abaf2a94f262..e59c6265d439 100644 --- a/app-office/impressive/impressive-0.13.2.ebuild +++ b/app-office/impressive/impressive-0.13.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit optfeature python-r1 DESCRIPTION="Stylish way of giving presentations with Python"