Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945855 - dev-python/spyder-6.0.2: requires importlib_metadata (complains it is not available)
Summary: dev-python/spyder-6.0.2: requires importlib_metadata (complains it is not ava...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-04 11:00 UTC by Erik Quaeghebeur
Modified: 2024-12-11 13:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2024-12-04 11:00:01 UTC
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
Comment 1 Nowa Ammerlaan gentoo-dev 2024-12-04 16:30:17 UTC
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.
Comment 2 Larry the Git Cow gentoo-dev 2024-12-11 13:44:48 UTC
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(+)