python-sympy: update to 1.13.3

This commit is contained in:
Konstantin Podsvirov
2024-09-21 16:26:28 +03:00
committed by Christoph Reiter
parent 646ed3c8bc
commit fcb681e2f3

View File

@@ -3,7 +3,7 @@
_realname=sympy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.13.2
pkgver=1.13.3
pkgrel=1
pkgdesc="Symbolic manipulation package (Computer Algebra System), written in pure Python (mingw-w64)"
arch=('any')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('401449d84d07be9d0c7a46a64bd54fe097667d5e7181bfe67ec777be9e01cb13')
sha256sums=('b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"