void-packages/srcpkgs/python3-wcwidth/template

19 lines
571 B
Bash

# Template file for 'python3-wcwidth'
pkgname=python3-wcwidth
version=0.2.13
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=72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5
post_install() {
vlicense LICENSE
}