Skip to content

Commit

Permalink
py-plac: add v1.4.3; restrict to python@:3.11 for older (spack#47982)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 9, 2024
1 parent da83ab3 commit b2a86fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-plac/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ class PyPlac(PythonPackage):

license("BSD-2-Clause")

version("1.4.3", sha256="d4cb3387b2113a28aebd509433d0264a4e5d9bb7c1a86db4fbd0a8f11af74eb3")
version("1.3.5", sha256="38bdd864d0450fb748193aa817b9c458a8f5319fbf97b2261151cfc0a5812090")
version("1.3.3", sha256="51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74")
version("1.1.3", sha256="398cb947c60c4c25e275e1f1dadf027e7096858fb260b8ece3b33bcff90d985f")

depends_on("python@:3.11", type=("build", "run"), when="@:1.3")
depends_on("py-setuptools", type="build")

0 comments on commit b2a86fc

Please sign in to comment.