dev-python/ssl-fetch is a dead NIH package with no tests. I think dev-python/requests fully replaces it, or perhaps even built-in urllib.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=55402ec0df846a42dba44c295b5761a770724ce8 commit 55402ec0df846a42dba44c295b5761a770724ce8 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-05-27 18:47:13 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-28 03:48:00 +0000 extractor.py: Replace sslfetch with plain requests sslfetch was a thin NIH wrapper around requests, and it is unmaintained. Closes: https://bugs.gentoo.org/932145 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/mirrorselect/pull/1 Signed-off-by: Sam James <sam@gentoo.org> mirrorselect/extractor.py | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7b8466b9d62bf5b9f7d8cf40fb9d53a477b0b7 commit 7d7b8466b9d62bf5b9f7d8cf40fb9d53a477b0b7 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-05-28 04:11:15 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-28 04:11:15 +0000 app-portage/mirrorselect: add 2.5.0 Michał Górny (1): extractor.py: Replace sslfetch with plain requests Closes: https://bugs.gentoo.org/932145 Signed-off-by: Sam James <sam@gentoo.org> app-portage/mirrorselect/Manifest | 1 + app-portage/mirrorselect/mirrorselect-2.5.0.ebuild | 50 ++++++++++++++++++++++ app-portage/mirrorselect/mirrorselect-9999.ebuild | 9 +--- 3 files changed, 53 insertions(+), 7 deletions(-)