gui-apps/waypaper: disable py3.14

Signed-off-by: Sravan Balaji <balajsra@umich.edu>
This commit is contained in:
Sravan Balaji
2025-05-18 09:16:19 -04:00
parent ee64dd3218
commit 6abfb74463

View File

@@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..14} ) PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 inherit distutils-r1
@@ -24,11 +24,18 @@ BDEPEND="
# [wallutils](https://github.com/xyproto/wallutils) is another option, # [wallutils](https://github.com/xyproto/wallutils) is another option,
# but no ebuild exists yet # but no ebuild exists yet
RDEPEND="|| ( RDEPEND="
gui-apps/swww || (
gui-apps/swaybg gui-apps/swww
media-gfx/feh gui-apps/swaybg
gui-apps/hyprpaper media-gfx/feh
gui-apps/mpvpaper gui-apps/hyprpaper
) gui-apps/mpvpaper
)
dev-python/pygobject
dev-python/platformdirs
dev-python/pillow
dev-python/imageio
dev-python/imageio-ffmpeg
dev-python/screeninfo
" "