From 9be43f8f0a819e804970d32125a26a08df0551d2 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 6 Oct 2023 11:05:43 +0200 Subject: [PATCH] python3-wcwidth: update to 0.2.8. --- srcpkgs/python3-wcwidth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-wcwidth/template b/srcpkgs/python3-wcwidth/template index d9a5b1c4d54c0..e96c6f9b0281a 100644 --- a/srcpkgs/python3-wcwidth/template +++ b/srcpkgs/python3-wcwidth/template @@ -1,17 +1,17 @@ # Template file for 'python3-wcwidth' pkgname=python3-wcwidth -version=0.2.6 -revision=2 +version=0.2.8 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="python3-pytest" +checkdepends="python3-pytest python3-pytest-cov" short_desc="Measures no. of terminal column cells of wide-character codes" maintainer="Orphaned " license="MIT" homepage="https://github.com/jquast/wcwidth" distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz" -checksum=a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0 +checksum=8705c569999ffbb4f6a87c6d1b80f324bd6db952f5eb0b95bc07517f4c1813d4 post_install() { vlicense LICENSE