Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Zac Medico
On 3/27/20 4:12 PM, Alec Warner wrote: > On Fri, Mar 27, 2020 at 3:54 PM Patrick McLean > wrote: > > On Fri, 27 Mar 2020 15:51:35 -0700 > Alec Warner mailto:anta...@gentoo.org>> wrote: > > > On Fri, Mar 27, 2020 at 3:11 PM Patrick McLean > mailto:chutz

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Alec Warner
On Fri, Mar 27, 2020 at 3:54 PM Patrick McLean wrote: > On Fri, 27 Mar 2020 15:51:35 -0700 > Alec Warner wrote: > > > On Fri, Mar 27, 2020 at 3:11 PM Patrick McLean > wrote: > > > > > On Fri, 27 Mar 2020 14:48:53 -0700 > > > Matt Turner wrote: > > > > > > > On Thu, Mar 26, 2020 at 2:03 PM Patr

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Patrick McLean
On Fri, 27 Mar 2020 15:51:35 -0700 Alec Warner wrote: > On Fri, Mar 27, 2020 at 3:11 PM Patrick McLean wrote: > > > On Fri, 27 Mar 2020 14:48:53 -0700 > > Matt Turner wrote: > > > > > On Thu, Mar 26, 2020 at 2:03 PM Patrick McLean > > wrote: > > > > > > > > This patch splits the definit

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Alec Warner
On Fri, Mar 27, 2020 at 3:11 PM Patrick McLean wrote: > On Fri, 27 Mar 2020 14:48:53 -0700 > Matt Turner wrote: > > > On Thu, Mar 26, 2020 at 2:03 PM Patrick McLean > wrote: > > > > > > This patch splits the definition of _PYTHON_ALL_IMPLS and > > > _python_impl_supported to a separate eclass,

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Patrick McLean
On Fri, 27 Mar 2020 14:48:53 -0700 Matt Turner wrote: > On Thu, Mar 26, 2020 at 2:03 PM Patrick McLean wrote: > > > > This patch splits the definition of _PYTHON_ALL_IMPLS and > > _python_impl_supported to a separate eclass, this allows overlays > > to easily support a different set of python im

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Matt Turner
On Thu, Mar 26, 2020 at 2:03 PM Patrick McLean wrote: > > This patch splits the definition of _PYTHON_ALL_IMPLS and > _python_impl_supported to a separate eclass, this allows overlays > to easily support a different set of python implementations than > ::gentoo without having to fork the entire su

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Michał Górny
On Fri, 2020-03-27 at 06:53 +0100, Michał Górny wrote: > > To say it bluntly: if you want to do stupid things, do them yourselves > and don't expect others to help. You get paid for that. We just waste > our time. I'm sorry, this paragraph turned out to be aggressive. I didn't mean to insult a

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Michał Górny
On Fri, 2020-03-27 at 13:22 -0700, Patrick McLean wrote: > On Fri, 27 Mar 2020 06:53:13 +0100 > Michał Górny wrote: > > > On Thu, 2020-03-26 at 14:03 -0700, Patrick McLean wrote: > > > This patch splits the definition of _PYTHON_ALL_IMPLS and > > > _python_impl_supported to a separate eclass, thi

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-27 Thread Patrick McLean
On Fri, 27 Mar 2020 06:53:13 +0100 Michał Górny wrote: > On Thu, 2020-03-26 at 14:03 -0700, Patrick McLean wrote: > > This patch splits the definition of _PYTHON_ALL_IMPLS and > > _python_impl_supported to a separate eclass, this allows overlays > > to easily support a different set of python imp

Re: [gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-26 Thread Michał Górny
On Thu, 2020-03-26 at 14:03 -0700, Patrick McLean wrote: > This patch splits the definition of _PYTHON_ALL_IMPLS and > _python_impl_supported to a separate eclass, this allows overlays > to easily support a different set of python implementations than > ::gentoo without having to fork the entire su

[gentoo-dev] [PATCH] Split python implementations definition to separate eclass

2020-03-26 Thread Patrick McLean
This patch splits the definition of _PYTHON_ALL_IMPLS and _python_impl_supported to a separate eclass, this allows overlays to easily support a different set of python implementations than ::gentoo without having to fork the entire suite of eclasses. diff --git a/eclass/python-impls-r1.eclass b/ecl