Created attachment 181399 [details] devel/py-mypy: update to 0.501 devel/py-mypy: update to 0.501 - Remove unneeded patches (superseded by upstream) - Track minimum depedency on py-typed-ast Change Log: - typed_ast is used as the default parser (i.e. --fast-parser is now the default) - Python 3.6 features supported by default - Simples metaclass support added - The --warn-no-return flag is now default: warns about missing return statements - A function that doesn't return can be annotated (using mypy_extensions.NoReturn) - Redundant Generic[T] no longer needed - Checking of assignments in a class body - The --strict flag is added, that turns on most additional checks
I'm sorry it took me so long, the patch works fine and can be commited. Thank you!
A commit references this bug: Author: dbn Date: Fri Apr 14 07:53:56 UTC 2017 New revision: 438497 URL: https://svnweb.freebsd.org/changeset/ports/438497 Log: devel/py-mypy: update to 0.501 - Remove unneeded patches (superseded by upstream) - Track minimum depedency on py-typed-ast Change Log: - typed_ast is used as the default parser (i.e. --fast-parser is now the default) - Python 3.6 features supported by default - Simples metaclass support added - The --warn-no-return flag is now default: warns about missing return statements - A function that doesn't return can be annotated (using mypy_extensions.NoReturn) - Redundant Generic[T] no longer needed - Checking of assignments in a class body - The --strict flag is added, that turns on most additional checks PR: 218303 Approved by: Florian Limberger <flo@snakeoilproductions.net> Changes: head/devel/py-mypy/Makefile head/devel/py-mypy/distinfo head/devel/py-mypy/files/
Commit, thank you. You replied within the 2 week timeout period, so nothing wrong there.