python3-tabulate: update to 0.8.10 and adopt

This commit is contained in:
Ishaan Bhimwal 2022-07-28 15:14:49 +05:30 committed by classabbyamp
parent c457b96ead
commit 804dffe987

View file

@ -1,6 +1,6 @@
# Template file for 'python3-tabulate' # Template file for 'python3-tabulate'
pkgname=python3-tabulate pkgname=python3-tabulate
version=0.8.9 version=0.8.10
revision=1 revision=1
wrksrc="tabulate-${version}" wrksrc="tabulate-${version}"
build_style=python3-module build_style=python3-module
@ -8,11 +8,11 @@ hostmakedepends="python3-setuptools"
depends="python3-wcwidth" depends="python3-wcwidth"
checkdepends="python3-pytest $depends" checkdepends="python3-pytest $depends"
short_desc="Pretty-print tabular data (Python3)" short_desc="Pretty-print tabular data (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/astanin/python-tabulate" homepage="https://github.com/astanin/python-tabulate"
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
checksum=eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 checksum=6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE