commit:     4c6587dc98b5fcf7d8b54cb778833bd079b714c6
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Dec 10 20:15:17 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=4c6587dc

dev-python/sabctools: drop 9.0.0

sabnzbd isn't going to need this release, alphas for next release cycle
already targetting 9.1.0.

Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44867
Closes: 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-9.0.0.ebuild | 40 -----------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/sabctools/Manifest b/dev-python/sabctools/Manifest
index 1c54c1aea1ec..a8ce5de7cb76 100644
--- a/dev-python/sabctools/Manifest
+++ b/dev-python/sabctools/Manifest
@@ -1,3 +1,2 @@
 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-9.0.0.ebuild 
b/dev-python/sabctools/sabctools-9.0.0.ebuild
deleted file mode 100644
index 98ec31a0cf3d..000000000000
--- a/dev-python/sabctools/sabctools-9.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 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_{11..14} )
-
-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 )
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

Reply via email to