python-qcengine: update to 0.32.0

This commit is contained in:
Biswapriyo Nath 2025-05-04 04:31:25 +00:00
parent 8c5488e51a
commit d090d3838c

View File

@ -3,7 +3,7 @@
_realname=qcengine
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.31.0
pkgver=0.32.0
pkgrel=1
pkgdesc="A compute wrapper for Quantum Chemistry. (mingw-w64)"
arch=('any')
@ -17,6 +17,7 @@ msys2_references=(
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-qcelemental"
"${MINGW_PACKAGE_PREFIX}-python-packaging"
"${MINGW_PACKAGE_PREFIX}-python-psutil"
"${MINGW_PACKAGE_PREFIX}-python-pydantic"
"${MINGW_PACKAGE_PREFIX}-python-py-cpuinfo"
@ -26,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('51775d98239b0b51f81904f57946445970f05a0d9d139c5a89b56af9300c1e4f')
sha256sums=('1efbd66a4edad9d8c5eb00c9687b0196d686d5d4c66ca1fbc23b2780ef9f8765')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"