From 8b1b51263ed838685d2807a24124ff05f2e23de5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 6 Sep 2023 13:11:22 -0400 Subject: [PATCH] python3-scipy: unrestrict versions of meson-python, pythran --- srcpkgs/python3-scipy/patches/dep-versions.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-scipy/patches/dep-versions.patch b/srcpkgs/python3-scipy/patches/dep-versions.patch index 0ba8c2dbf4c..dea1fd59201 100644 --- a/srcpkgs/python3-scipy/patches/dep-versions.patch +++ b/srcpkgs/python3-scipy/patches/dep-versions.patch @@ -3,19 +3,18 @@ causes build failures against more up-to-date Void packages. --- a/pyproject.toml +++ b/pyproject.toml -@@ -11,8 +11,8 @@ +@@ -10,13 +10,13 @@ + [build-system] build-backend = 'mesonpy' requires = [ - "meson-python>=0.12.1,<0.14.0", # already working with 0.13.x series at branch time +- "meson-python>=0.12.1,<0.14.0", # already working with 0.13.x series at branch time - "Cython>=0.29.35,<3.0", # when updating version, also update check in meson.build - "pybind11>=2.10.4,<2.11.0", +- "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time ++ "meson-python>=0.12.1", # already working with 0.13.x series at branch time + "Cython>=0.29.35", # when updating version, also update check in meson.build + "pybind11>=2.10.4", - "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time - # `wheel` is needed for non-isolated builds, given that `meson-python` - # doesn't list it as a runtime requirement (at least in 0.5.0) -@@ -16,7 +16,7 @@ - "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time ++ "pythran>=0.12.0", # already working with 0.13.x series at branch time # `wheel` is needed for non-isolated builds, given that `meson-python` # doesn't list it as a runtime requirement (at least in 0.5.0) - "wheel<0.41.0",