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