summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJonathon Anderson <17242663+blue42u@users.noreply.github.com>2022-08-04 17:57:48 -0500
committerGitHub <noreply@github.com>2022-08-04 16:57:48 -0600
commit6cc5a657fb6dab6b4aa36084e89f41c1e70691f0 (patch)
treed785508232b7c8ec2589db45cf604e753886bb5d /var
parent6970beb647c7a246d9ebc07a8674b6c0d2e2825f (diff)
downloadspack-6cc5a657fb6dab6b4aa36084e89f41c1e70691f0.tar.gz
spack-6cc5a657fb6dab6b4aa36084e89f41c1e70691f0.tar.bz2
spack-6cc5a657fb6dab6b4aa36084e89f41c1e70691f0.tar.xz
spack-6cc5a657fb6dab6b4aa36084e89f41c1e70691f0.zip
Add checksum for py-identify 2.5.3 (#31935)
* Add checksum for py-identify 2.5.3 * Update package.py
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-identify/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-identify/package.py b/var/spack/repos/builtin/packages/py-identify/package.py
index 5964b08e84..1497c1f442 100644
--- a/var/spack/repos/builtin/packages/py-identify/package.py
+++ b/var/spack/repos/builtin/packages/py-identify/package.py
@@ -15,7 +15,9 @@ class PyIdentify(PythonPackage):
homepage = "https://github.com/chriskuehl/identify"
pypi = "identify/identify-1.4.7.tar.gz"
+ version("2.5.3", sha256="887e7b91a1be152b0d46bbf072130235a8117392b9f1828446079a816a05ef44")
version("1.4.7", sha256="d8919589bd2a5f99c66302fec0ef9027b12ae150b0b0213999ad3f695fc7296e")
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
+ depends_on("python@3.7:", type=("build", "run"), when="@2.4.5:")
depends_on("py-setuptools", type="build")