Skip to content

Commit

Permalink
Merge pull request easybuilders#19510 from boegel/20240105221710_new_…
Browse files Browse the repository at this point in the history
…pr_typing-extensions490

{devel}[GCCcore/12.2.0] typing-extensions v4.9.0
  • Loading branch information
akesandgren authored Jan 8, 2024
2 parents 4673e45 + 7332864 commit 2e40008
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
easyblock = 'PythonPackage'

name = 'typing-extensions'
version = '4.9.0'

homepage = 'https://github.com/python/typing/blob/master/typing_extensions/README.rst'
description = 'Typing Extensions – Backported and Experimental Type Hints for Python'

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}

sources = ['typing_extensions-%(version)s.tar.gz']
checksums = ['23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783']

builddependencies = [('binutils', '2.39')]

dependencies = [('Python', '3.10.8')]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

moduleclass = 'devel'

0 comments on commit 2e40008

Please sign in to comment.