Add latest version of py-typing-extensions (#13288)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:12:27 -05:00 committed by GitHub
parent 4e2cce2c9f
commit 5995c3f85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,11 @@ class PyTypingExtensions(PythonPackage):
details about protocols and static duck typing)."""
homepage = "https://github.com/python/typing/tree/master/typing_extensions"
url = "https://pypi.io/packages/source/t/typing_extensions/typing_extensions-3.7.2.tar.gz"
url = "https://pypi.io/packages/source/t/typing_extensions/typing_extensions-3.7.4.tar.gz"
version('3.7.4', sha256='2ed632b30bb54fc3941c382decfd0ee4148f5c591651c9272473fea2c6397d95')
version('3.7.2', sha256='fb2cd053238d33a8ec939190f30cfd736c00653a85a2919415cecf7dc3d9da71')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-typing@3.6.4:', type=('build', 'run'))
depends_on('py-typing@3.7.4:', when='^python@:3.4', type=('build', 'run'))