summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyro-api/package.py
blob: 03ee6d501060c6ac4715e3c56322b6a61923d08f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 PyPyroApi(PythonPackage):
    """Generic API for dispatch to Pyro backends."""

    homepage = "https://github.com/pyro-ppl/pyro-api"
    pypi = "pyro-api/pyro-api-0.1.2.tar.gz"

    version("0.1.2", sha256="a1b900d9580aa1c2fab3b123ab7ff33413744da7c5f440bd4aadc4d40d14d920")

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