svn commit: r494098 - head/devel/py-astroid

Po-Chuan Hsieh sunpoet at freebsd.org
Tue Mar 5 17:24:11 UTC 2019


On Sat, Mar 2, 2019 at 8:03 AM Craig Leres <leres at freebsd.org> wrote:

> On 2/27/19 3:47 PM, Sunpoet Po-Chuan Hsieh wrote:
> > Author: sunpoet
> > Date: Wed Feb 27 23:47:36 2019
> > New Revision: 494098
> > URL:https://svnweb.freebsd.org/changeset/ports/494098
> >
> > Log:
> >    Update to 2.2.0
>
> pylint stopped worked for me (see attached). It looks like py-astroid is
> missing a dependency for devel/py-typed-ast? I tried building/installing
> it but unfortunately it's version 1.1.0 and the new astroid wants 1.3.0
> or higher.
>
> I'm using DEFAULT_VERSIONS+= python=3.7 python3=3.7.
>
>                 Craig
>

Hi,

For Python 3.6 or below, it needs typed-ast <1.3.0.
For Python 3.7, it needs typed-ast >= 1.3.0.

I've submitted PR 236264 for typed-ast 1.3.1 update.
Thanks.

Regards,
sunpoet


More information about the svn-ports-all mailing list