summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-09-29 11:34:32 +0200
committerGitHub <noreply@github.com>2022-09-29 03:34:32 -0600
commit2d0ff5118503dc54f84861d5f42c876e38d389ee (patch)
tree2f95376e553584ece8aa20b4955de11fcd9c1bf6
parent7b365f4c43dcdbaadd190ce888aa53c1ec2586bb (diff)
downloadspack-2d0ff5118503dc54f84861d5f42c876e38d389ee.tar.gz
spack-2d0ff5118503dc54f84861d5f42c876e38d389ee.tar.bz2
spack-2d0ff5118503dc54f84861d5f42c876e38d389ee.tar.xz
spack-2d0ff5118503dc54f84861d5f42c876e38d389ee.zip
py-identify: add 2.5.5 (#32868)
-rw-r--r--var/spack/repos/builtin/packages/py-identify/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-identify/package.py b/var/spack/repos/builtin/packages/py-identify/package.py
index 1497c1f442..ca008b1cfa 100644
--- a/var/spack/repos/builtin/packages/py-identify/package.py
+++ b/var/spack/repos/builtin/packages/py-identify/package.py
@@ -12,12 +12,13 @@ class PyIdentify(PythonPackage):
Given a file (or some information about a file), return a set of
standardized tags identifying what the file is."""
- homepage = "https://github.com/chriskuehl/identify"
+ homepage = "https://github.com/pre-commit/identify"
pypi = "identify/identify-1.4.7.tar.gz"
+ version("2.5.5", sha256="322a5699daecf7c6fd60e68852f36f2ecbb6a36ff6e6e973e0d2bb6fca203ee6")
version("2.5.3", sha256="887e7b91a1be152b0d46bbf072130235a8117392b9f1828446079a816a05ef44")
version("1.4.7", sha256="d8919589bd2a5f99c66302fec0ef9027b12ae150b0b0213999ad3f695fc7296e")
+ depends_on("python@3.7:", when="@2.4.5:", type=("build", "run"))
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")