From f886997649e46a7ec1f92f4b662ab2e37948ba38 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Fri, 3 Jul 2026 23:35:36 +0100 Subject: add plover2cat and some other plugins --- app-text/plover/plover-5.3.0.ebuild | 44 +++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'app-text/plover/plover-5.3.0.ebuild') diff --git a/app-text/plover/plover-5.3.0.ebuild b/app-text/plover/plover-5.3.0.ebuild index d8ece2e..a9d5739 100644 --- a/app-text/plover/plover-5.3.0.ebuild +++ b/app-text/plover/plover-5.3.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 + PYTHON_COMPAT=( python3_{13,14} ) DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 inherit desktop distutils-r1 @@ -15,26 +17,26 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64" -RDEPEND=" - dev-python/appdirs - dev-python/babel - dev-python/evdev - dev-python/hidapi - dev-python/packaging - dev-python/pkginfo - dev-python/plover-stroke - dev-python/psutil - dev-python/pygments - dev-python/pyserial - dev-python/pyside - dev-python/python-xlib - dev-python/readme-renderer - dev-python/requests-cache - dev-python/requests-futures - dev-python/rtf-tokenize - dev-python/wcwidth - dev-python/xkbcommon -" +RDEPEND="$(python_gen_cond_dep ' + dev-python/appdirs[${PYTHON_USEDEP}] + dev-python/babel[${PYTHON_USEDEP}] + dev-python/evdev[${PYTHON_USEDEP}] + dev-python/hidapi[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/pkginfo[${PYTHON_USEDEP}] + dev-python/plover-stroke[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pyserial[${PYTHON_USEDEP}] + dev-python/pyside[${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] + dev-python/readme-renderer[${PYTHON_USEDEP}] + dev-python/requests-cache[${PYTHON_USEDEP}] + dev-python/requests-futures[${PYTHON_USEDEP}] + dev-python/rtf-tokenize[${PYTHON_USEDEP}] + dev-python/wcwidth[${PYTHON_USEDEP}] + dev-python/xkbcommon[${PYTHON_USEDEP}] +')" BDEPEND=" dev-python/pyside[tools] " -- cgit v1.3