easyconfigs-it4i/c/ClusterShell/ClusterShell-1.7.3.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

26 lines
722 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': 'dummy', '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'