Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955222 - net-libs/nodejs-20.19.1 add ebuild support for python 3.13
Summary: net-libs/nodejs-20.19.1 add ebuild support for python 3.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL: https://github.com/nodejs/node/commit...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-02 08:16 UTC by Timo Gurr
Modified: 2025-05-02 19:23 UTC (History)
0 users

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 Timo Gurr 2025-05-02 08:16:37 UTC
The ebuild currently enforces python < 3.13 with
https://gitweb.gentoo.org/repo/gentoo.git/tree/net-libs/nodejs/nodejs-20.19.1.ebuild#n7
however upstream added python 3.13 support to 20.x with https://github.com/nodejs/node/commit/eded0c187bcf0ca401cc605305151fd6b22f4f7f a while ago.

Reproducible: Always

Steps to Reproduce:
1. uninstall python:3.12
2. install/rebuild net-libs/nodejs-20.19.1
3. have python 3.12 pulled in
Actual Results:  
requires python 3.12 to build

Expected Results:  
build with python 3.13
Comment 1 Larry the Git Cow gentoo-dev 2025-05-02 19:23:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac4237f541d3a02f22be762f86ca0ca18684a70

commit 1ac4237f541d3a02f22be762f86ca0ca18684a70
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2025-05-02 19:21:09 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2025-05-02 19:21:27 +0000

    net-libs/nodejs: enable py3.13
    
    Closes: https://bugs.gentoo.org/955222
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 net-libs/nodejs/nodejs-20.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)