wheel/0.37.0-cpeGNU-22.08 (wheel-0.37.0-cpeGNU-22.08.eb)
This software is archived in the LUMI-EasyBuild-contrib GitHub repository as easybuild/easyconfigs/__archive__/w/wheel/wheel-0.37.0-cpeGNU-22.08.eb. The corresponding module would be wheel/0.37.0-cpeGNU-22.08.
# contributed by Rafael Sarmiento and Luca Marsella (CSCS)
easyblock = 'PythonPackage'
name = 'wheel'
version = '0.37.0'
homepage = 'https://pypi.python.org/pypi/wheel'
description = """A built-package format for Python."""
toolchain = {'name': 'cpeGNU', 'version': '22.08'}
sources = [SOURCE_TAR_GZ]
dependencies = [
('cray-python', EXTERNAL_MODULE),
]
use_pip = True
sanity_check_paths = {
'files': ['bin/%(name)s'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'tools'