commit:     6e9ed44c52f2a1809c4ef1e8f397c29e15b2a17e
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Dec  2 21:03:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 18 08:40:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9ed44c

dev-python/sabctools: drop 8.2.5

Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44867
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sabctools/Manifest               |  1 -
 dev-python/sabctools/sabctools-8.2.5.ebuild | 39 -----------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/sabctools/Manifest b/dev-python/sabctools/Manifest
index 89f5df35c8bd..1c54c1aea1ec 100644
--- a/dev-python/sabctools/Manifest
+++ b/dev-python/sabctools/Manifest
@@ -1,4 +1,3 @@
-DIST sabctools-8.2.5.gh.tar.gz 8974284 BLAKE2B 
acc5dcbeaa20e916a8fc8691bd389c8f60c9a9d2eca9dff2fb7dd4da4abee9ad7dcd9003eeb5f37b51f3ec5c7041517ebf60679373bd101b9546d0de7de2ac0e
 SHA512 
8e3ed65ca4cb8879e07a48033bc6b7efd6bbd4f5a7df43db8fa28719dde194aa55a53709c9d4c29ac273369ceeb845188f1b8a0cde6904962148e6352acb40fa
 DIST sabctools-8.2.6.gh.tar.gz 8974199 BLAKE2B 
cefafb57802e7d9b32b99de16b7df2745276c4602c7aa2f9f750bf2c741224b3a9180c2a9dd6d0e807c5297e2a70dbfb3784e546618536e7fa8d6273bc5d3684
 SHA512 
230a3c78a11d459703bb79d765ac5bf3e21ae239731ada73103e641af64c0cccd6f8e82d4a8a6016585c9935c93f9535cb5a0ead951f4f536a038fc2ebf056db
 DIST sabctools-9.0.0.gh.tar.gz 9731189 BLAKE2B 
59f200041c2555cf1aa2ef3adeefc5f46181a0fa673101475f4f45631282efe4b0cc39f3eec258430abe36a24f1d23926a076e22dfbfe5c566ba7866ffd8327d
 SHA512 
f1a37a785c9b4e61f5febc2a782df9bf096c0408289c993307c4c448ef660051b0450ca7a047d771381a288aa246a5aad28f42b4d40986a3f0ec7ee0a1c1166f
 DIST sabctools-9.1.0.gh.tar.gz 9731441 BLAKE2B 
6b94c19c9fe445e4eb624a981c6ed0282814217063014623b3c42ab42dbaddfbc155774915a78805495a547083f1a8eb1d760b641e0730575e71b86c2d257213
 SHA512 
070caf268a4eac6e5190ed5d1a75ac0069a4934095796989323bd7900f2d3afbeb071cc546d338fccc2333e82e3a78f44ca9936d6bc66cd5d93d0b18dbf0f815

diff --git a/dev-python/sabctools/sabctools-8.2.5.ebuild 
b/dev-python/sabctools/sabctools-8.2.5.ebuild
deleted file mode 100644
index 00b70ffc3d4e..000000000000
--- a/dev-python/sabctools/sabctools-8.2.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-
-MY_PN="sabctools"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
-HOMEPAGE="
-       https://github.com/sabnzbd/sabctools/
-       https://pypi.org/project/sabctools/
-"
-SRC_URI="
-       https://github.com/sabnzbd/${MY_PN}/archive/v${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-BDEPEND="
-       test? (
-               dev-python/chardet[${PYTHON_USEDEP}]
-               dev-python/portend[${PYTHON_USEDEP}]
-       )
-"
-
-DOCS=( README.md doc/yenc-draft.1.3.txt )
-
-distutils_enable_tests pytest

Reply via email to