py-pygeos: add v0.14 (#41248)

* py-pygeos: add v0.14

* Python is also a link dep
This commit is contained in:
Adam J. Stewart 2023-11-30 00:15:07 +01:00 committed by GitHub
parent 450f938056
commit 220898b4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,16 @@ class PyPygeos(PythonPackage):
maintainers("adamjstewart")
version("0.14", sha256="30fbc17f64844200b85133b885fcfb65541b8779531f6ef4f8fe467d3fba7623")
version("0.10", sha256="8ad4703cf8f983a6878a885765be975709a2fe300e54bc6c8623ddbca4903b6c")
version("0.9", sha256="c0584b20e95f80ee57277a6eb1e5d7f86600f8b1ef3c627d238e243afdcc0cc7")
version("0.8", sha256="45b7e1aaa5fc9ff53565ef089fb75c53c419ace8cee18385ec1d7c1515c17cbc")
depends_on("python@3.6:", when="@0.10:", type=("build", "link", "run"))
depends_on("python@3:", type=("build", "link", "run"))
depends_on("py-setuptools", type="build")
depends_on("python", type=("build", "link", "run"))
depends_on("py-cython@0.29:0", when="@0.14:", type="build")
depends_on("py-cython", type="build")
depends_on("py-setuptools@61:", when="@0.14:", type="build")
depends_on("py-setuptools", type="build")
depends_on("py-numpy@1.13:", when="@0.9:", type=("build", "link", "run"))
depends_on("py-numpy@1.10:", type=("build", "link", "run"))
depends_on("geos@3.5:")