python-frozenlist: update to 1.8.0

This commit is contained in:
Dirk Stolle 2025-10-07 09:13:14 +02:00
parent 532a138f0e
commit 1210b4002e

View File

@ -3,8 +3,8 @@
_realname=frozenlist
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.7.0
pkgrel=2
pkgver=1.8.0
pkgrel=1
pkgdesc="A list-like structure which implements collections.abc.MutableSequence (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cython")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f')
sha256sums=('3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"