mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00

modified: b/binutils/binutils-2.27.eb new file: g/greenlet/greenlet-0.4.15-Py-2.7.eb modified: l/libpng/libpng-1.6.34.eb new file: p/pyzmq/pyzmq-17.1.2-Py-2.7.eb new file: r/Rucio/Rucio-1.18.5-Py-2.7.eb new file: s/scoop/scoop-0.7.1.1-Py-2.7.eb
27 lines
679 B
Plaintext
27 lines
679 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'scoop'
|
|
version = '0.7.1.1'
|
|
|
|
homepage = 'https://pypi.org/project/scoop'
|
|
description = 'SCOOP (Scalable COncurrent Operations in Python) is a distributed task module allowing concurrent parallel programming on various environments, from heterogeneous grids to supercomputers.'
|
|
|
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('pyzmq', '17.1.2'),
|
|
('greenlet', '0.4.15'),
|
|
('argparse', '1.4.0'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'python'
|