Re: Introducing python3 into user system

2016-10-17 Thread Gerhard Schmidt
Am 17.10.2016 um 14:03 schrieb Vlad K.: > On 2016-10-17 13:27, Gerhard Schmidt wrote: >> >> Please do not break systems without a really good reason. This we can >> discus in 4 years when support for python2 will end, but not until than. > > I agree with the bit of "let's not break systems", but

Re: Introducing python3 into user system

2016-10-17 Thread Vlad K.
On 2016-10-17 13:27, Gerhard Schmidt wrote: Please do not break systems without a really good reason. This we can discus in 4 years when support for python2 will end, but not until than. I agree with the bit of "let's not break systems", but not with the second part. Meanwhile, pkg

Re: Introducing python3 into user system

2016-10-17 Thread Ruslan Makhmatkhanov
Gerhard Schmidt wrote on 10/17/2016 14:27: Am 17.10.2016 um 12:39 schrieb Ruslan Makhmatkhanov: Gerhard Schmidt wrote on 10/17/2016 11:07: Am 16.10.2016 um 21:22 schrieb Ruslan Makhmatkhanov: - if port has a build dependency upon python and it can be built both with python2 and python3, force

Re: Introducing python3 into user system

2016-10-17 Thread Gerhard Schmidt
Am 17.10.2016 um 12:39 schrieb Ruslan Makhmatkhanov: > Gerhard Schmidt wrote on 10/17/2016 11:07: >> Am 16.10.2016 um 21:22 schrieb Ruslan Makhmatkhanov: >>> - if port has a build dependency upon python and it can be built both >>> with python2 and python3, force it to build with python3 >>> - if

Re: Introducing python3 into user system

2016-10-17 Thread Vlad K.
On 2016-10-17 12:35, Ruslan Makhmatkhanov wrote: What I actually meant is to utilize USES=python:3.3+ for such ports, to make it pick up default python3 version. Yeah I "misunderstood you correctly", heh, sorry I wanted to say two different things at once The only problem with that

Re: Introducing myself to the team

2016-10-17 Thread Ben Woods
On 17 October 2016 at 17:58, Vlad K. wrote: > > Hello list, > ... > I'm hoping this will help speed up bringing Python 3.x default to FreeBSD. > Welcome - and glad that someone is working on this task! Regards, Ben ___

Re: Introducing python3 into user system

2016-10-17 Thread Ruslan Makhmatkhanov
Gerhard Schmidt wrote on 10/17/2016 11:07: Am 16.10.2016 um 21:22 schrieb Ruslan Makhmatkhanov: - if port has a build dependency upon python and it can be built both with python2 and python3, force it to build with python3 - if some standalone application can be running both with python2 and

Re: Introducing python3 into user system

2016-10-17 Thread Mark Linimon
On Mon, Oct 17, 2016 at 01:35:45PM +0300, Ruslan Makhmatkhanov wrote: > Ok, PHB was just an example. But it should be some "authoritative" place to > encourage people to change their ports and to prevent adding of new ports > without specific python version set (I still see many new ports added

Re: Introducing python3 into user system

2016-10-17 Thread Ruslan Makhmatkhanov
Vlad K. wrote on 10/17/2016 13:04: Hi all! On 2016-10-17 09:47, Kubilay Kocak wrote: On 17/10/2016 6:22 AM, Ruslan Makhmatkhanov wrote: - if port has a build dependency upon python and it can be built both with python2 and python3, force it to build with python3 - if some standalone

Re: Introducing myself to the team

2016-10-17 Thread Mark Linimon
On Mon, Oct 17, 2016 at 11:58:42AM +0200, Vlad K. wrote: > and my interest is in improving the "Python experience" on FreeBSD by > helping as much as I can. Welcome. I'm glad to hear you are taking on this task. I am by no means an expert on poudriere but I do run some instances here, partly

Re: Introducing python3 into user system

2016-10-17 Thread Vlad K.
Hi all! On 2016-10-17 09:47, Kubilay Kocak wrote: On 17/10/2016 6:22 AM, Ruslan Makhmatkhanov wrote: - if port has a build dependency upon python and it can be built both with python2 and python3, force it to build with python3 - if some standalone application can be running both with

Introducing myself to the team

2016-10-17 Thread Vlad K.
Hello list, just a quick Hello World and to introduce myself. I'm Vladimir Krstulja, some of you know me from Bugzilla which I help triage, and from IRC/Freenode as blackflow :) I'm a python programmer, I co-develop a rather large SaaS thing in my country (Croatia) which is built in Python

FreeBSD ports you maintain which are out of date

2016-10-17 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: Introducing python3 into user system

2016-10-17 Thread Gerhard Schmidt
Am 16.10.2016 um 21:22 schrieb Ruslan Makhmatkhanov: > - if port has a build dependency upon python and it can be built both > with python2 and python3, force it to build with python3 > - if some standalone application can be running both with python2 and > python3 and it have equivalent python3