Re: how to enforce one version of python

2018-09-15 Thread Robert Huff
tech-lists writes: > > _This_ is really annoying. I try to keep my systems with exactly > > what they need installed, to reduce both bloat and possibly security > > issues. > > YES. This for me is *exactly* why it is so infuriating. And > doubleplus regarding security. Followed closely

Re: how to enforce one version of python

2018-09-15 Thread tech-lists
On 13/09/2018 17:39, Robert Huff wrote: _This_ is really annoying. I try to keep my systems with exactly what they need installed, to reduce both bloat and possibly security issues. YES. This for me is *exactly* why it is so infuriating. And doubleplus regarding security. Followed closely by

Re: how to enforce one version of python

2018-09-14 Thread Wojciech Puchar
part is the combination of 2-only holdouts and new 3-only code, which is why it's easy to end up with both installed. _This_ is really annoying. I try to keep my systems with exactly what they need installed, to reduce both bloat and possibly security issues. There's one Perl install

Re: how to enforce one version of python

2018-09-13 Thread Jan Beich
Robert Huff writes: > Daniel Nebdal writes: > >> >> The fun >> part is the combination of 2-only holdouts and new 3-only code, >> which is why it's easy to end up with both installed. > > _This_ is reall

Re: how to enforce one version of python

2018-09-13 Thread Robert Huff
Daniel Nebdal writes: > > The fun > part is the combination of 2-only holdouts and new 3-only code, > which is why it's easy to end up with both installed. _This_ is really annoying. I try to keep

Re: how to enforce one version of python

2018-09-13 Thread Daniel Nebdal
On Wed, 12 Sep 2018 at 19:35, tech-lists wrote: > > On 12/09/2018 13:33, Robert Huff wrote: > > How many ports_require_ python 3? > > How many ports_require_ python 2? > > yeah, I'd like to know too. I mean, I've never installed python as like > requiring it to program - it's installed as a depe

Re: how to enforce one version of python

2018-09-12 Thread tech-lists
On 12/09/2018 13:33, Robert Huff wrote: How many ports_require_ python 3? How many ports_require_ python 2? yeah, I'd like to know too. I mean, I've never installed python as like requiring it to program - it's installed as a dependency of other stuff I want to actually run. And I thought p

Re: how to enforce one version of python

2018-09-12 Thread Robert Huff
tech-lists writes: > > The only question I have there - why we still don't switched to > > python3 by default?) > > yeah!!! :D How many ports _require_ python 3? How many ports _require_ python 2? Curiously, Robert

Re: how to enforce one version of python

2018-09-12 Thread tech-lists
On 12/09/2018 09:50, Ruslan Makhmatkhanov wrote: The only question I have there - why we still don't switched to python3 by default?) yeah!!! :D -- J. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: how to enforce one version of python

2018-09-12 Thread Lorenzo Salvadore via freebsd-ports
> Maybe I need to stop using portupgrade. What is the best replacement? I never liked traditional updaters: to me, they seem too complex for a task that should be rather simple. Thus I wrote one myself: Caronte. It has not yet been committed to the port tree, but you can find the port here, waitin

Re: how to enforce one version of python

2018-09-12 Thread Ruslan Makhmatkhanov
tech-lists wrote on 9/12/18 11:09 AM: Hello, On 11/09/2018 15:54, Ruslan Makhmatkhanov wrote: No, it's because pylint2 as itself requires python > 3.4. User should switch to older devel/pylint1 if he needs to stick with 2.7. But I'm not upgrading pylint2: >>> (pylint-py27-1.9.2) wants to

Re: how to enforce one version of python

2018-09-12 Thread tech-lists
Hello, On 11/09/2018 15:54, Ruslan Makhmatkhanov wrote: No, it's because pylint2 as itself requires python > 3.4. User should switch to older devel/pylint1 if he needs to stick with 2.7. But I'm not upgrading pylint2: >>> (pylint-py27-1.9.2) wants to upgrade to pylint-py36-2.1.1 Maybe I n

Re: how to enforce one version of python

2018-09-11 Thread Ruslan Makhmatkhanov
Baptiste Daroussin wrote on 9/11/18 5:51 PM: On Tue, Sep 11, 2018 at 03:28:15PM +0100, tech-lists wrote: Hi, There are a number of ports that seem to have their own preferential flavour of python, and some for example want to install python27 and python36 in the same place, and it's a pain when

Re: how to enforce one version of python

2018-09-11 Thread Lorenzo Salvadore via freebsd-ports
> Hi, > There are a number of ports that seem to have their own preferential > flavour of python, and some for example want to install python27 and > python36 in the same place, and it's a pain when using portupgrade or > similar tools. > I have this in my /etc/make.conf: > DEFAULT_VERSIONS+= pytho

Re: how to enforce one version of python

2018-09-11 Thread Baptiste Daroussin
On Tue, Sep 11, 2018 at 03:28:15PM +0100, tech-lists wrote: > Hi, > > There are a number of ports that seem to have their own preferential flavour > of python, and some for example want to install python27 and python36 in the > same place, and it's a pain when using portupgrade or similar tools. >

how to enforce one version of python

2018-09-11 Thread tech-lists
Hi, There are a number of ports that seem to have their own preferential flavour of python, and some for example want to install python27 and python36 in the same place, and it's a pain when using portupgrade or similar tools. I have this in my /etc/make.conf: DEFAULT_VERSIONS+= python=2.7