repo/gentoo:master commit in: dev-python/sabctools/
MichaŠGórny <[email protected]> Tue, 04 Aug 2026 07:44:07 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785829443.944489d32d3477f478b9b9231381bf1bc330d2b7.mgorny@gentoo> |
commit: 944489d32d3477f478b9b9231381bf1bc330d2b7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 05:42:50 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 07:44:03 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944489d3
dev-python/sabctools: Bump to 9.6.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sabctools/Manifest | 1 +
dev-python/sabctools/sabctools-9.6.3.ebuild | 40 +++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/sabctools/Manifest b/dev-python/sabctools/Manifest
index 07c429110151..78f091c6956c 100644
--- a/dev-python/sabctools/Manifest
+++ b/dev-python/sabctools/Manifest
@@ -6,3 +6,4 @@ DIST sabctools-9.5.1.gh.tar.gz 9734907 BLAKE2B c0067d436f4ae3b815a751e01e7e4c3e6
DIST sabctools-9.6.0.gh.tar.gz 9734920 BLAKE2B dc0fc31d68ceede63359690cc22ac85e8c6a105d43d3749287ca21d27cd35fa584c5d5d7ae39f7fa8320b151a2ece82f2600abd3e1fbc519937eaacffa7172d8 SHA512 9c289c5a07c20baf0ae784bd1824985aa8a17a7f305b1e989577e2e8a079b06084323155e17ae838e9c13834c451ef6c5cd65c3d0b04674a8a949c9d1bf7c289
DIST sabctools-9.6.1.gh.tar.gz 9735291 BLAKE2B 0b68b435a95bd58f0a586972eaae2b9b7fb12c985929ec18f4404a1030e516b1b7818eb2c519edf93657d77f204bc63519815edfbb1ac6ad960a4c9fc6e67e3f SHA512 26212b9264185ae4136c63452734f890e755b12f73cb4a634ce7f4dee1a400bbb5ec613754a39dd9e1d3e6b56f800fbff47c7ac669f0b9a51fd161e5d3ae0137
DIST sabctools-9.6.2.gh.tar.gz 9735478 BLAKE2B d0574e41a7156b819510ced02e2ef5512a55111b586ec72e2fd81922ec3333b2d18350d6a0cb4c8b0a7672b4e354389d3bce14f1404b7ac217833dbbbd067f9b SHA512 6a1c968d2151e4b2ee2d5b3d352e88844e2c4ce399fccb95bb2066b9a84aa1ddefd146b8612276e0c9563bf5d272ea14adfc6946554b27dfcf660389192280f7
+DIST sabctools-9.6.3.gh.tar.gz 9737914 BLAKE2B 297a2a59ce3787fac301d6e655274dc6b66c53dd8a96481483d124c68d75cb4a4efaa8ca8be2b12b85006769268606e25e33e45bf686740585de58b31c0e94f5 SHA512 d326d06d53c85ffb39d0bad38d358a650e7b40dbffdfb9a5b6ba68c381b71568e0ff3fffb05529ecdbd0dddb3a14eaab72317fe9ea7356c178cb10bb6f7aeebd
diff --git a/dev-python/sabctools/sabctools-9.6.3.ebuild b/dev-python/sabctools/sabctools-9.6.3.ebuild
new file mode 100644
index 000000000000..bc84f3039379
--- /dev/null
+++ b/dev-python/sabctools/sabctools-9.6.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 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_{12..15} )
+
+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="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~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