Skip to content

Commit 5052a40

Browse files
authored
py-pyogrio: add v0.11.1 (spack#2515)
Signed-off-by: Adam J. Stewart <[email protected]>
1 parent 50da703 commit 5052a40

File tree

1 file changed

+12
-12
lines changed
  • repos/spack_repo/builtin/packages/py_pyogrio

1 file changed

+12
-12
lines changed

repos/spack_repo/builtin/packages/py_pyogrio/package.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ class PyPyogrio(PythonPackage):
1414
pypi = "pyogrio/pyogrio-0.9.0.tar.gz"
1515
git = "https://github.com/geopandas/pyogrio.git"
1616

17-
maintainers("climbfuji")
17+
maintainers("climbfuji", "adamjstewart")
1818

1919
license("MIT", checked_by="climbfuji")
2020

21+
version("0.11.1", sha256="e1441dc9c866f10d8e6ae7ea9249a10c1f57ea921b1f19a5b0977ab91ef8082c")
2122
version("0.11.0", sha256="a7e0a97bc10c0d7204f6bf52e1b928cba0554c35a907c32b23065aed1ed97b3f")
2223
version("0.10.0", sha256="ec051cb568324de878828fae96379b71858933413e185148acb6c162851ab23c")
2324
version("0.9.0", sha256="6a6fa2e8cf95b3d4a7c0fac48bce6e5037579e28d3eb33b53349d6e11f15e5a8")
2425

25-
depends_on("[email protected]:", type=("build", "run"))
26-
depends_on("py-setuptools", type="build")
27-
depends_on("py-wheel", type="build")
28-
depends_on("[email protected]:", type=("build", "link", "run"))
29-
depends_on("py-cython@0.29:", type="build")
26+
# pyproject.toml
27+
with default_args(type="build"):
28+
depends_on("py-setuptools")
29+
depends_on("[email protected]:")
30+
depends_on("py-versioneer@0.28+toml")
3031

31-
depends_on("py-setuptools", type="build")
32-
depends_on("[email protected]:", type="build")
33-
depends_on("[email protected] +toml", type="build")
32+
with default_args(type=("build", "run")):
33+
depends_on("py-certifi")
34+
depends_on("py-numpy")
35+
depends_on("py-packaging")
3436

37+
# setup.py
3538
depends_on("[email protected]:", type=("build", "link", "run"))
36-
depends_on("py-certifi", type=("build", "run"))
37-
depends_on("py-numpy", type=("build", "run"))
38-
depends_on("py-packaging", type=("build", "run"))

0 commit comments

Comments
 (0)