python-aiofiles: update to 24.1.0

This commit is contained in:
Biswapriyo Nath
2024-07-31 18:15:26 +00:00
parent 731e4faa16
commit d9da209a2b

View File

@@ -4,7 +4,7 @@ _realname=aiofiles
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
epoch=1
pkgver=23.2.1
pkgver=24.1.0
pkgrel=1
pkgdesc='File support for asyncio (mingw-w64)'
arch=('any')
@@ -19,21 +19,14 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a')
prepare() {
rm -rf python-build-${MSYSTEM} | true
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"
}
sha256sums=('22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c')
build() {
cd "${srcdir}/python-build-${MSYSTEM}"
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation
}
package() {
msg "Python install for ${MSYSTEM}"
cd "${srcdir}/python-build-${MSYSTEM}"
MSYS2_ARG_CONV_EXCL="--prefix=" \