app-misc/termdown: enable py3.12, py3.13, depend on pyfiglet[contrib]

Closes: https://bugs.gentoo.org/955252
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-05 15:58:39 +09:00
parent fc4c5f7b6a
commit 3c85018c16

View File

@@ -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() {