On 2021/03/23 21:36, Stuart Henderson wrote:
> On 2021/03/23 22:29, Sebastian Reitenbach wrote:
> > Hi,
> >
> > attached a port for astunparse.
> >
> > cat pkg/DESCR
> > An AST unparser for Python.
> >
> > This is a factored out version of unparse found in the Python source
> > distribution; under Demo/parser in Python 2 and under Tools/parser in
> > Python 3.
> >
> > With python3.9 this is part of python itself, it's needed as a dependency
> > of fickling.
> >
> > comments, feedback or even OK welcome.
> >
> > cheers,
> > Sebastian
>
> nitpicking, there's a mix of "=" and " =" in Makefile
>
> could you add this to remove the "WARNING: Testing via this command is
> deprecated and will be removed in a future version" warning please?
>
> MODPY_PYTEST= Yes
> TEST_ENV= PYTHONPATH="${WRKSRC}/lib"
>
> OK
>
Oh, and please add a comment "in python core in 3.9" or similar