void-packages/srcpkgs/python3-tabulate/template

20 lines
652 B
Bash

# Template file for 'python3-tabulate'
pkgname=python3-tabulate
version=0.9.0
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-wcwidth"
checkdepends="python3-pytest $depends"
short_desc="Pretty-print tabular data (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://pypi.org/project/tabulate/"
changelog="https://raw.githubusercontent.com/astanin/python-tabulate/master/CHANGELOG"
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
checksum=0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c
post_install() {
vlicense LICENSE
}