aboutsummaryrefslogtreecommitdiff
path: root/plover-plugin/lapwing-aio
diff options
context:
space:
mode:
authorwinter Sparkles2026-07-03 23:35:36 +0100
committerwinter Sparkles2026-07-03 23:37:02 +0100
commitf886997649e46a7ec1f92f4b662ab2e37948ba38 (patch)
tree1ec87644e581c17fcefa2c336eb4532325e385e5 /plover-plugin/lapwing-aio
parent360d850003945b988c8b205242c3336ca6b0b8fc (diff)
add plover2cat and some other plugins
Diffstat (limited to 'plover-plugin/lapwing-aio')
-rw-r--r--plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild17
1 files changed, 9 insertions, 8 deletions
diff --git a/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild
index e2b6542..242454b 100644
--- a/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild
+++ b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{6..14} )
PYPI_PN=plover-${PN}
@@ -13,14 +14,14 @@ DESCRIPTION="All the necessary plugins and dictionaries for using Lapwing theory
HOMEPAGE="
https://pypi.org/project/${PYPI_PN}/
"
-DEPEND="app-text/plover"
-RDEPEND="
- plover-plugin/dict-commands
- plover-plugin/last-translation
- plover-plugin/modal-dictionary
- plover-plugin/python-dictionary
- plover-plugin/stitching
-"
+DEPEND="app-text/plover[${PYTHON_SINGLE_USEDEP}]"
+RDEPEND="$(python_gen_cond_dep '
+ plover-plugin/dict-commands[${PYTHON_USEDEP}]
+ plover-plugin/last-translation[${PYTHON_USEDEP}]
+ plover-plugin/modal-dictionary[${PYTHON_USEDEP}]
+ plover-plugin/python-dictionary[${PYTHON_USEDEP}]
+ plover-plugin/stitching[${PYTHON_USEDEP}]
+')"
LICENSE="GPL-2"
SLOT="0"