mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
26 lines
723 B
Plaintext
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'
|