Re: UPDATE www/py-terminado-0.8.3

2020-02-25 Thread Kurt Mosiejczuk
On Tue, Feb 25, 2020 at 11:30:26AM +0100, Bjorn Ketelaars wrote: > Yes, it should! > New diff enclosed. Builds, packages, and passes all tests on sparc64. ok kmos > diff --git Makefile Makefile > index a8556156e5e..2c22ba0bb0d 100644 > --- Makefile > +++ Makefile > @@ -2,10 +2,9 @@ > > COMM

Re: UPDATE www/py-terminado-0.8.3

2020-02-25 Thread Paco Esteban
On Tue, 25 Feb 2020, Bjorn Ketelaars wrote: > On Tue 25/02/2020 11:27, Paco Esteban wrote: > > Hi Bjorn, > > > > On Tue, 25 Feb 2020, Bjorn Ketelaars wrote: > > > > > diff --git Makefile Makefile > > > index a8556156e5e..b7b12ba4908 100644 > > > --- Makefile > > > +++ Makefile > > > @@ -2,10 +2,

Re: UPDATE www/py-terminado-0.8.3

2020-02-25 Thread Bjorn Ketelaars
On Tue 25/02/2020 11:27, Paco Esteban wrote: > Hi Bjorn, > > On Tue, 25 Feb 2020, Bjorn Ketelaars wrote: > > > diff --git Makefile Makefile > > index a8556156e5e..b7b12ba4908 100644 > > --- Makefile > > +++ Makefile > > @@ -2,10 +2,9 @@ > > > > COMMENT = terminals served to term.js us

Re: UPDATE www/py-terminado-0.8.3

2020-02-25 Thread Paco Esteban
Hi Bjorn, On Tue, 25 Feb 2020, Bjorn Ketelaars wrote: > diff --git Makefile Makefile > index a8556156e5e..b7b12ba4908 100644 > --- Makefile > +++ Makefile > @@ -2,10 +2,9 @@ > > COMMENT =terminals served to term.js using Tornado websockets > > -MODPY_EGG_VERSION = 0.8.2 > +MODPY

UPDATE www/py-terminado-0.8.3

2020-02-25 Thread Bjorn Ketelaars
Diff below updates py-terminado to 0.8.3, which is a minor maintenance release. Changes to the port: - Make this port python3-only as its only consumer is jupyter-notebook, which dropped python2 support - Add patch for removing call to getpgid() in testterminado/management.py. Result i