Skip to content

[wheel] [package list]

wheel/0.37.0-cpeGNU-22.08 (wheel-0.37.0-cpeGNU-22.08.eb)

Install with the EasyBuild-user module:

eb wheel-0.37.0-cpeGNU-22.08.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider wheel/0.37.0-cpeGNU-22.08.

EasyConfig:

# 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'

[wheel] [package list]