From 798b5894b160a26176e3243acabce595b86432a6 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Wed, 8 Jul 2026 09:17:50 +0100 Subject: fix up all the plover stuff so its better now --- .../auto-reconnect-machine-0.1.0.ebuild | 5 ++++- plover-plugin/clippy2/clippy2-0.0.8.ebuild | 5 ++++- plover-plugin/dict-commands/dict-commands-0.2.5.ebuild | 5 ++++- plover-plugin/fancytext/fancytext-1.9.0.ebuild | 3 ++- plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild | 12 ++++++------ plover-plugin/last-translation/last-translation-0.0.2.ebuild | 5 ++++- plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild | 5 ++++- .../python-dictionary/python-dictionary-1.2.1.ebuild | 5 ++++- plover-plugin/skel.ebuild | 7 +++++-- plover-plugin/stitching/stitching-0.1.0.ebuild | 5 ++++- plover-plugin/tapey-tape/tapey-tape-0.0.6.ebuild | 5 ++++- 11 files changed, 45 insertions(+), 17 deletions(-) (limited to 'plover-plugin') diff --git a/plover-plugin/auto-reconnect-machine/auto-reconnect-machine-0.1.0.ebuild b/plover-plugin/auto-reconnect-machine/auto-reconnect-machine-0.1.0.ebuild index 9ec5db6..1dfd3c5 100644 --- a/plover-plugin/auto-reconnect-machine/auto-reconnect-machine-0.1.0.ebuild +++ b/plover-plugin/auto-reconnect-machine/auto-reconnect-machine-0.1.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,7 +14,9 @@ DESCRIPTION="Automatically reconnect the steno machine if the connection got los HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-3" SLOT="0" diff --git a/plover-plugin/clippy2/clippy2-0.0.8.ebuild b/plover-plugin/clippy2/clippy2-0.0.8.ebuild index 58094c4..200e02e 100644 --- a/plover-plugin/clippy2/clippy2-0.0.8.ebuild +++ b/plover-plugin/clippy2/clippy2-0.0.8.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{7..14} ) PYPI_PN=plover-clippy-2 @@ -13,7 +14,9 @@ DESCRIPTION="Logs inefficient strokes to a file for later review. (fork)" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-3" SLOT="0" diff --git a/plover-plugin/dict-commands/dict-commands-0.2.5.ebuild b/plover-plugin/dict-commands/dict-commands-0.2.5.ebuild index 17f3f0f..0dac1ac 100644 --- a/plover-plugin/dict-commands/dict-commands-0.2.5.ebuild +++ b/plover-plugin/dict-commands/dict-commands-0.2.5.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,7 +14,9 @@ DESCRIPTION="Dictionaries stack manipulation commands for Plover." HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-2" SLOT="0" diff --git a/plover-plugin/fancytext/fancytext-1.9.0.ebuild b/plover-plugin/fancytext/fancytext-1.9.0.ebuild index 3809071..91bfeaf 100644 --- a/plover-plugin/fancytext/fancytext-1.9.0.ebuild +++ b/plover-plugin/fancytext/fancytext-1.9.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,8 +14,8 @@ DESCRIPTION="Silly output formatting plugin for Plover" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] dev-python/pyfiglet[${PYTHON_USEDEP}] ')" 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 242454b..9bcc032 100644 --- a/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild +++ b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild @@ -14,13 +14,13 @@ DESCRIPTION="All the necessary plugins and dictionaries for using Lapwing theory HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -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}] + app-text/plover[${PYTHON_SINGLE_USEDEP}] + plover-plugin/dict-commands[${PYTHON_SINGLE_USEDEP}] + plover-plugin/last-translation[${PYTHON_SINGLE_USEDEP}] + plover-plugin/modal-dictionary[${PYTHON_SINGLE_USEDEP}] + plover-plugin/python-dictionary[${PYTHON_SINGLE_USEDEP}] + plover-plugin/stitching[${PYTHON_SINGLE_USEDEP}] ')" LICENSE="GPL-2" diff --git a/plover-plugin/last-translation/last-translation-0.0.2.ebuild b/plover-plugin/last-translation/last-translation-0.0.2.ebuild index 7fcc472..e8dbbee 100644 --- a/plover-plugin/last-translation/last-translation-0.0.2.ebuild +++ b/plover-plugin/last-translation/last-translation-0.0.2.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,7 +14,9 @@ DESCRIPTION="Macro plugins for Plover to repeat output." HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-3" SLOT="0" diff --git a/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild b/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild index 0502b48..fb6c72d 100644 --- a/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild +++ b/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{6..14} ) PYPI_PN=plover-${PN} PYPI_NO_NORMALIZE=1 @@ -14,7 +15,9 @@ DESCRIPTION="Modal Dictionaries for Plover" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="MIT" SLOT="0" diff --git a/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild b/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild index 9a4cdd9..e7e35c3 100644 --- a/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild +++ b/plover-plugin/python-dictionary/python-dictionary-1.2.1.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,7 +14,9 @@ DESCRIPTION="Python dictionaries support for Plover" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-2" SLOT="0" diff --git a/plover-plugin/skel.ebuild b/plover-plugin/skel.ebuild index 5e43124..9db96e5 100644 --- a/plover-plugin/skel.ebuild +++ b/plover-plugin/skel.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,8 +14,10 @@ DESCRIPTION="" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" -LICENSE="GPL-2" +LICENSE="" SLOT="0" KEYWORDS="~amd64" diff --git a/plover-plugin/stitching/stitching-0.1.0.ebuild b/plover-plugin/stitching/stitching-0.1.0.ebuild index 258b592..7226eba 100644 --- a/plover-plugin/stitching/stitching-0.1.0.ebuild +++ b/plover-plugin/stitching/stitching-0.1.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,7 +14,9 @@ DESCRIPTION="Stitch words like T-H-I-S using Plover strokes" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-3" SLOT="0" diff --git a/plover-plugin/tapey-tape/tapey-tape-0.0.6.ebuild b/plover-plugin/tapey-tape/tapey-tape-0.0.6.ebuild index a5e90a3..cc5962e 100644 --- a/plover-plugin/tapey-tape/tapey-tape-0.0.6.ebuild +++ b/plover-plugin/tapey-tape/tapey-tape-0.0.6.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,7 +14,9 @@ DESCRIPTION="Paper tape with extra information" HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" +RDEPEND="$(python_gen_cond_dep ' + app-text/plover[${PYTHON_SINGLE_USEDEP}] +')" LICENSE="GPL-3" SLOT="0" -- cgit v1.3