summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-platformdirs/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-platformdirs/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-platformdirs/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-platformdirs/package.py b/var/spack/repos/builtin/packages/py-platformdirs/package.py
index c655d702da..82929c5c8e 100644
--- a/var/spack/repos/builtin/packages/py-platformdirs/package.py
+++ b/var/spack/repos/builtin/packages/py-platformdirs/package.py
@@ -14,6 +14,7 @@ class PyPlatformdirs(PythonPackage):
homepage = "https://github.com/platformdirs/platformdirs"
pypi = "platformdirs/platformdirs-2.4.0.tar.gz"
+ version("3.10.0", sha256="b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d")
version("3.5.3", sha256="e48fabd87db8f3a7df7150a4a5ea22c546ee8bc39bc2473244730d4b56d2cc4e")
version("3.5.0", sha256="7954a68d0ba23558d753f73437c55f89027cf8f5108c19844d4b82e5af396335")
version("3.1.1", sha256="024996549ee88ec1a9aa99ff7f8fc819bb59e2c3477b410d90a16d32d6e707aa")
@@ -32,11 +33,13 @@ class PyPlatformdirs(PythonPackage):
depends_on("python@3.7:", when="@2.4.1:", type=("build", "run"))
depends_on("py-hatch-vcs@0.3:", when="@3:", type="build")
depends_on("py-hatch-vcs", when="@2.5.2:", type="build")
+ depends_on("py-hatchling@1.17.1:", when="@3.10:", type="build")
depends_on("py-hatchling@1.17:", when="@3.5.2:", type="build")
depends_on("py-hatchling@1.14:", when="@3.3:", type="build")
depends_on("py-hatchling@1.12.2:", when="@3:", type="build")
depends_on("py-hatchling@0.22.0:", when="@2.5.2:", type="build")
+ depends_on("py-typing-extensions@4.7.1:", when="@3.10: ^python@:3.7", type=("build", "run"))
depends_on("py-typing-extensions@4.6.3:", when="@3.5.2: ^python@:3.7", type=("build", "run"))
depends_on("py-typing-extensions@4.5:", when="@3.2: ^python@:3.7", type=("build", "run"))
depends_on("py-typing-extensions@4.4:", when="@3: ^python@:3.7", type=("build", "run"))