python-comm: update to 0.2.3

This commit is contained in:
Biswapriyo Nath 2025-07-27 07:24:42 +00:00
parent 6ed3d4fc75
commit cc25aaaf94

View File

@ -3,8 +3,8 @@
_realname=comm
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.2.2
pkgrel=2
pkgver=0.2.3
pkgrel=1
pkgdesc="Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc. (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e')
sha256sums=('2dc8048c10962d55d7ad693be1e7045d891b7ce8d999c97963a5e3e99c055971')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
@ -29,13 +29,13 @@ build() {
}
check() {
cd "${srcdir}/python-build-${MSYSTEM}"
cd "python-build-${MSYSTEM}"
${MINGW_PREFIX}/bin/python -m pytest
}
package() {
cd "${srcdir}/python-build-${MSYSTEM}"
cd "python-build-${MSYSTEM}"
MSYS2_ARG_CONV_EXCL="--prefix=" \
${MINGW_PREFIX}/bin/python -m installer --prefix=${MINGW_PREFIX} \