summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyuwsgi/package.py
blob: 17ddbb007534bf0d13a0c81760b4a74e9b51a6a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2024 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.package import *


class PyPyuwsgi(PythonPackage):
    """The uWSGI server"""

    homepage = "https://uwsgi-docs.readthedocs.io"
    pypi = "pyuwsgi/pyuwsgi-2.0.21.tar.gz"

    license("GPL-2.0-or-later")

    version("2.0.21", sha256="211e8877f5191e347ba905232d04ab30e05ce31ba7a6dac4bfcb48de9845bb52")

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