summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/plover-lapwing-aio/Manifest1
-rw-r--r--dev-python/plover-lapwing-aio/plover-lapwing-aio-1.3.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/plover-lapwing-aio/Manifest b/dev-python/plover-lapwing-aio/Manifest
new file mode 100644
index 0000000..87482b3
--- /dev/null
+++ b/dev-python/plover-lapwing-aio/Manifest
@@ -0,0 +1 @@
+DIST plover_lapwing_aio-1.3.1.tar.gz 1970911 BLAKE2B 9993d2d5179543d9c626da4f91238eda012f64d19a1e2cf3f3b4c8473c207ef2ea443961afd3fd47a959659df54b88c0a439c33d6ad7e8d586a3eca84749d0b7 SHA512 04adbc34cffad8abbab346ac8752270c1fb6643b243634f22b6a75aed9170b503042afeb465ac9ca66e33916e841dc7cf8d0a82ec9572ed59a79e3379ce59bc1
diff --git a/dev-python/plover-lapwing-aio/plover-lapwing-aio-1.3.1.ebuild b/dev-python/plover-lapwing-aio/plover-lapwing-aio-1.3.1.ebuild
new file mode 100644
index 0000000..c9e8bb4
--- /dev/null
+++ b/dev-python/plover-lapwing-aio/plover-lapwing-aio-1.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Plover plugin to install Lapwing dependencies and extras."
+HOMEPAGE="https://github.com/aerickt/plover-lapwing-aio"
+
+RDEPEND="
+ app-text/plover[${PYTHON_USEDEP}]
+ dev-python/plover-dict-commands[${PYTHON_USEDEP}]
+ dev-python/plover-last-translation[${PYTHON_USEDEP}]
+ dev-python/plover-modal-dictionary[${PYTHON_USEDEP}]
+ dev-python/plover-python-dictionary[${PYTHON_USEDEP}]
+ dev-python/plover-stitching[${PYTHON_USEDEP}]
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"