summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-httptools/package.py
blob: 2377011913e93375a17a0df7d8a00b49efda8d61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2022 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 PyHttptools(PythonPackage):
    """httptools is a Python binding for the nodejs HTTP parser."""

    homepage = "https://github.com/MagicStack/httptools"
    pypi = "httptools/httptools-0.1.1.tar.gz"

    version('0.1.1', sha256='41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce')

    depends_on('py-setuptools', type='build')
    depends_on('py-wheel', type='build')