aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-04-11 19:36:55 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-04-12 12:22:47 +0000
commite9506033ca02b797b1b74f5913db02174b501cb3 (patch)
tree15f28bee2157c5b15da7c123fdc2c91cb3b1133d
parentd138b31d399695fd6e616d3bfd8038cbb65b5fdc (diff)
downloadvoid-packages-e9506033ca02b797b1b74f5913db02174b501cb3.tar
void-packages-e9506033ca02b797b1b74f5913db02174b501cb3.tar.gz
void-packages-e9506033ca02b797b1b74f5913db02174b501cb3.tar.bz2
void-packages-e9506033ca02b797b1b74f5913db02174b501cb3.tar.lz
void-packages-e9506033ca02b797b1b74f5913db02174b501cb3.tar.xz
void-packages-e9506033ca02b797b1b74f5913db02174b501cb3.tar.zst
void-packages-e9506033ca02b797b1b74f5913db02174b501cb3.zip
python3-scikit-image: update to 0.23.1.
-rw-r--r--srcpkgs/python3-scikit-image/patches/version-relaxation.patch14
-rw-r--r--srcpkgs/python3-scikit-image/template4
2 files changed, 16 insertions, 2 deletions
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 <ajh@sideband.org>"
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