Skip to content
Snippets Groups Projects
Commit e2ce4386 authored by Sinan's avatar Sinan Committed by Peter Scheibel
Browse files

New package: py-scoop (#11423)

parent 249845e8
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyScoop(PythonPackage):
"""SCOOP (Scalable COncurrent Operations in Python) is a distributed
task module allowing concurrent parallel programming on various
environments, from heterogeneous grids to supercomputers."""
homepage = "https://github.com/soravux/scoop"
url = "https://files.pythonhosted.org/packages/source/s/scoop/scoop-0.7.1.1.tar.gz"
version('0.7.1.1', sha256='d8b6444c7bac901171e3327a97e241dde63f060354e162a65551fd8083ca62b4')
depends_on('py-setuptools', type='build')
depends_on('py-greenlet@0.3.4:', type=('build', 'run'))
depends_on('py-zmq@13.1.0:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment