diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/plover-stroke/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/plover-stroke/plover-stroke-1.1.0.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/rtf-tokenize/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/rtf-tokenize/rtf-tokenize-1.0.1.ebuild | 21 |
4 files changed, 44 insertions, 0 deletions
diff --git a/dev-python/plover-stroke/Manifest b/dev-python/plover-stroke/Manifest new file mode 100644 index 0000000..57cb11f --- /dev/null +++ b/dev-python/plover-stroke/Manifest @@ -0,0 +1 @@ +DIST plover_stroke-1.1.0.tar.gz 16176 BLAKE2B c436e1a5449da62889e0bbd821c70b5d795bf1a225fadb282024ed0941290ce8121ae05a66dfefb6ede7949f8f1c2e1590e74558e8356c4bfcfcb5e269d668d9 SHA512 d43de3a96529fd388db7a86aad8ada658b2fa5425a5a4968651d717a9705897c85a8be158cdbc775b4a404e7d0b833d98fbe9d2e4326fd967161cd662d8301a1 diff --git a/dev-python/plover-stroke/plover-stroke-1.1.0.ebuild b/dev-python/plover-stroke/plover-stroke-1.1.0.ebuild new file mode 100644 index 0000000..715f20b --- /dev/null +++ b/dev-python/plover-stroke/plover-stroke-1.1.0.ebuild @@ -0,0 +1,21 @@ +# 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} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Helper class for working with steno strokes." +HOMEPAGE=" + https://pypi.org/project/plover-stroke/ +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest diff --git a/dev-python/rtf-tokenize/Manifest b/dev-python/rtf-tokenize/Manifest new file mode 100644 index 0000000..baf41fb --- /dev/null +++ b/dev-python/rtf-tokenize/Manifest @@ -0,0 +1 @@ +DIST rtf_tokenize-1.0.1.tar.gz 11471 BLAKE2B 18ed2aaf81362b8a3e25cba842bc5901f2b017ed570d37135e0f5e03629612f79930195fc660158c9360b485afdaf0642065d509ef8429f361545975eb8b43b0 SHA512 2f47e7b9158fd53fc5add929a5d720940c6974587b300b5c7cf9034504064a0be0f19238f07943b43a87ccaf59338deb4295888d1d91a57fe70e815d35da2cc4 diff --git a/dev-python/rtf-tokenize/rtf-tokenize-1.0.1.ebuild b/dev-python/rtf-tokenize/rtf-tokenize-1.0.1.ebuild new file mode 100644 index 0000000..d56e356 --- /dev/null +++ b/dev-python/rtf-tokenize/rtf-tokenize-1.0.1.ebuild @@ -0,0 +1,21 @@ +# 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} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A simple RTF tokenizer." +HOMEPAGE=" + https://pypi.org/project/rtf-tokenize/ +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
