summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocco Meli <r.meli@bluemail.ch>2024-06-01 22:01:47 +0200
committerGitHub <noreply@github.com>2024-06-01 15:01:47 -0500
commit5ef58144cb7bf046149a1fd938dc6e458b3fe966 (patch)
treee3956995f95fea7e25892bd48417bc82edb51c77
parent41ddbdfd907ef83c34aa8b95af31cf81035a0705 (diff)
downloadspack-5ef58144cb7bf046149a1fd938dc6e458b3fe966.tar.gz
spack-5ef58144cb7bf046149a1fd938dc6e458b3fe966.tar.bz2
spack-5ef58144cb7bf046149a1fd938dc6e458b3fe966.tar.xz
spack-5ef58144cb7bf046149a1fd938dc6e458b3fe966.zip
py-fortls: add v3.1.0 (#44477)
* Spglib: add version 2.4.0 * DLA-Future: fix +test option * update * [@spackbot] updating style on behalf of RMeli * Apply suggestions from code review Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: RMeli <RMeli@users.noreply.github.com> Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
-rw-r--r--var/spack/repos/builtin/packages/py-fortls/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-fortls/package.py b/var/spack/repos/builtin/packages/py-fortls/package.py
index 47e9aafed3..b0866d0a47 100644
--- a/var/spack/repos/builtin/packages/py-fortls/package.py
+++ b/var/spack/repos/builtin/packages/py-fortls/package.py
@@ -16,12 +16,15 @@ class PyFortls(PythonPackage):
license("MIT")
+ version("3.1.0", sha256="e38f9f6af548f78151d54bdbb9884166f8d717f8e147ab1e2dbf06b985df2c6d")
version("2.13.0", sha256="23c5013e8dd8e1d65bf07be610d0827bc48aa7331a7a7ce13612d4c646d0db31")
depends_on("py-setuptools@45:", type="build")
+ depends_on("py-setuptools@61:", when="@3:", type="build")
depends_on("py-packaging", type=("build", "run"))
depends_on("py-setuptools-scm@6.2:+toml", type="build")
- depends_on("py-setuptools-scm-git-archive", type="build")
+ depends_on("py-setuptools-scm@7:+toml", when="@3:", type="build")
+ depends_on("py-setuptools-scm-git-archive", when="@:2", type="build")
depends_on("py-json5", type=("build", "run"))
depends_on("py-importlib-metadata", type=("build", "run"), when="^python@:3.7")