Re: move piglit to python3

2020-10-18 Thread Daniel Dickman
On Sun, Oct 18, 2020 at 2:05 AM Jonathan Gray wrote: > > On Sun, Oct 11, 2020 at 01:06:56AM -0400, Daniel Dickman wrote: > > piglit is a consumer of python2 numpy. because newer versions of numpy are > > python3-only, the diff below proposes to move piglit from python2 to > > python3 so numpy can

Re: move piglit to python3

2020-10-18 Thread Klemens Nanni
On Sun, Oct 18, 2020 at 02:09:29PM +0200, Klemens Nanni wrote: > I quickly amended the following to post-install and redid fake/package > after grepping to avoid MODPY_ADJ_FILES, hence changing WRKSRC and thus > having to rebuild: > > ${MODPY_BIN_ADJ} ${PREFIX}/bin/piglit Afer that, I also s

Re: move piglit to python3

2020-10-18 Thread Klemens Nanni
On Sun, Oct 11, 2020 at 01:06:56AM -0400, Daniel Dickman wrote: > piglit is a consumer of python2 numpy. because newer versions of numpy are > python3-only, the diff below proposes to move piglit from python2 to > python3 so numpy can be updated. > > By moving to python3 we can also get rid of t

Re: move piglit to python3

2020-10-17 Thread Jonathan Gray
On Sun, Oct 11, 2020 at 01:06:56AM -0400, Daniel Dickman wrote: > piglit is a consumer of python2 numpy. because newer versions of numpy are > python3-only, the diff below proposes to move piglit from python2 to > python3 so numpy can be updated. > > By moving to python3 we can also get rid of t