From fde33e66be9c0b0c3f7b20c823447538455998f4 Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:53:43 +0200 Subject: py-numexpr: add 2.8.4 (#38416) --- var/spack/repos/builtin/packages/py-numexpr/package.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-numexpr/package.py b/var/spack/repos/builtin/packages/py-numexpr/package.py index a654b294c6..dcad64baaa 100644 --- a/var/spack/repos/builtin/packages/py-numexpr/package.py +++ b/var/spack/repos/builtin/packages/py-numexpr/package.py @@ -12,6 +12,7 @@ class PyNumexpr(PythonPackage): homepage = "https://github.com/pydata/numexpr" url = "https://github.com/pydata/numexpr/archive/v2.7.0.tar.gz" + version("2.8.4", sha256="0e21addd25db5f62d60d97e4380339d9c1fb2de72c88b070c279776ee6455d10") version("2.8.3", sha256="389ceefca74eff30ec3fd03fc4c3b7ab3df8f22d1f235117a392ce702ed208c0") version("2.7.3", sha256="00d6b1518605afe0ed10417e0ff07123e5d531c02496c6eed7dd4b9923238e1e") version("2.7.2", sha256="7d1b3790103221feda07f4a93a4fa5c6654f46865197a677ca6f27eb5cb4e5ef") @@ -23,10 +24,11 @@ class PyNumexpr(PythonPackage): version("2.4.6", sha256="2681faf55a3f19ba4424cc3d6f0a10610ebd49f029f8453f0ba64dd5c0fe4e0f") depends_on("python@3.7:", when="@2.8.3:", type=("build", "run")) - depends_on("python@2.7:", when="@2.7.3", type=("build", "run")) - depends_on("python@2.6:", when="@:2.7.2", type=("build", "run")) + depends_on("py-setuptools", type="build") + + depends_on("py-numpy@1.13.3:", type=("build", "run"), when="@2.8.3:") # https://github.com/pydata/numexpr/issues/397 depends_on("py-numpy@1.7:1.22", type=("build", "run"), when="@:2.7") - depends_on("py-numpy@1.13.3:", type=("build", "run"), when="@2.8.3:") - depends_on("py-setuptools", type="build") - depends_on("py-packaging", type=("build", "run"), when="@2.8.3:") + + # Historical dependencies + depends_on("py-packaging", type=("build", "run"), when="@2.8.3") -- cgit v1.2.3-70-g09d2