python3-scikit-image: update to 0.25.0.

This commit is contained in:
Andrew J. Hesford 2024-12-21 17:37:04 -05:00
parent ef53f22cc8
commit bab23f7f4c
2 changed files with 7 additions and 22 deletions

View file

@ -1,14 +0,0 @@
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]

View file

@ -1,22 +1,21 @@
# Template file for 'python3-scikit-image'
pkgname=python3-scikit-image
version=0.24.0
revision=3
version=0.25.0
revision=1
build_style=python3-pep517
build_helper="meson numpy"
hostmakedepends="python3-build python3-installer python3-meson-python
python3-wheel python3-setuptools python3-packaging python3-Cython pythran
python3-lazy_loader python3-numpy pkg-config"
make_build_args="--skip-dependency-check"
hostmakedepends="python3-meson-python python3-wheel python3-setuptools
python3-Cython pythran python3-lazy_loader python3-numpy pkg-config"
makedepends="python3-devel python3-numpy pythran"
depends="python3-numpy python3-scipy python3-networkx python3-Pillow
python3-imageio python3-tifffile python3-pywt python3-packaging
python3-lazy_loader"
python3-imageio python3-tifffile python3-packaging python3-lazy_loader"
short_desc="Image processing in Python"
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=a2cf85577f8a9105ac46130277ad27e1627bfa3effecff7c1ef3ea851e5671ba
checksum=7e7ec5cdac70f6df2dd6151cc27d4b8b6f2e029b4485b7635bb9522dc7023ddb
# Tests require data files and unpackaged dependencies
make_check=no