From ab7140cdc72e608a5fd00a8f9fb39ad1995f27d0 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 22 Sep 2024 21:54:20 +0200 Subject: dev-python/rtf-tokenize: new package, add 1.0.0 --- dev-python/rtf-tokenize/rtf-tokenize-1.0.0.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-python/rtf-tokenize/rtf-tokenize-1.0.0.ebuild (limited to 'dev-python/rtf-tokenize/rtf-tokenize-1.0.0.ebuild') diff --git a/dev-python/rtf-tokenize/rtf-tokenize-1.0.0.ebuild b/dev-python/rtf-tokenize/rtf-tokenize-1.0.0.ebuild new file mode 100644 index 0000000..c78f022 --- /dev/null +++ b/dev-python/rtf-tokenize/rtf-tokenize-1.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Simple RTF tokenizer package for Python" +HOMEPAGE="https://github.com/openstenoproject/rtf_tokenize" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +python_test() { + "${EPYTHON}" test/test_tokenizer.py -v || die "Tests fail with ${EPYTHON}" +} -- cgit v1.2.3