Add py-uvloop (#19169)
This commit is contained in:
parent
5580dbd899
commit
3401404a26
18
var/spack/repos/builtin/packages/py-uvloop/package.py
Normal file
18
var/spack/repos/builtin/packages/py-uvloop/package.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2013-2020 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 PyUvloop(PythonPackage):
|
||||
"""uvloop is a fast, drop-in replacement of the built-in asyncio event"""
|
||||
|
||||
homepage = "http://github.com/MagicStack/uvloop"
|
||||
url = "https://pypi.io/packages/source/u/uvloop/uvloop-0.14.0.tar.gz"
|
||||
|
||||
version('0.14.0', sha256='123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-wheel', type='build')
|
Loading…
Reference in New Issue
Block a user