Re: pondering.... meta/python3

2020-01-07 Thread Paul Irofti
On Mon, Jan 06, 2020 at 06:17:41PM +, Stuart Henderson wrote: > Currently scripting an installation of Python when bringing up a > machine from scratch is a bit annoying. pkg_add has % syntax but you > need to know the major/minor version, "pkg_add python%2.7" is ok because > it's not very like

Re: pondering.... meta/python3

2020-01-07 Thread Stuart Henderson
On 2020/01/07 11:13, Vadim Zhukov wrote: > I like the idea. Still wondering if this should be considered non-meta > and install python3/pydoc3/etc as well... But in Python land I'm a > guest, so please do whatever you think is better. :) Previously we didn't install these symlinks at all. But now

Re: pondering.... meta/python3

2020-01-07 Thread Vadim Zhukov
I like the idea. Still wondering if this should be considered non-meta and install python3/pydoc3/etc as well... But in Python land I'm a guest, so please do whatever you think is better. :) пн, 6 янв. 2020 г. в 21:20, Stuart Henderson : > > Currently scripting an installation of Python when bring

Re: pondering.... meta/python3

2020-01-07 Thread Jan-Piet Mens
What does anyone think about adding a stupid meta/python3 port so that you can just do "pkg_add python3"? That is a very good idea! -JP

Re: pondering.... meta/python3

2020-01-06 Thread Kurt Mosiejczuk
On Mon, Jan 06, 2020 at 06:17:41PM +, Stuart Henderson wrote: > Currently scripting an installation of Python when bringing up a > machine from scratch is a bit annoying. pkg_add has % syntax but you > need to know the major/minor version, "pkg_add python%2.7" is ok because > it's not very like

Re: pondering.... meta/python3

2020-01-06 Thread Antoine Jacoutot
On Mon, Jan 06, 2020 at 06:17:41PM +, Stuart Henderson wrote: > Currently scripting an installation of Python when bringing up a > machine from scratch is a bit annoying. pkg_add has % syntax but you > need to know the major/minor version, "pkg_add python%2.7" is ok because > it's not very like

pondering.... meta/python3

2020-01-06 Thread Stuart Henderson
Currently scripting an installation of Python when bringing up a machine from scratch is a bit annoying. pkg_add has % syntax but you need to know the major/minor version, "pkg_add python%2.7" is ok because it's not very likely to change, but for Python 3 which still receives updates it's not so go