Index: head/devel/py-mypy/files/patch-mypy_fastparse.py =================================================================== --- head/devel/py-mypy/files/patch-mypy_fastparse.py (revision 438496) +++ head/devel/py-mypy/files/patch-mypy_fastparse.py (nonexistent) @@ -1,11 +0,0 @@ ---- mypy/fastparse.py.orig 2017-02-15 15:30:38 UTC -+++ mypy/fastparse.py -@@ -26,7 +26,7 @@ from mypy import experiments - from mypy.errors import Errors - - try: -- from typed_ast import ast35 -+ from typed_ast import ast3 as ast35 - except ImportError: - if sys.version_info.minor > 2: - print('You must install the typed_ast package before you can run mypy' Property changes on: head/devel/py-mypy/files/patch-mypy_fastparse.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-mypy/files/patch-mypy_fastparse2.py =================================================================== --- head/devel/py-mypy/files/patch-mypy_fastparse2.py (revision 438496) +++ head/devel/py-mypy/files/patch-mypy_fastparse2.py (nonexistent) @@ -1,11 +0,0 @@ ---- mypy/fastparse2.py.orig 2017-02-15 15:30:42 UTC -+++ mypy/fastparse2.py -@@ -43,7 +43,7 @@ from mypy.fastparse import TypeConverter - - try: - from typed_ast import ast27 -- from typed_ast import ast35 -+ from typed_ast import ast3 as ast35 - except ImportError: - if sys.version_info.minor > 2: - print('You must install the typed_ast package before you can run mypy' Property changes on: head/devel/py-mypy/files/patch-mypy_fastparse2.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-mypy/Makefile =================================================================== --- head/devel/py-mypy/Makefile (revision 438496) +++ head/devel/py-mypy/Makefile (revision 438497) @@ -1,29 +1,29 @@ # Created by: Florian Limberger # $FreeBSD$ PORTNAME= mypy -PORTVERSION= 0.471 +PORTVERSION= 0.501 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= flo@snakeoilproductions.net COMMENT= Optional static typing for Python LICENSE= MIT PSFL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typed-ast>=0.6.3:devel/py-typed-ast +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.0.0:devel/py-typed-ast NO_ARCH= yes USES= python:3.3+ USE_PYTHON= autoplist distutils .include .if ${PYTHON_VER} < 3.5 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=3.5.3:devel/py-typing .endif .include Index: head/devel/py-mypy/distinfo =================================================================== --- head/devel/py-mypy/distinfo (revision 438496) +++ head/devel/py-mypy/distinfo (revision 438497) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487173104 -SHA256 (mypy-0.471.tar.gz) = 552821e4ae601e9058797cfc7d251ff6a2789b5b5aeb00df017f76271d726e9f -SIZE (mypy-0.471.tar.gz) = 660228 +TIMESTAMP = 1490943629 +SHA256 (mypy-0.501.tar.gz) = 1098ba0bc55b4f6cebdf35f1303be31107f2ae5a753f9aec28aaff2d701b8f98 +SIZE (mypy-0.501.tar.gz) = 679701