Re: How to handle ports update dropping py2 support?

2020-01-10 Thread clematis
On Thu, Jan 09, 2020 at 08:18:41PM +, Stuart Henderson wrote: > If people want to help with py2 EoL, the thing that is really needed at > this point is to look for application (rather than library) packages > that currently use Python 2, and look into what's needed to get them > moved to Python

Re: How to handle ports update dropping py2 support?

2020-01-09 Thread Stuart Henderson
On 2020/01/09 15:05, clematis wrote: > Hi team, > > How should we handle a port update which breaks the (EOL) python2 > FLAVOR? > > I had the issue on net/py-urwid which I didn't initially catch. > But their latest version uses async stuff that aren't supported in py2 > nor will be. > > So I a

How to handle ports update dropping py2 support?

2020-01-09 Thread clematis
Hi team, How should we handle a port update which breaks the (EOL) python2 FLAVOR? I had the issue on net/py-urwid which I didn't initially catch. But their latest version uses async stuff that aren't supported in py2 nor will be. So I am wondering what would be the best way to proceed. 1/ Sh