Index: head/devel/py-mypy/files/patch-setup.py =================================================================== --- head/devel/py-mypy/files/patch-setup.py (nonexistent) +++ head/devel/py-mypy/files/patch-setup.py (revision 448774) @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-08-04 19:04:43 UTC ++++ setup.py +@@ -100,7 +100,7 @@ package_dir = {'mypy': 'mypy'} + # "pip3 install git+git://github.com/python/mypy.git" + # (as suggested by README.md). + install_requires = [] +-install_requires.append('typed-ast >= 1.0.4, < 1.1.0') ++install_requires.append('typed-ast >= 1.0.4, < 1.2.0') + if sys.version_info < (3, 5): + install_requires.append('typing >= 3.5.3') + Property changes on: head/devel/py-mypy/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property