easyconfigs-it4i/c/ClusterShell/ClusterShell-1.7.3.eb

26 lines
723 B
Plaintext

easyblock = 'PythonPackage'
name = 'ClusterShell'
version = '1.7.3'
homepage = 'http://cea-hpc.github.io/clustershell/'
description = """ClusterShell is an event-driven open source Python library, designed to run local or distant commands
in parallel on server farms or on large Linux clusters."""
toolchain = {'name': 'system', 'version': ''}
source_urls = [PYPI_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
allow_system_deps = [('Python', SYS_PYTHON_VERSION)]
options = {'modulename': 'ClusterShell'}
pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2])
sanity_check_paths = {
'files': ['bin/clubak', 'bin/clush', 'bin/nodeset'],
'dirs': ['lib/python%s/site-packages' % pyshortver]
}
moduleclass = 'tools'