# Description: Measures the displayed width of unicode strings in a terminal # URL: https://github.com/jquast/wcwidth # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-hatchling name=python3-wcwidth version=0.6.0 release=1 source=(https://pypi.org/packages/source/w/wcwidth/wcwidth-$version.tar.gz) build() { cd wcwidth-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }