diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-04 03:04:36 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-04 03:04:36 -0500 |
| commit | eed03ed6da4435154826115469c3956ad88ee8a5 (patch) | |
| tree | 0248639bd7885d12af7c3290904261280966e8a9 /dev-python/sabctools | |
| parent | 99a5f9c4362a74766819e801b3a0f1539820e706 (diff) | |
| download | baldeagleos-repo-eed03ed6da4435154826115469c3956ad88ee8a5.tar.gz baldeagleos-repo-eed03ed6da4435154826115469c3956ad88ee8a5.tar.xz baldeagleos-repo-eed03ed6da4435154826115469c3956ad88ee8a5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sabctools')
| -rw-r--r-- | dev-python/sabctools/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sabctools/sabctools-9.6.3.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
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..ec27e59ca3a8 --- /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_{13..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="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 |
