diff options
author | 2024-09-24 01:10:47 +0200 | |
---|---|---|
committer | 2024-09-24 01:10:47 +0200 | |
commit | 45421c2c88364205a940dac9e67ac90bfd8f1053 (patch) | |
tree | fe45032b43bedaf6193c3054548ba1eae83a0cb5 /dev-python | |
parent | dev-python/plover-python-dictionary: new package, add 1.1.0 (diff) | |
download | ebuilds-45421c2c88364205a940dac9e67ac90bfd8f1053.tar.xz |
dev-python/plover-stitching: new package, add 0.1.0
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/plover-stitching/Manifest | 1 | ||||
-rw-r--r-- | dev-python/plover-stitching/plover-stitching-0.1.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/plover-stitching/Manifest b/dev-python/plover-stitching/Manifest new file mode 100644 index 0000000..4146832 --- /dev/null +++ b/dev-python/plover-stitching/Manifest @@ -0,0 +1 @@ +DIST plover_stitching-0.1.0.tar.gz 16287 BLAKE2B 590f5e11d599d3156203185c27beb521a54109112e3892e4f9245f2162df1a1e4fbfa5f8f7eb903f0e18540d428f0db3532f02e3ddcf01587c1e85f828750824 SHA512 73158531397a7043a852b0b9f8eaa8fae09213a6f2a94bc08a3a119f49f770dc2fd4f87f4175c5a5a52e90e14214e299eb7e7e14ddefa033987b755452bda85d diff --git a/dev-python/plover-stitching/plover-stitching-0.1.0.ebuild b/dev-python/plover-stitching/plover-stitching-0.1.0.ebuild new file mode 100644 index 0000000..f65c20a --- /dev/null +++ b/dev-python/plover-stitching/plover-stitching-0.1.0.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="Stitch words like T-H-I-S using Plover strokes" +HOMEPAGE="https://github.com/morinted/plover_stitching" + +RDEPENDS=" + app-text/plover[${PYTHON_USEDEP}] +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |