Re: turn off cython tests under python2

2020-11-07 Thread Daniel Dickman
On Sat, Nov 7, 2020 at 9:48 AM Stuart Henderson wrote: > > Here's what I make the list of victims of removing py-numpy would be. > Some of the ports involved aren't that important but others definitely > are. > > devel/boost > - (lots) > games/angrydd > games/fretsonfire > games/singularity > ...

Re: turn off cython tests under python2

2020-11-07 Thread Juan Francisco Cantero Hurtado
On Fri, 6 Nov 2020 19:21:27 -0500 (EST) Daniel Dickman wrote: > This diff sets NO_TEST=Yes for cython under python2 so numpy can be > updated. > > If we don't go this route, we'd have to convert all the cython > consumers to python3 so cython can be made python3-only. That means > updating cons

Re: turn off cython tests under python2

2020-11-07 Thread Rafael Sadowski
On Sat Nov 07, 2020 at 05:04:17PM +0100, Jeremie Courreges-Anglas wrote: > > If people don't want to drop boost_numpy3X we could just drop python2 > support in devel/boost. > +1

Re: turn off cython tests under python2

2020-11-07 Thread Jeremie Courreges-Anglas
On Sat, Nov 07 2020, Stuart Henderson wrote: > On 2020/11/07 13:26, Jeremie Courreges-Anglas wrote: >> On Fri, Nov 06 2020, Daniel Dickman wrote: >> > This diff sets NO_TEST=Yes for cython under python2 so numpy can be >> > updated. >> > >> > If we don't go this route, we'd have to convert all t

Re: turn off cython tests under python2

2020-11-07 Thread Stuart Henderson
On 2020/11/07 13:26, Jeremie Courreges-Anglas wrote: > On Fri, Nov 06 2020, Daniel Dickman wrote: > > This diff sets NO_TEST=Yes for cython under python2 so numpy can be > > updated. > > > > If we don't go this route, we'd have to convert all the cython consumers > > to python3 so cython can be

Re: turn off cython tests under python2

2020-11-07 Thread Jeremie Courreges-Anglas
On Fri, Nov 06 2020, Daniel Dickman wrote: > This diff sets NO_TEST=Yes for cython under python2 so numpy can be > updated. > > If we don't go this route, we'd have to convert all the cython consumers > to python3 so cython can be made python3-only. That means updating > consumers like py-sphin

turn off cython tests under python2

2020-11-06 Thread Daniel Dickman
This diff sets NO_TEST=Yes for cython under python2 so numpy can be updated. If we don't go this route, we'd have to convert all the cython consumers to python3 so cython can be made python3-only. That means updating consumers like py-sphinx. So going down that path doesn't look very simple.