python-wcwidth: update to 0.2.14

This commit is contained in:
Dirk Stolle 2025-09-23 15:55:13 +02:00
parent 7b7dc75f2d
commit 6f47e0bc79

View File

@ -3,14 +3,16 @@
_realname=wcwidth
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.2.13
pkgrel=2
pkgver=0.2.14
pkgrel=1
pkgdesc="Measures number of Terminal column cells of wide-character codes (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/jquast/wcwidth"
msys2_references=(
'archlinux: python-wcwidth'
'cygwin: python-wcwidth'
'gentoo: dev-python/wcwidth'
'purl: pkg:pypi/wcwidth'
)
license=('spdx:MIT')
@ -20,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5')
sha256sums=('4d478375d31bc5395a3c55c40ccdf3354688364cd61c4f6adacaa9215d0b3605')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"