From e9506033ca02b797b1b74f5913db02174b501cb3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 11 Apr 2024 15:36:55 -0400 Subject: [PATCH] python3-scikit-image: update to 0.23.1. --- .../patches/version-relaxation.patch | 14 ++++++++++++++ srcpkgs/python3-scikit-image/template | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/python3-scikit-image/patches/version-relaxation.patch diff --git a/srcpkgs/python3-scikit-image/patches/version-relaxation.patch b/srcpkgs/python3-scikit-image/patches/version-relaxation.patch new file mode 100644 index 00000000000..b617709b488 --- /dev/null +++ b/srcpkgs/python3-scikit-image/patches/version-relaxation.patch @@ -0,0 +1,14 @@ +Like SciPy and matplotlib, this project abuses build requirements to specify +desired versions for building wheels. + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -125,7 +125,7 @@ + 'Cython>=3.0.4', + 'pythran', + 'lazy_loader>=0.3', +- 'numpy>=2.0.0rc1', ++ 'numpy', + ] + + [tool.spin] diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template index d9a1223aa57..9f57c7b1b30 100644 --- a/srcpkgs/python3-scikit-image/template +++ b/srcpkgs/python3-scikit-image/template @@ -1,6 +1,6 @@ # Template file for 'python3-scikit-image' pkgname=python3-scikit-image -version=0.22.0 +version=0.23.1 revision=1 build_style=python3-pep517 build_helper="meson numpy" @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause, MIT" homepage="https://scikit-image.org/" distfiles="https://github.com/scikit-image/scikit-image/archive/v${version}.tar.gz" -checksum=2875c81ffb224f9f25a1274734b502fb993cc729a2c790009d38035e52e6a123 +checksum=b37564b1a341f77e9483a24b89dbdc31fc8d76e8ee4f8c8864eefc2c3875d63a # Tests require data files and unpackaged dependencies make_check=no