* update python-tabulate to 0.9.0-4

This commit is contained in:
Alexander Baldeck 2024-05-10 08:25:38 +02:00
parent aeba8bae0c
commit 51b67c99bf

View File

@ -1,17 +1,18 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: David Runge <dvzrv@archlinux.org>
# Maintainer: Robin Candau <antiz@archlinux.org>
_name=tabulate
pkgname=python-tabulate
pkgver=0.9.0
pkgrel=2
pkgrel=4
pkgdesc="Pretty-print tabular data in Python, a library and a command-line utility."
arch=(any)
url="https://github.com/astanin/python-tabulate"
license=(MIT)
depends=(python)
makedepends=(python-build python-installer python-setuptools-scm python-toml python-wheel)
checkdepends=(python-nose python-numpy python-pandas python-pytest python-wcwidth)
checkdepends=(python-numpy python-pandas python-pytest python-wcwidth)
optdepends=(
'python-numpy: NumPy array support'
'python-pandas: pandas.DataFrame support'