aboutsummaryrefslogtreecommitdiff
path: root/plover-plugin/auto-reconnect-machine
diff options
context:
space:
mode:
Diffstat (limited to 'plover-plugin/auto-reconnect-machine')
-rw-r--r--plover-plugin/auto-reconnect-machine/Manifest1
-rw-r--r--plover-plugin/auto-reconnect-machine/auto-reconnect-machine-0.1.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/plover-plugin/auto-reconnect-machine/Manifest b/plover-plugin/auto-reconnect-machine/Manifest
new file mode 100644
index 0000000..db399f1
--- /dev/null
+++ b/plover-plugin/auto-reconnect-machine/Manifest
@@ -0,0 +1 @@
+DIST plover_auto_reconnect_machine-0.1.0.tar.gz 15342 BLAKE2B d8f6b457d8e1e9918061c8425365aaaa5b4739cce23b76b2cfcb48b52b2bee3d22c733c5d6c9d40c5b485fb2959a2d47aeea8192606d1c5308c1777e806e601a SHA512 e05d9af7f61c9685937aca8266d61009bb1254122f06f88b38357feedc5311d70854d54157fba1f377c09028204e140d94be2af1901cec3c6d4c38e6d87052c6
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
new file mode 100644
index 0000000..9ec5db6
--- /dev/null
+++ b/plover-plugin/auto-reconnect-machine/auto-reconnect-machine-0.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{6..14} )
+PYPI_PN=plover-${PN}
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Automatically reconnect the steno machine if the connection got lost."
+HOMEPAGE="
+ https://pypi.org/project/${PYPI_PN}/
+"
+DEPEND="app-text/plover"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"