python3-tabulate: update to 0.8.7.

This commit is contained in:
Nathan Owens 2020-12-04 19:32:22 -06:00 committed by Érico Nogueira Rolim
parent b5f906e82d
commit eced368815

View file

@ -1,18 +1,18 @@
# Template file for 'python3-tabulate' # Template file for 'python3-tabulate'
pkgname=python3-tabulate pkgname=python3-tabulate
version=0.8.6 version=0.8.7
revision=2 revision=1
wrksrc="tabulate-${version}" wrksrc="tabulate-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="tabulate.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-wcwidth" depends="python3-setuptools python3-wcwidth"
checkdepends="python3-nose"
short_desc="Pretty-print tabular data (Python3)" short_desc="Pretty-print tabular data (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://bitbucket.org/astanin/python-tabulate" homepage="https://bitbucket.org/astanin/python-tabulate"
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
checksum=5470cc6687a091c7042cee89b2946d9235fe9f6d49c193a4ae2ac7bf386737c8 checksum=db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE