* update python-wcwidth to 0.2.13-3

This commit is contained in:
Alexander Baldeck 2024-12-05 07:19:02 +01:00
parent ef61e1dc03
commit 944f5a4cc6
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,18 @@
pkgbase = python-wcwidth
pkgdesc = Python library that measures the width of unicode strings rendered to a terminal
pkgver = 0.2.13
pkgrel = 3
url = https://github.com/jquast/wcwidth
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = python-wcwidth::git+https://github.com/jquast/wcwidth#commit=36a625179ed2675287fe6b61c2ad319406449e60
b2sums = cd167cc474e8e36d9b9dea7c8738df38b137aaa889cff02ed05a74af0e0ffaac8c2151e31c4e0fde0362735fe37f98135ef8059df6dfc62873940b7065662490
pkgname = python-wcwidth

View File

@ -0,0 +1,3 @@
[python-wcwidth]
source = "git"
git = "https://github.com/jquast/wcwidth.git"

View File

@ -5,7 +5,7 @@
pkgname=python-wcwidth pkgname=python-wcwidth
pkgver=0.2.13 pkgver=0.2.13
pkgrel=2 pkgrel=3
pkgdesc='Python library that measures the width of unicode strings rendered to a terminal' pkgdesc='Python library that measures the width of unicode strings rendered to a terminal'
arch=(any) arch=(any)
url='https://github.com/jquast/wcwidth' url='https://github.com/jquast/wcwidth'