py-sphobjinv: add v2.3.1 (#35044)

This commit is contained in:
Adam J. Stewart 2023-01-25 15:09:00 -07:00 committed by GitHub
parent 80f3888cc8
commit 65fbc5a461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,18 @@ class PySphobjinv(PythonPackage):
"""Sphinx objects.inv Inspection/Manipulation Tool."""
homepage = "https://github.com/bskinn/sphobjinv"
url = "https://github.com/bskinn/sphobjinv/archive/refs/tags/v2.1.tar.gz"
pypi = "sphobjinv/sphobjinv-2.3.1.tar.gz"
version("2.1", sha256="e41950a578dfd5acae24f12c7fe12b8d5e44f9162487aaa27189ca2e5c45d30c")
version("2.3.1", sha256="1442a47fc93587a0177be95346904e388ef85a8366f90a1835a7c3eeeb122eb7")
version(
"2.1",
sha256="e41950a578dfd5acae24f12c7fe12b8d5e44f9162487aaa27189ca2e5c45d30c",
url="https://github.com/bskinn/sphobjinv/archive/refs/tags/v2.1.tar.gz",
deprecated=True,
)
depends_on("python@3.6:", type=("build", "run"))
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-fuzzywuzzy@0.8:", type=("build", "run"))
depends_on("py-jsonschema@3.0:", type=("build", "run"))
depends_on("py-fuzzywuzzy@0.8:", when="@2.1", type=("build", "run"))