py-cmocean: add v3.0.3 (#40482)

This commit is contained in:
Adam J. Stewart 2023-10-12 21:32:48 -05:00 committed by GitHub
parent fb1d0f60d9
commit 6aa8d76e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,11 @@ class PyCmocean(PythonPackage):
homepage = "https://matplotlib.org/cmocean/"
pypi = "cmocean/cmocean-2.0.tar.gz"
version("3.0.3", sha256="abaf99383c1a60f52970c86052ae6c14eafa84fc16984488040283c02db77c0b")
version("2.0", sha256="13eea3c8994d8e303e32a2db0b3e686f6edfb41cb21e7b0e663c2b17eea9b03a")
depends_on("python@3.8:", when="@3:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-matplotlib", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-packaging", when="@3:", type=("build", "run"))