Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842786 - app-portage/elicense: Add support for python 3.10
Summary: app-portage/elicense: Add support for python 3.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
: 845552 (view as bug list)
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-05 13:39 UTC by Jan Vesely
Modified: 2022-06-06 05:52 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 Jan Vesely 2022-05-05 13:39:43 UTC
[I] app-portage/elicense
     Available versions:  1.0.2 **9999*l {PYTHON_TARGETS="python3_8 python3_9"}
     Installed versions:  1.0.2(14:08:01 21/12/21)(PYTHON_TARGETS="python3_9 -python3_8")

Reproducible: Always




elicense depends on portage and co. so it'd be nice if it supported the same PYTHON_TARGETS, including pypy3 and python 3.10.
Otherwise, elicense pulls in complete portage deptree with a specific python interpreter.
Comment 1 Ulrich Müller gentoo-dev 2022-06-05 09:51:16 UTC
*** Bug 845552 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2022-06-06 05:15:02 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003b014a7c4207ca31999ad4e617b331b0acac5e

commit 003b014a7c4207ca31999ad4e617b331b0acac5e
Author:     Jan Vesely <jano.vesely@gmail.com>
AuthorDate: 2022-05-28 15:36:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-06 05:14:52 +0000

    app-portage/elicense: Allow python:3.10 and pypy3
    
    Both pypy3 and python:3.10 are already supported by a stable version of
    sys-apps/portage.
    Drop python:3.7.
    v2: Mask pypy3 useflag on selinux profile (portage with USE pypy3 is not available)
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=842786
    
    Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/25665
    Signed-off-by: Sam James <sam@gentoo.org>

 app-portage/elicense/elicense-1.0.2.ebuild | 2 +-
 app-portage/elicense/elicense-9999.ebuild  | 2 +-
 profiles/features/selinux/package.use.mask | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)