# Description: Pretty-print tabular data in Python, a library and a command-line utility.
# URL: https://pypi.org/project/tabulate/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools-scm
# Optional: python3-numpy python3-pandas

name=python3-tabulate
version=0.10.0
release=1
source=(https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-$version.tar.gz)

build() {
  cd tabulate-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
