Add latest version of py-typing-extensions (#13288)
This commit is contained in:
parent
4e2cce2c9f
commit
5995c3f85b
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user