python-pyparsing: update to 3.2.3

This commit is contained in:
Biswapriyo Nath
2025-04-06 04:51:51 +00:00
parent 9d13ef9ee3
commit af7d8bdae5

View File

@@ -3,7 +3,7 @@
_realname=pyparsing
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.2.1
pkgver=3.2.3
pkgrel=1
pkgdesc='General parsing module for Python (mingw-w64)'
arch=('any')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-tox")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a')
sha256sums=('b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"