Re: Splitting alternative Python packages into subpackages, e.g. python3.11{,libs,devel,...}

2022-03-18 Thread Miro Hrončok
On 16. 03. 22 17:12, Tomáš Orsava wrote: Hi Python-devel, we are considering splitting the alternative Python versions from a single-package format (e.g. python3.11) to multiple subpackages (e.g. python3.11{,-libs,-devel,-tkinter,-test,-idle}). We do this already with the main `python3` packag

Re: Splitting alternative Python packages into subpackages, e.g. python3.11{,libs,devel,...}

2022-03-18 Thread Neal Gompa
On Fri, Mar 18, 2022 at 4:28 PM Miro Hrončok wrote: > > On 16. 03. 22 17:12, Tomáš Orsava wrote: > > Hi Python-devel, > > we are considering splitting the alternative Python versions from a > > single-package format (e.g. python3.11) to multiple subpackages (e.g. > > python3.11{,-libs,-devel,-tkin

Re: Splitting alternative Python packages into subpackages, e.g. python3.11{,libs,devel,...}

2022-03-18 Thread Miro Hrončok
On 18. 03. 22 21:34, Neal Gompa wrote: On Fri, Mar 18, 2022 at 4:28 PM Miro Hrončok wrote: On 16. 03. 22 17:12, Tomáš Orsava wrote: Hi Python-devel, we are considering splitting the alternative Python versions from a single-package format (e.g. python3.11) to multiple subpackages (e.g. python