Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions easybuild/easyconfigs/j/jedi/jedi-0.18.1-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ easyblock = 'PythonBundle'
name = 'jedi'
version = "0.18.1"

homepage = 'https://jedi.readthedocs.io/en/latest/'
homepage = 'https://github.com/davidhalter/jedi'
description = """
Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins.
Jedi - an awesome autocompletion, static analysis and refactoring library for Python.
It is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto functionality.
Other features include refactoring, code search and finding references.
"""

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
Expand All @@ -29,9 +31,4 @@ exts_list = [
}),
]

sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}

moduleclass = 'tools'
7 changes: 2 additions & 5 deletions easybuild/easyconfigs/j/jedi/jedi-0.19.1-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version = "0.19.1"
homepage = 'https://github.com/davidhalter/jedi'
description = """
Jedi - an awesome autocompletion, static analysis and refactoring library for Python.
It is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto functionality.
Other features include refactoring, code search and finding references.
"""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
Expand All @@ -29,9 +31,4 @@ exts_list = [
}),
]

sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.11/site-packages/jedi'],
}

moduleclass = 'tools'