summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-09-24 22:48:30 +0200
committerGitHub <noreply@github.com>2022-09-24 15:48:30 -0500
commit3e4bf1e400455ab53b7701ac4d4215dbe7b2fc43 (patch)
treefcdf16fe990abaae04223fc4717d709c02d983e3 /var
parentcd58ae23bef260a8c81289f4c9330d93fb9d5e52 (diff)
downloadspack-3e4bf1e400455ab53b7701ac4d4215dbe7b2fc43.tar.gz
spack-3e4bf1e400455ab53b7701ac4d4215dbe7b2fc43.tar.bz2
spack-3e4bf1e400455ab53b7701ac4d4215dbe7b2fc43.tar.xz
spack-3e4bf1e400455ab53b7701ac4d4215dbe7b2fc43.zip
py-cfgv: add 3.3.1 (#32782)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-cfgv/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-cfgv/package.py b/var/spack/repos/builtin/packages/py-cfgv/package.py
index 1603be7caa..73037c8bef 100644
--- a/var/spack/repos/builtin/packages/py-cfgv/package.py
+++ b/var/spack/repos/builtin/packages/py-cfgv/package.py
@@ -12,8 +12,10 @@ class PyCfgv(PythonPackage):
homepage = "https://github.com/asottile/cfgv/"
pypi = "cfgv/cfgv-2.0.1.tar.gz"
+ version("3.3.1", sha256="f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736")
version("2.0.1", sha256="edb387943b665bf9c434f717bf630fa78aecd53d5900d2e05da6ad6048553144")
+ depends_on("python@3.6.1:", when="@3.1:", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("py-setuptools", type="build")
- depends_on("py-six", type=("build", "run"))
+ depends_on("py-six", when="@:2", type=("build", "run"))