# Contributor: Duncan Bellamy # Maintainer: Duncan Bellamy pkgname=py3-prettytable3 pkgver=3.6.0 pkgrel=1 pkgdesc="Display tabular data in a visually appealing ASCII table format" url="https://github.com/jazzband/prettytable" arch="noarch" license="BSD-3-Clause" depends="python3 py3-wcwidth !py3-prettytable" makedepends="py3-gpep517 py3-hatchling py3-hatch-vcs py3-installer" checkdepends="py3-pytest py3-pytest-lazy-fixture" source="$pkgname-$pkgver.tar.gz::https://github.com/jazzband/prettytable/archive/$pkgver.tar.gz" builddir="$srcdir/prettytable-$pkgver" build() { export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver gpep517 build-wheel \ --wheel-dir dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages testenv testenv/bin/python3 -m installer dist/*.whl testenv/bin/python3 -m pytest } package() { python3 -m installer -d "$pkgdir" \ dist/*.whl } sha512sums=" b4693a3d30555f598cb955923560d02ce7c757e87ee49bf09c8d50d3ce8bef67ebfad1c780914f488e89852c0e363c2cad098addc058a88864efb8eefa8e9cd8 py3-prettytable3-3.6.0.tar.gz "