summaryrefslogtreecommitdiff
path: root/app-text/plover
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2026-07-31 13:44:55 +0200
committerLibravatar Terin Stock <terinjokes@gmail.com>2026-07-31 13:46:24 +0200
commit075206535e59e32f6db9e11ff943745d0d59d83d (patch)
tree6d408269fcfcfec0e2d2e964a9887386d36fefbb /app-text/plover
parentapp-misc/zigbee2mqtt: add 2.8.0, drop 2.6.3 (diff)
downloadebuilds-075206535e59e32f6db9e11ff943745d0d59d83d.tar.xz
*/*: update Plover and dependencies
Signed-off-by: Terin Stock <terinjokes@gmail.com>
Diffstat (limited to 'app-text/plover')
-rw-r--r--app-text/plover/Manifest2
-rw-r--r--app-text/plover/plover-5.3.0.ebuild (renamed from app-text/plover/plover-4.0.0_rc2-r1.ebuild)14
2 files changed, 10 insertions, 6 deletions
diff --git a/app-text/plover/Manifest b/app-text/plover/Manifest
index d89ed43..0aef6cb 100644
--- a/app-text/plover/Manifest
+++ b/app-text/plover/Manifest
@@ -1 +1 @@
-DIST plover-4.0.0rc2.tar.gz 4345481 BLAKE2B ed99548fef9331b4831013540ede28c18e117af196c34f4fcbce742ece3d48d1ff55af6660289ddfe806a7c611a0fef2a7f282e3d9b7248d7693089bac4bf273 SHA512 abc9e0a54e5891504550595c0e84f202ce10fb264e8b01e7ad5546797d317038d26e454fec576898b915e9797637ffe1cca33567c65d69a98bdd40097d8cf79a
+DIST plover-5.3.0.tar.gz 4413716 BLAKE2B 1beb21075a88690d3ba0d122153a872c1db3d5f7e4a35d7c38ffc66f7c90a2a0b9894615de1298df7613fa50bb3c1297ca32bec4278d6cee23885c9f48f272ae SHA512 06923c8760e439bac5be80088b5d7fcf8ca173be3c82e300b88ba1bb6a65707ef8321534dadb81a9aeaca0f85735de7cb4b1884ad664e3a5692e818a1b196924
diff --git a/app-text/plover/plover-4.0.0_rc2-r1.ebuild b/app-text/plover/plover-5.3.0.ebuild
index ebeebb9..19858a2 100644
--- a/app-text/plover/plover-4.0.0_rc2-r1.ebuild
+++ b/app-text/plover/plover-5.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{13..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 desktop pypi
@@ -15,12 +15,16 @@ KEYWORDS="~amd64"
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/pyqt5[${PYTHON_USEDEP}]
+ dev-python/hidapi[${PYTHON_USEDEP}]
+ dev-python/plover-stroke[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
- dev-python/wcwidth[${PYTHON_USEDEP}]
+ dev-python/pyside:6[gui,widgets,tools,${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/plover-stroke[${PYTHON_USEDEP}]
+ dev-python/wcwidth[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest