summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-sphobjinv/package.py
blob: afbdbcd63f68a8d1f32c06c647ca5869ce6a05c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 PySphobjinv(PythonPackage):
    """Sphinx objects.inv Inspection/Manipulation Tool."""

    homepage = "https://github.com/bskinn/sphobjinv"
    pypi = "sphobjinv/sphobjinv-2.3.1.tar.gz"

    version("2.3.1", sha256="1442a47fc93587a0177be95346904e388ef85a8366f90a1835a7c3eeeb122eb7")

    depends_on("py-setuptools", type=("build", "run"))
    depends_on("py-attrs@19.2:", type=("build", "run"))
    depends_on("py-certifi", type=("build", "run"))
    depends_on("py-jsonschema@3.0:", type=("build", "run"))