new package: py-blinker (#12531)
This commit is contained in:
parent
e8f0e6936c
commit
f199b2d42e
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-blinker/package.py
Normal file
17
var/spack/repos/builtin/packages/py-blinker/package.py
Normal 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')
|
Loading…
Reference in a new issue