python-h5pyd: update to 0.20.0

This commit is contained in:
Konstantin Podsvirov
2024-12-27 18:17:51 +03:00
committed by Christoph Reiter
parent 937228c314
commit 0c0e8ccdb4

View File

@@ -3,7 +3,7 @@
_realname=h5pyd
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.19.0
pkgver=0.20.0
pkgrel=1
pkgdesc="h5py distributed - Python client library for HDF Rest API (mingw-w64)"
arch=('any')
@@ -31,7 +31,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-pkgconfig")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/HDFGroup/h5pyd/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('45ccdd5575206416f53fb630e41a6d8b3d78cfef7fbde3d973f151a0f7bff25f')
sha256sums=('d258016a07d954f10118a9997f47026462d5c6332821ca0e877f0117464f9f19')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"