Summary: | dev-python/certifi-3021.3.16-r4 is not recognized by dev-python/pip | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maciej S. Szmigiero <mail> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mail, mgorny |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/pypa/pip/commit/ceecceea19a10eb2aea6c6543f3b38afb39cd67f | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Maciej S. Szmigiero
2024-07-20 19:01:52 UTC
That's on dev-lang/python-3.12.4_p2:3.12 BTW. On some machines the issue only reproduces when dev-python/certifi is reinstalled. I guess this depends on the order of enumeration of Python distributions - if "certifi" happens to be enumerated before "certifi-system-store" then the issue won't show since then "certifi-system-store" would be eliminated as the duplicate package and not "certifi". In turn this might also depend on the backing filesystem - it was btrfs in all of my cases. Well, it sounds like it worked for you only by accident. certifi-system-store is relying on Provides-Dist [1] which simply was never implemented by pip. Given that certifi-system-store died anyway and we're patching it for a long time already (sigh), I suppose we could just fork it and make it build as "certifi" again to avoid the problem. [1] https://packaging.python.org/en/latest/specifications/core-metadata/#provides-dist-multiple-use The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38824b0f84509e4128711d09144726c57cc15969 commit 38824b0f84509e4128711d09144726c57cc15969 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-07-22 09:32:06 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-07-22 09:38:52 +0000 dev-python/certifi: Bump to 3024.7.22 (our own fork) Closes: https://bugs.gentoo.org/936405 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/certifi/Manifest | 1 + dev-python/certifi/certifi-3024.7.22.ebuild | 43 +++++++++++++++++++++++++++++ dev-python/certifi/metadata.xml | 1 + 3 files changed, 45 insertions(+) |