summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-lightning-api-access/package.py
blob: fbff25407a23a33c57390eb8610c94560ffd237e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2023 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 PyLightningApiAccess(PythonPackage):
    """Lightning Frontend Showing how a given API can be accessed."""

    homepage = "https://github.com/Lightning-AI/LAI-API-Access-UI-Component"

    # sdist not available on PyPI or GitHub
    url = "https://files.pythonhosted.org/packages/py3/l/lightning-api-access/lightning_api_access-0.0.5-py3-none-any.whl"
    list_url = "https://pypi.org/simple/lightning-api-access/"

    version(
        "0.0.5",
        sha256="08657fee636377534332df92e0bee893d46cb877f9642cba09ce560aed95fd40",
        expand=False,
    )