python-h5pyd: update to 0.23.0

This commit is contained in:
Dirk Stolle 2025-08-24 19:22:16 +02:00
parent c2b54bf74a
commit 31ffbb882b

View File

@ -3,13 +3,14 @@
_realname=h5pyd
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.22.1
pkgver=0.23.0
pkgrel=1
pkgdesc="h5py distributed - Python client library for HDF Rest API (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/HDFGroup/h5pyd"
msys2_references=(
'aur: python-h5pyd'
'purl: pkg:pypi/h5pyd'
)
license=('BSD')
@ -32,7 +33,7 @@ optdepends=(#"${MINGW_PACKAGE_PREFIX}-python-msrestazure: extra azure support"
"${MINGW_PACKAGE_PREFIX}-python-h5py: extra hdf5 support")
options=('!strip')
source=("https://github.com/HDFGroup/h5pyd/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4bc0aef2164ef714d67444edab9503896d005d66f70eeb9199f25af5bc0b9a71')
sha256sums=('72c1051c501e783ea1b36bc6f2c3acc3f9a371881d230bd3d2a7a6427cb3c29a')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"