Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952675 - sci-libs/linux-gpib: needs porting to Python 3.13
Summary: sci-libs/linux-gpib: needs porting to 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: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py3.13-tracker
  Show dependency tree
 
Reported: 2025-03-27 16:05 UTC by Michał Górny
Modified: 2025-04-12 20:08 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-27 16:05:49 UTC
The package needs porting to Python 3.13.
Comment 1 Nowa Ammerlaan gentoo-dev 2025-04-12 19:43:18 UTC
Note that 9999 already has py3.13 compat.
Comment 2 Larry the Git Cow gentoo-dev 2025-04-12 20:08:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ff81b0a01475dc3dee1582ffabc23365fef638

commit 82ff81b0a01475dc3dee1582ffabc23365fef638
Author:     Nowa Ammerlaan <nowa@gentoo.org>
AuthorDate: 2025-04-12 20:02:38 +0000
Commit:     Nowa Ammerlaan <nowa@gentoo.org>
CommitDate: 2025-04-12 20:08:00 +0000

    sci-libs/linux-gpib: rework for upstreaming of kmods in 6.13+
    
    - introduce new modules USE flag, die if flag enabled and kver >=6.13
    - define modlist to simplify the ebuild
    - backport fixes in 9999 to 4.3.6 (enables py3.13 plus improved style)
    
    TODO: last-rites sci-libs/linux-gpib-modules later
    
    Closes: https://bugs.gentoo.org/952675
    Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>

 sci-libs/linux-gpib/linux-gpib-4.3.6-r200.ebuild | 290 +++++++++++++++++++++++
 sci-libs/linux-gpib/linux-gpib-9999.ebuild       |  54 ++++-
 2 files changed, 341 insertions(+), 3 deletions(-)