From d090d3838c20e69593719f59c5f7486c6bf077ca Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 4 May 2025 04:31:25 +0000 Subject: [PATCH] python-qcengine: update to 0.32.0 --- mingw-w64-python-qcengine/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-qcengine/PKGBUILD b/mingw-w64-python-qcengine/PKGBUILD index a802b66c9f..23c594df65 100644 --- a/mingw-w64-python-qcengine/PKGBUILD +++ b/mingw-w64-python-qcengine/PKGBUILD @@ -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}"