summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-08-08 01:53:04 -0500
committerGitHub <noreply@github.com>2023-08-08 08:53:04 +0200
commit834e7b2b0a9f2d0de8a3611f886f09e99a5497f6 (patch)
tree24c0692cc0a5e69e46024c08ba775382fe388a3d /var
parentc14f23ddaae3226146ddfc6156e0d905cfa437ba (diff)
downloadspack-834e7b2b0a9f2d0de8a3611f886f09e99a5497f6.tar.gz
spack-834e7b2b0a9f2d0de8a3611f886f09e99a5497f6.tar.bz2
spack-834e7b2b0a9f2d0de8a3611f886f09e99a5497f6.tar.xz
spack-834e7b2b0a9f2d0de8a3611f886f09e99a5497f6.zip
py-cartopy: add v0.22.0 (#39309)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-cartopy/package.py68
1 files changed, 39 insertions, 29 deletions
diff --git a/var/spack/repos/builtin/packages/py-cartopy/package.py b/var/spack/repos/builtin/packages/py-cartopy/package.py
index 9442c2f744..7091a3e965 100644
--- a/var/spack/repos/builtin/packages/py-cartopy/package.py
+++ b/var/spack/repos/builtin/packages/py-cartopy/package.py
@@ -15,6 +15,7 @@ class PyCartopy(PythonPackage):
maintainers("adamjstewart")
skip_modules = ["cartopy.tests"]
+ version("0.22.0", sha256="b300f90120931d43f11ef87c064ea1dacec1b59a4940aa76ebf82cf09548bb49")
version("0.21.1", sha256="89d5649712c8582231c6e11825a04c85f6f0cee94dbb89e4db23eabca1cc250a")
version("0.21.0", sha256="ce1d3a28a132e94c89ac33769a50f81f65634ab2bd40556317e15bd6cad1ce42")
version("0.20.3", sha256="0d60fa2e2fbd77c4d1f6b1f9d3b588966147f07c1b179d2d34570ac1e1b49006")
@@ -36,9 +37,17 @@ class PyCartopy(PythonPackage):
)
variant("plotting", default=False, description="Add plotting functionality")
- # pyproject.toml
+ # Based on wheel availability on PyPI
+ depends_on("python@3.9:3.11", when="@0.22:", type=("build", "link", "run"))
+ depends_on("python@3.8:3.11", when="@0.21", type=("build", "link", "run"))
+ depends_on("python@:3.11", when="@0.20", type=("build", "link", "run"))
+ depends_on("python@:3.10", when="@0.19", type=("build", "link", "run"))
+ depends_on("python@:3.9", when="@:0.18", type=("build", "link", "run"))
+
+ # Required dependencies
depends_on("py-setuptools@40.6:", when="@0.19:", type="build")
depends_on("py-setuptools@0.7.2:", type="build")
+ depends_on("py-cython@0.29.24:", when="@0.22:", type="build")
depends_on("py-cython@0.29.13:", when="@0.20:", type="build")
depends_on("py-cython@0.29.2:", when="@0.19:", type="build")
depends_on("py-cython@0.28:", when="@0.18:", type="build")
@@ -46,54 +55,55 @@ class PyCartopy(PythonPackage):
depends_on("py-cython", type="build")
depends_on("py-setuptools-scm@7:", when="@0.20.3:", type="build")
depends_on("py-setuptools-scm", when="@0.19:", type="build")
- depends_on("py-setuptools-scm-git-archive", when="@0.19:0.20.2", type="build")
-
- # setup.py
- depends_on("python@3.8:", when="@0.21:", type=("build", "run"))
- depends_on("python@:3.9", when="@:0.18", type=("build", "run"))
- depends_on("geos@3.7.2:", when="@0.20:")
- depends_on("geos@3.3.3:")
- depends_on("proj@8:", when="@0.20")
- depends_on("proj@4.9:7", when="@0.17:0.19")
- depends_on("proj@4.9:5", when="@:0.16")
-
- # requirements/default.txt
- depends_on("py-numpy@1.18:", when="@0.20:", type=("build", "run"))
- depends_on("py-numpy@1.13.3:", when="@0.19:", type=("build", "run"))
- depends_on("py-numpy@1.10:", when="@0.17:", type=("build", "run"))
- depends_on("py-numpy@1.6:", type=("build", "run"))
- depends_on("py-matplotlib@3.1:", when="@0.21:", type=("build", "run"))
+ depends_on("py-numpy@1.21:", when="@0.22:", type=("build", "link", "run"))
+ depends_on("py-numpy@1.18:", when="@0.20:", type=("build", "link", "run"))
+ depends_on("py-numpy@1.13.3:", when="@0.19:", type=("build", "link", "run"))
+ depends_on("py-numpy@1.10:", when="@0.17:", type=("build", "link", "run"))
+ depends_on("py-numpy@1.6:", type=("build", "link", "run"))
+ depends_on("py-matplotlib@3.4:", when="@0.22:", type=("build", "run"))
+ depends_on("py-matplotlib@3.1:", when="@0.21", type=("build", "run"))
# https://github.com/SciTools/cartopy/issues/2086
depends_on("py-matplotlib@3.1:3.5", when="@0.20", type=("build", "run"))
- depends_on("py-shapely@1.6.4:", when="@0.21.1:", type=("build", "run"))
+ depends_on("py-shapely@1.7:", when="@0.22:", type=("build", "run"))
+ depends_on("py-shapely@1.6.4:", when="@0.21.1:0.21", type=("build", "run"))
depends_on("py-shapely@1.6.4:1", when="@0.20:0.21.0", type=("build", "run"))
depends_on("py-shapely@1.5.6:1", when="@:0.19", type=("build", "run"))
+ depends_on("py-packaging@20:", when="@0.22:", type=("build", "run"))
depends_on("py-pyshp@2.1:", when="@0.20:", type=("build", "run"))
depends_on("py-pyshp@2:", when="@0.19:", type=("build", "run"))
depends_on("py-pyshp@1.1.4:", type=("build", "run"))
+ depends_on("py-pyproj@3.1:", when="@0.22:", type=("build", "run"))
depends_on("py-pyproj@3:", when="@0.20:", type=("build", "run"))
- depends_on("py-six@1.3:", when="@:0.18", type=("build", "run"))
-
- # requirements/epsg.txt
- with when("+epsg"):
- depends_on("py-pyepsg@0.2:", type="run")
- depends_on("py-pyepsg@0.4:", when="@0.18:", type="run")
- # requirements/ows.txt
with when("+ows"):
+ depends_on("py-owslib@0.20:", when="@0.22:", type="run")
depends_on("py-owslib@0.18:", when="@0.20:", type="run")
depends_on("py-owslib@0.8.11:", type="run")
depends_on("pil@6.1:", when="@0.20:", type="run")
depends_on("pil@1.7.8:", type="run")
- # requirements/plotting.txt
with when("+plotting"):
- depends_on("gdal@2.3.2:+python", when="@0.20:", type="run")
- depends_on("gdal@1.10:+python", type="run")
depends_on("pil@6.1:", when="@0.20:", type="run")
depends_on("pil@1.7.8:", type="run")
depends_on("py-scipy@1.3.1:", when="@0.20:", type="run")
depends_on("py-scipy@0.10:", type="run")
+
+ # Historical dependencies
+ depends_on("py-setuptools-scm-git-archive", when="@0.19:0.20.2", type="build")
+ depends_on("py-six@1.3:", when="@:0.18", type=("build", "run"))
+ depends_on("geos@3.7.2:", when="@0.20:0.21")
+ depends_on("geos@3.3.3:", when="@:0.19")
+ depends_on("proj@8:", when="@0.20")
+ depends_on("proj@4.9:7", when="@0.17:0.19")
+ depends_on("proj@4.9:5", when="@:0.16")
+
+ with when("+epsg"):
+ depends_on("py-pyepsg@0.2:", type="run")
+ depends_on("py-pyepsg@0.4:", when="@0.18:", type="run")
+
+ with when("+plotting"):
+ depends_on("gdal@2.3.2:+python", when="@0.20:0.21", type="run")
+ depends_on("gdal@1.10:+python", when="@:0.19", type="run")
depends_on("py-matplotlib@1.5.1:3.5", when="@0.17:0.19", type="run")
depends_on("py-matplotlib@1.3:3.5", when="@0.16", type="run")