summaryrefslogtreecommitdiff
path: root/dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2024-09-24 01:10:26 +0200
committerLibravatar Terin Stock <terinjokes@gmail.com>2024-09-24 01:10:26 +0200
commitf35a1e3fa88202f5d3444be42d3e3984b64980b7 (patch)
tree4371aea664b47cedf4c497e3fea1ea782ab2c0db /dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild
parentdev-python/plover-last-translation: new package, add 0.0.2 (diff)
downloadebuilds-f35a1e3fa88202f5d3444be42d3e3984b64980b7.tar.xz
dev-python/plover-modal-dictionary: new package, add 0.0.3
Diffstat (limited to 'dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild')
-rw-r--r--dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild b/dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild
new file mode 100644
index 0000000..ee942ca
--- /dev/null
+++ b/dev-python/plover-modal-dictionary/plover-modal-dictionary-0.0.3.ebuild
@@ -0,0 +1,22 @@
+# 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="Modal Dictionaries for Plover."
+HOMEPAGE="https://github.com/Kaoffie/plover_modal_dictionary"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}" .tar.gz)"
+S="${WORKDIR}/${P}"
+
+RDEPENDS="
+ app-text/plover[${PYTHON_USEDEP}]
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"