# Template file for 'python3-wcwidth'
pkgname=python3-wcwidth
version=0.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling"
depends="python3"
checkdepends="python3-pytest python3-pytest-cov"
short_desc="Measures no. of terminal column cells of wide-character codes"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jquast/wcwidth"
distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
checksum=cdc4e4262d6ef9a1a57e018384cbeb1208d8abbc64176027e2c2455c81313159

post_install() {
	vlicense LICENSE
}
