python-frozenlist: update to 1.4.1

This commit is contained in:
Biswapriyo Nath
2024-01-14 16:00:42 +00:00
parent 04a611492a
commit ac6a1b1bed

View File

@@ -3,29 +3,33 @@
_realname=frozenlist
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.4.0
pkgver=1.4.1
pkgrel=1
pkgdesc="A list-like structure which implements collections.abc.MutableSequence (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'archlinux: python-frozenlist'
'pypi: frozenlist'
)
url='https://github.com/aio-libs/frozenlist'
license=('LICENSE')
msys2_repository_url='https://github.com/aio-libs/frozenlist'
msys2_changelog_url='https://frozenlist.aio-libs.org/en/latest/changes/'
url='https://frozenlist.aio-libs.org/'
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-expandvars"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cc")
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cython")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251')
sha256sums=('c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation
}