python-qcengine: update to 0.32.0
This commit is contained in:
parent
8c5488e51a
commit
d090d3838c
@ -3,7 +3,7 @@
|
|||||||
_realname=qcengine
|
_realname=qcengine
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=0.31.0
|
pkgver=0.32.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A compute wrapper for Quantum Chemistry. (mingw-w64)"
|
pkgdesc="A compute wrapper for Quantum Chemistry. (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -17,6 +17,7 @@ msys2_references=(
|
|||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-qcelemental"
|
"${MINGW_PACKAGE_PREFIX}-python-qcelemental"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-packaging"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-psutil"
|
"${MINGW_PACKAGE_PREFIX}-python-psutil"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-pydantic"
|
"${MINGW_PACKAGE_PREFIX}-python-pydantic"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-py-cpuinfo"
|
"${MINGW_PACKAGE_PREFIX}-python-py-cpuinfo"
|
||||||
@ -26,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('51775d98239b0b51f81904f57946445970f05a0d9d139c5a89b56af9300c1e4f')
|
sha256sums=('1efbd66a4edad9d8c5eb00c9687b0196d686d5d4c66ca1fbc23b2780ef9f8765')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user