# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) inherit pypi distutils-r1 DESCRIPTION="SVG-based layout display plugin for Plover" HOMEPAGE="https://github.com/opensteno/plover_svg_layout_display" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" # upstream does not appear to have proper list of dependencies, so some of # these are derived from source code importing modules DEPEND=" >=app-misc/plover-5.0.0[${PYTHON_USEDEP}] dev-python/pyside " BDEPEND="${DEPEND}"