net-misc/lyrics-in-terminal: enable py3.13 and disable py3.10

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-10-30 02:25:18 +05:00
parent 11b02c7c90
commit 834433bf03
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="ncurses"
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
@ -18,6 +18,8 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
distutils_enable_tests import-check
pkg_postinst() {
optfeature "MPD player support" dev-python/python-mpd2
}