diff --git a/python/python-wcwidth/.SRCINFO b/python/python-wcwidth/.SRCINFO new file mode 100644 index 0000000000..3aa3ee7e27 --- /dev/null +++ b/python/python-wcwidth/.SRCINFO @@ -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 diff --git a/python/python-wcwidth/.nvchecker.toml b/python/python-wcwidth/.nvchecker.toml new file mode 100644 index 0000000000..27e96fa29b --- /dev/null +++ b/python/python-wcwidth/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-wcwidth] +source = "git" +git = "https://github.com/jquast/wcwidth.git" diff --git a/python/python-wcwidth/PKGBUILD b/python/python-wcwidth/PKGBUILD index 93bbcd6d90..4ce55ea4a2 100644 --- a/python/python-wcwidth/PKGBUILD +++ b/python/python-wcwidth/PKGBUILD @@ -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'