commit: be2a3c3ffc4f531fd2a63ad01d5a2b321792b066
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 02:30:29 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 02:30:29 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2a3c3f
dev-python/pyspellchecker: Remove old
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 deletions(-)
diff --git a/dev-python/pyspellchecker/Manifest
b/dev-python/pyspellchecker/Manifest
index 51e0c1f78e94..699eac09fbf2 100644
--- a/dev-python/pyspellchecker/Manifest
+++ b/dev-python/pyspellchecker/Manifest
@@ -1,2 +1 @@
-DIST pyspellchecker-0.8.3.gh.tar.gz 79000658 BLAKE2B
13c92191a9aa590400791c90d2055e646cdf313d3475718ca2dc8eb78819e300ec35f64c90c6b8318c6c56f838092dda89181ad395f66d60fc00c07af9f134ed
SHA512
512169f6afa3c67a43e0b99a928b1b6dc7959c990f6c031eb2f80cc254dabaf0d7a59135f6ddc3447118aeb907c440b486a22e6b8f61c04b6b89268565ae2a8d
DIST pyspellchecker-0.8.4.gh.tar.gz 79001033 BLAKE2B
4b95e9318c631d54bb5b6f2a19986ff7bcfc5485b0dead298cd087a569cb0879bf1e82e3391bd821327431329b2bad64d989e816cabaa2061c23e419cee1144a
SHA512
de7ee41cac319622af7790b16cf67d23e31a70b160794ec12d7db2cf81f10484230fe0f99d8c5197aeeb5d0bb15d753dbe23b15432a0a49a9e19d023220245ba
diff --git a/dev-python/pyspellchecker/pyspellchecker-0.8.3.ebuild
b/dev-python/pyspellchecker/pyspellchecker-0.8.3.ebuild
deleted file mode 100644
index ba452f5d1680..000000000000
--- a/dev-python/pyspellchecker/pyspellchecker-0.8.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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'
-}