# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{13,14} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 DESCRIPTION="Free and open source real-time stenography engine." HOMEPAGE="https://www.opensteno.org/plover/" SRC_URI="https://github.com/opensteno/plover/releases/download/v${PV}/${P}.tar.gz" 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 " BDEPEND=" dev-python/pyside[tools] " distutils_enable_tests pytest python_install_all() { default newicon "${PN}/assets/plover.png" "plover.png" make_desktop_entry plover Plover plover Utility } pkg_postinst() { elog "Install plover-plugin/lapwing-aio for Lapwing system support." elog "Plover's built-in Plugins Manager will not work in this package." }