Date: Sat, 26 Aug 2017 15:15:16 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448774 - head/devel/py-mypy/files Message-ID: <201708261515.v7QFFGD1021850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sat Aug 26 15:15:16 2017 New Revision: 448774 URL: https://svnweb.freebsd.org/changeset/ports/448774 Log: devel/py-mypy: patch to work with Port's py-typed-ast PR: 221230 Added: head/devel/py-mypy/files/ head/devel/py-mypy/files/patch-setup.py (contents, props changed) Added: head/devel/py-mypy/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mypy/files/patch-setup.py Sat Aug 26 15:15:16 2017 (r448774) @@ -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') +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708261515.v7QFFGD1021850>