19 lines
552 B
Bash
19 lines
552 B
Bash
# Template file for 'python3-wcwidth'
|
|
pkgname=python3-wcwidth
|
|
version=0.2.5
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Measures no. of terminal column cells of wide-character codes"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/jquast/wcwidth"
|
|
distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
|
|
checksum=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|