py-pywavelets: add 1.4.1 (#34369)

* py-pywavelets: add 1.4.1

* Update var/spack/repos/builtin/packages/py-pywavelets/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Update var/spack/repos/builtin/packages/py-pywavelets/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Manuela Kuhn 2022-12-07 21:40:10 +01:00 committed by GitHub
parent f3f8b31be5
commit 92f19c8491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,19 @@ class PyPywavelets(PythonPackage):
"""PyWavelets is a free Open Source library for wavelet transforms
in Python"""
homepage = "https://github.com/PyWavelets"
homepage = "https://github.com/PyWavelets/pywt"
pypi = "PyWavelets/PyWavelets-0.5.2.tar.gz"
version("1.4.1", sha256="6437af3ddf083118c26d8f97ab43b0724b956c9f958e9ea788659f6a2834ba93")
version("1.1.1", sha256="1a64b40f6acb4ffbaccce0545d7fc641744f95351f62e4c6aaa40549326008c9")
version("0.5.2", sha256="ce36e2f0648ea1781490b09515363f1f64446b0eac524603e5db5e180113bed9")
depends_on("python@3.5:", type=("build", "run"), when="@1.1.1:")
depends_on("py-setuptools", type="build")
depends_on("python@3.8:", when="@1.4.1:", type=("build", "run"))
depends_on("python@3.5:", when="@1.1.1:", type=("build", "run"))
depends_on("py-setuptools@:64", type="build")
depends_on("py-cython@0.29.24:2", when="@1.2:", type="build")
depends_on("py-cython", type="build")
depends_on("py-numpy@1.17.3:", when="@1.2:", type=("build", "run"))
depends_on("py-numpy@1.13.3:", when="@1.1.1:", type=("build", "run"))
depends_on("py-numpy@1.9.1:", type=("build", "run"))
depends_on("py-numpy@1.13.3:", type=("build", "run"), when="@1.1.1:")