Add py-hpack (#19189)
This commit is contained in:
parent
8c9187c3b3
commit
a24844a206
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/py-hpack/package.py
Normal file
18
var/spack/repos/builtin/packages/py-hpack/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 PyHpack(PythonPackage):
|
||||
"""Pure-Python HPACK header compression"""
|
||||
|
||||
homepage = "https://github.com/python-hyper/hpack"
|
||||
url = "https://pypi.io/packages/source/h/hpack/hpack-4.0.0.tar.gz"
|
||||
|
||||
version('4.0.0', sha256='fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-wheel', type='build')
|
Loading…
Reference in a new issue