Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass
Date: Fri, 27 Mar 2020 21:49:11
Message-Id: CAEdQ38FDvXP+8dbg3JmnVP-Z+BtiauBNGs_dK_tst7Co9gLufg@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass by Patrick McLean
1 On Thu, Mar 26, 2020 at 2:03 PM Patrick McLean <chutzpah@g.o> wrote:
2 >
3 > This patch splits the definition of _PYTHON_ALL_IMPLS and
4 > _python_impl_supported to a separate eclass, this allows overlays
5 > to easily support a different set of python implementations than
6 > ::gentoo without having to fork the entire suite of eclasses.
7
8 (I think the issue is that you have some packages that still need
9 Python 3.4. Correct me if I'm wrong)
10
11 How many packages do you need to work with Python 3.4? Presumably just
12 a couple and then a pile of dependencies in ::gentoo?

Replies