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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE8F01584AD for ; Mon, 05 May 2025 19:33:19 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A5D6A343159 for ; Mon, 05 May 2025 19:33:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EF1271103C0; Mon, 05 May 2025 19:33:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id E509E1103C0 for ; Mon, 05 May 2025 19:33:10 +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 A196334316F for ; Mon, 05 May 2025 19:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179A72775 for ; Mon, 05 May 2025 19:33:09 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1746428319.3c85018c16f0cdd23e6cacaeb4c6e3aad7ec8158.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/termdown/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/termdown/termdown-1.18.0-r1.ebuild app-misc/termdown/termdown-1.18.0.ebuild X-VCS-Directories: app-misc/termdown/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3c85018c16f0cdd23e6cacaeb4c6e3aad7ec8158 X-VCS-Branch: master Date: Mon, 05 May 2025 19:33:09 +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: a99f07f9-6c72-42bb-8249-4c42c18a11eb X-Archives-Hash: 201bd028e4e127dc7168070c91e11551 commit: 3c85018c16f0cdd23e6cacaeb4c6e3aad7ec8158 Author: Takuya Wakazono gmail com> AuthorDate: Mon May 5 06:58:39 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon May 5 06:58:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c85018c app-misc/termdown: enable py3.12, py3.13, depend on pyfiglet[contrib] Closes: https://bugs.gentoo.org/955252 Signed-off-by: Takuya Wakazono gmail.com> .../termdown/{termdown-1.18.0.ebuild => termdown-1.18.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/termdown/termdown-1.18.0.ebuild b/app-misc/termdown/termdown-1.18.0-r1.ebuild similarity index 82% rename from app-misc/termdown/termdown-1.18.0.ebuild rename to app-misc/termdown/termdown-1.18.0-r1.ebuild index b85e3821c..8cbf45e64 100644 --- a/app-misc/termdown/termdown-1.18.0.ebuild +++ b/app-misc/termdown/termdown-1.18.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="ncurses(+)" inherit distutils-r1 optfeature @@ -19,7 +19,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pyfiglet[${PYTHON_USEDEP}] + dev-python/pyfiglet[contrib,${PYTHON_USEDEP}] " pkg_postinst() {