# IT4Innovations 2019 easyblock = 'PythonPackage' name = 'multiprocess' version = '0.70.7' homepage = 'https://github.com/uqfoundation/multiprocess' description = """multiprocess is a fork of multiprocessing, and is developed as part of pathos: https://github.com/uqfoundation/pathos multiprocessing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. multiprocessing has been distributed in the standard library since python 2.6""" toolchain = {'name': 'Py', 'version': '2.7'} source_urls = ['https://github.com/uqfoundation/multiprocess/archive/'] sources = [SOURCE_TAR_GZ] dependencies = [ ('dill', '0.2.9'), ] sanity_check_paths = { 'files': [], 'dirs': ['bin', 'lib/python2.7/site-packages'] } moduleclass = 'python'