mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
Part-of: https://github.com/gentoo/guru/pull/447 Closes: https://github.com/gentoo/guru/pull/447 Signed-off-by: David Roman <stkw0@disroot.org>
21 lines
548 B
Bash
21 lines
548 B
Bash
EAPI=8
|
|
|
|
PYTHON_COMPAT=( python3_{12..13} )
|
|
DISTUTILS_USE_PEP517=setuptools
|
|
inherit distutils-r1 pypi
|
|
|
|
DESCRIPTION="GUI wallpaper setter for Wayland and Xorg window managers"
|
|
HOMEPAGE="https://github.com/anufrievroman/waypaper"
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
RESTRICT="primaryuri"
|
|
RDEPEND="
|
|
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
dev-python/platformdirs[${PYTHON_USEDEP}]
|
|
dev-python/pillow[${PYTHON_USEDEP}]
|
|
dev-python/imageio[${PYTHON_USEDEP}]
|
|
dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
|
|
dev-python/screeninfo[${PYTHON_USEDEP}]
|
|
"
|