* update python-wcwidth to 0.2.13-3
This commit is contained in:
parent
ef61e1dc03
commit
944f5a4cc6
18
python/python-wcwidth/.SRCINFO
Normal file
18
python/python-wcwidth/.SRCINFO
Normal 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
|
3
python/python-wcwidth/.nvchecker.toml
Normal file
3
python/python-wcwidth/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-wcwidth]
|
||||
source = "git"
|
||||
git = "https://github.com/jquast/wcwidth.git"
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=python-wcwidth
|
||||
pkgver=0.2.13
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Python library that measures the width of unicode strings rendered to a terminal'
|
||||
arch=(any)
|
||||
url='https://github.com/jquast/wcwidth'
|
||||
|
Loading…
x
Reference in New Issue
Block a user