2023-12-18 17:14:26 +01:00

19 lines
571 B
Bash

# Template file for 'python3-wcwidth'
pkgname=python3-wcwidth
version=0.2.12
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
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=f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02
post_install() {
vlicense LICENSE
}