new package: py-blinker (#12531)

This commit is contained in:
Sinan 2019-08-23 09:03:16 -07:00 committed by Adam J. Stewart
parent e8f0e6936c
commit f199b2d42e

View file

@ -0,0 +1,17 @@
# 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 PyBlinker(PythonPackage):
"""Fast, simple object-to-object and broadcast signaling"""
homepage = "https://pythonhosted.org/blinker/"
url = "https://pypi.io/packages/source/b/blinker/blinker-1.4.tar.gz"
version('1.4', sha256='471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6')
depends_on('py-setuptools', type='build')