diff options
| author | winter Sparkles | 2026-07-03 23:35:36 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-07-03 23:37:02 +0100 |
| commit | f886997649e46a7ec1f92f4b662ab2e37948ba38 (patch) | |
| tree | 1ec87644e581c17fcefa2c336eb4532325e385e5 /app-text/plover/plover-5.3.0.ebuild | |
| parent | 360d850003945b988c8b205242c3336ca6b0b8fc (diff) | |
add plover2cat and some other plugins
Diffstat (limited to 'app-text/plover/plover-5.3.0.ebuild')
| -rw-r--r-- | app-text/plover/plover-5.3.0.ebuild | 44 |
1 files changed, 23 insertions, 21 deletions
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] " |
