py-cartopy: add v0.21.1 (#34482)
This commit is contained in:
parent
a61474f2c1
commit
40a3fdefa8
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@ class PyCartopy(PythonPackage):
|
||||||
|
|
||||||
maintainers = ["adamjstewart"]
|
maintainers = ["adamjstewart"]
|
||||||
|
|
||||||
|
version("0.21.1", sha256="89d5649712c8582231c6e11825a04c85f6f0cee94dbb89e4db23eabca1cc250a")
|
||||||
version("0.21.0", sha256="ce1d3a28a132e94c89ac33769a50f81f65634ab2bd40556317e15bd6cad1ce42")
|
version("0.21.0", sha256="ce1d3a28a132e94c89ac33769a50f81f65634ab2bd40556317e15bd6cad1ce42")
|
||||||
version("0.20.3", sha256="0d60fa2e2fbd77c4d1f6b1f9d3b588966147f07c1b179d2d34570ac1e1b49006")
|
version("0.20.3", sha256="0d60fa2e2fbd77c4d1f6b1f9d3b588966147f07c1b179d2d34570ac1e1b49006")
|
||||||
version("0.20.2", sha256="4d08c198ecaa50a6a6b109d0f14c070e813defc046a83ac5d7ab494f85599e35")
|
version("0.20.2", sha256="4d08c198ecaa50a6a6b109d0f14c070e813defc046a83ac5d7ab494f85599e35")
|
||||||
|
@ -65,8 +66,9 @@ class PyCartopy(PythonPackage):
|
||||||
depends_on("py-matplotlib@3.1:", when="@0.21:", type=("build", "run"))
|
depends_on("py-matplotlib@3.1:", when="@0.21:", type=("build", "run"))
|
||||||
# https://github.com/SciTools/cartopy/issues/2086
|
# https://github.com/SciTools/cartopy/issues/2086
|
||||||
depends_on("py-matplotlib@3.1:3.5", when="@0.20", type=("build", "run"))
|
depends_on("py-matplotlib@3.1:3.5", when="@0.20", type=("build", "run"))
|
||||||
depends_on("py-shapely@1.6.4:1", 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.5.6:1", 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-pyshp@2.1:", when="@0.20:", 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@2:", when="@0.19:", type=("build", "run"))
|
||||||
depends_on("py-pyshp@1.1.4:", type=("build", "run"))
|
depends_on("py-pyshp@1.1.4:", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue