mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
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:
parent
11b02c7c90
commit
834433bf03
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user