commit:     58c0f3be509b548b9d1490ee189a70055f6a6a05
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 08:44:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 08:54:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c0f3be

dev-python/pyspellchecker: Bump to 0.8.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyspellchecker/Manifest                 |  1 +
 .../pyspellchecker/pyspellchecker-0.8.3.ebuild     | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pyspellchecker/Manifest 
b/dev-python/pyspellchecker/Manifest
index 38d1861c5417..4b12ef8e414a 100644
--- a/dev-python/pyspellchecker/Manifest
+++ b/dev-python/pyspellchecker/Manifest
@@ -1 +1,2 @@
 DIST pyspellchecker-0.8.2.gh.tar.gz 78736515 BLAKE2B 
18215ca7faea82207a9eda75f0e0921208972edb6a26dd57959f5f9a357dd52a907b0c72ece817c40e6a973838de9c2520698e01081690f33d8322f1ed6bdd2d
 SHA512 
46772815bfe8afdb8c01e09801e757aabc42dff88a2ba8113678251c0f957a6dd6d37ff030c9bc724983a2b335a92e231d3aa461df5bd347863eaddb34b68066
+DIST pyspellchecker-0.8.3.gh.tar.gz 79000658 BLAKE2B 
13c92191a9aa590400791c90d2055e646cdf313d3475718ca2dc8eb78819e300ec35f64c90c6b8318c6c56f838092dda89181ad395f66d60fc00c07af9f134ed
 SHA512 
512169f6afa3c67a43e0b99a928b1b6dc7959c990f6c031eb2f80cc254dabaf0d7a59135f6ddc3447118aeb907c440b486a22e6b8f61c04b6b89268565ae2a8d

diff --git a/dev-python/pyspellchecker/pyspellchecker-0.8.3.ebuild 
b/dev-python/pyspellchecker/pyspellchecker-0.8.3.ebuild
new file mode 100644
index 000000000000..ba452f5d1680
--- /dev/null
+++ b/dev-python/pyspellchecker/pyspellchecker-0.8.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python spell checker based on work by Peter Norvig"
+HOMEPAGE="
+       https://github.com/barrust/pyspellchecker/
+       https://pypi.org/project/pyspellchecker/
+"
+SRC_URI="
+       
https://github.com/barrust/pyspellchecker/archive/refs/tags/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
+
+python_test() {
+       eunittest -p '*_test.py'
+}

Reply via email to