python-scikit-image: Update to 0.24.0

This commit is contained in:
Christoph Reiter
2024-10-10 09:24:27 +02:00
parent 4ab385501f
commit 9fe4de8dc1

View File

@@ -5,8 +5,8 @@ _pyname=scikit_image
_realname=scikit-image
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.22.0
pkgrel=4
pkgver=0.24.0
pkgrel=1
pkgdesc='Image processing routines for SciPy (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64')
@@ -43,7 +43,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-freeimage: for reading various types of ima
"${MINGW_PACKAGE_PREFIX}-python-pyamg: fast cg_mg mode of random walker segmentation")
options=('!strip' '!emptydirs')
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('018d734df1d2da2719087d15f679d19285fce97cd37695103deadfaef2873236')
sha256sums=('5d16efe95da8edbeb363e0c4157b99becbd650a60b77f6e3af5768b66cf007ab')
build() {
msg "Python build for ${MSYSTEM}"