I have dev-python/spyder-6.0.2 installed. On startup, it complains that I do not have importlib_metadata >=4.6.0 installed. Once it is installed, I do not get the complaint. So I guess >=dev-python/importlib-metadata-4.6.0 should be added to spyder's dependencies. Reproducible: Always
From spyder's setup.py: # While this is only required for python <3.10, it is safe enough to # install in all cases and helps the tests to pass. 'importlib-metadata>=4.6.0', So it is not really required. In the next version bump I'll patch this dependency out so the dependency check stops complaining.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bb087ec2dc324fcf5cc30a2ccf9f11fff4149e commit 08bb087ec2dc324fcf5cc30a2ccf9f11fff4149e Author: Nowa Ammerlaan <nowa@gentoo.org> AuthorDate: 2024-12-11 13:34:28 +0000 Commit: Nowa Ammerlaan <nowa@gentoo.org> CommitDate: 2024-12-11 13:35:27 +0000 dev-python/spyder: add 6.0.3 Bug: https://bugs.gentoo.org/945855 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org> dev-python/spyder/Manifest | 1 + .../files/spyder-6.0.3-no-dep-on-importlib.patch | 50 ++++++ dev-python/spyder/spyder-6.0.3.ebuild | 198 +++++++++++++++++++++ 3 files changed, 249 insertions(+)