What fails exactly? I was able to import mypy on f26 with the f26 package. rawhide's build failed due to a massive perl issue, and I'll build there when it's resolved.
Review done. Now I get the following error:
/usr/share/typeshed/stdlib/3/builtins.pyi:615: error: Cycle in inheritance hierarchy.
I'd guess that our typeshed version needs updating.
This update has been submitted for testing by limb.
Thanks for the fast response!
However, I installed the F26 package under rawhide, and it fails on import of typed_ast. It seems that typed_ast is not packaged yet.
What fails exactly? I was able to import mypy on f26 with the f26 package. rawhide's build failed due to a massive perl issue, and I'll build there when it's resolved.
Just running it from the command line:
$ mypy
The typed_ast package is not installed.
You can install it with
python3 -m pip install typed-ast
.I now installed the f26 build on f26 and I get the same error.
I've packaged typed_ast and submitted a review. Will be happy to review another in exchange. https://bugzilla.redhat.com/show_bug.cgi?id=1460515
Review done. Now I get the following error:
/usr/share/typeshed/stdlib/3/builtins.pyi:615: error: Cycle in inheritance hierarchy
. I'd guess that our typeshed version needs updating.This update has been pushed to testing.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Cool, I'll push an update for typeshed with typed_ast.
This update has been obsoleted by python3-mypy-0.511-2.fc26.