aboutsummaryrefslogtreecommitdiff
path: root/plover-plugin/python-dictionary
diff options
context:
space:
mode:
authorwinter Sparkles2026-07-03 17:36:09 +0100
committerwinter Sparkles2026-07-03 17:36:09 +0100
commit360d850003945b988c8b205242c3336ca6b0b8fc (patch)
tree64434cf7c2a9e42b857101a63f19df9b47a9c4fd /plover-plugin/python-dictionary
initial commit. plover stuff
Diffstat (limited to 'plover-plugin/python-dictionary')
-rw-r--r--plover-plugin/python-dictionary/Manifest1
-rw-r--r--plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/plover-plugin/python-dictionary/Manifest b/plover-plugin/python-dictionary/Manifest
new file mode 100644
index 0000000..5207c2d
--- /dev/null
+++ b/plover-plugin/python-dictionary/Manifest
@@ -0,0 +1 @@
+DIST plover_python_dictionary-1.2.1.tar.gz 5228 BLAKE2B 597e4f04f07d9f1b61314045bc9263148e1652952620f19b79db1f567bbaabf7979968d461d74d964737dc634c64914a01d7e38a9e98cb81889a0db30b97a41a SHA512 d60616d283cd0672e074b813824f799527202f3c378a4489d43d65c9f3b943fc620fd8e49ddda819f228c6da29e51e0acc4515084213b53008dc9bc12636cfe8
diff --git a/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild b/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild
new file mode 100644
index 0000000..9a4cdd9
--- /dev/null
+++ b/plover-plugin/python-dictionary/python-dictionary-1.2.1.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="Python dictionaries support for Plover"
+HOMEPAGE="
+ https://pypi.org/project/${PYPI_PN}/
+"
+DEPEND="app-text/plover"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"