Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2021-01-06 Thread Klemens Nanni
On Tue, Jan 05, 2021 at 11:24:03AM +, Stuart Henderson wrote: > The @conflict weren't quite right, no harm but there were never any > pylint-main-$VER/pylint3-main-$VER packages so they aren't needed > (it's good to avoid "not needed" things in ports even if they don't > cause an actual problem

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2021-01-05 Thread Daniel Dickman
On Tue, Jan 5, 2021 at 6:24 AM Stuart Henderson wrote: > > The @conflict weren't quite right, no harm but there were never any > pylint-main-$VER/pylint3-main-$VER packages so they aren't needed > (it's good to avoid "not needed" things in ports even if they don't > cause an actual problem because

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2021-01-05 Thread Stuart Henderson
On 2021/01/05 05:37, Klemens Nanni wrote: > On Mon, Jan 04, 2021 at 10:33:37PM -0500, Daniel Dickman wrote: > > Updates work ok for me with my latest diff below. Maybe take a look if it > > helps? > > > > Note I haven't checked the pkgpath and conflict markers carefully enough. > > And I haven't

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2021-01-04 Thread Klemens Nanni
On Mon, Jan 04, 2021 at 10:33:37PM -0500, Daniel Dickman wrote: > Updates work ok for me with my latest diff below. Maybe take a look if it > helps? > > Note I haven't checked the pkgpath and conflict markers carefully enough. > And I haven't tested the pylint consumers, but this has been workin

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2021-01-04 Thread Daniel Dickman
On Tue, 5 Jan 2021, Klemens Nanni wrote: > On Thu, Dec 31, 2020 at 01:33:21AM +0100, Klemens Nanni wrote: > > On Wed, Dec 30, 2020 at 06:15:04PM -0500, Daniel Dickman wrote: > > > See below for how far I've gotten with that. Please feel free to finish > > > up > > > the update and commit when

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2021-01-04 Thread Klemens Nanni
On Thu, Dec 31, 2020 at 01:33:21AM +0100, Klemens Nanni wrote: > On Wed, Dec 30, 2020 at 06:15:04PM -0500, Daniel Dickman wrote: > > See below for how far I've gotten with that. Please feel free to finish up > > the update and commit when you're happy with it. > Mostly what I have, but I also made

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2020-12-30 Thread Klemens Nanni
On Wed, Dec 30, 2020 at 06:15:04PM -0500, Daniel Dickman wrote: > See below for how far I've gotten with that. Please feel free to finish up > the update and commit when you're happy with it. Mostly what I have, but I also made tests work and added @pkgpath bits for the pylint3,-main,python3 -> py

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2020-12-30 Thread Daniel Dickman
On Wed, 30 Dec 2020, Klemens Nanni wrote: > On Sun, Dec 27, 2020 at 10:58:48PM -0500, Daniel Dickman wrote: > > Yeah, devel/py-astroid is not python 3.8 compatible from what I remember. > > > > To fix pylint, you'll need to get py-astroid updated to version 2.1.0 or > > later. > I see sthen a

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2020-12-30 Thread Klemens Nanni
On Sun, Dec 27, 2020 at 10:58:48PM -0500, Daniel Dickman wrote: > Yeah, devel/py-astroid is not python 3.8 compatible from what I remember. > > To fix pylint, you'll need to get py-astroid updated to version 2.1.0 or > later. I see sthen and you have updated (and fixed) ports for pylint to work a

Re: pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2020-12-27 Thread Daniel Dickman
On Mon, 28 Dec 2020, Klemens Nanni wrote: > Tried to use pylint for the first time, this does not look right: > > $ pylint-3 -h > Traceback (most recent call last): > File "/usr/local/lib/python3.8/site-packages/astroid/astpeephole.py", > line 29, in > _TYPES =

pylint-3: AttributeError: module '_ast' has no attribute 'Str'

2020-12-27 Thread Klemens Nanni
Tried to use pylint for the first time, this does not look right: $ pylint-3 -h Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/astroid/astpeephole.py", line 29, in _TYPES = (_ast.Str, _ast.Bytes) AttributeError: modul