summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-uwsgi/package.py
blob: 759fd9c49de52aef2bd6fdec07518204bb08efa2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2021 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 PyUwsgi(PythonPackage):
    """Web Application framework for low overhead web services"""

    homepage = "https://github.com/unbit/uwsgi/"
    pypi = "uwsgi/uwsgi-2.0.18.tar.gz"

    version('2.0.18', sha256='4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583')

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