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
> ...
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
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
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
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
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
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.