void-packages/srcpkgs/python3-tabulate/template
2019-03-01 12:04:45 -03:00

20 lines
614 B
Bash

# Template file for 'python3-tabulate'
pkgname=python3-tabulate
version=0.8.3
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="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://bitbucket.org/astanin/python-tabulate"
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
checksum=8af07a39377cee1103a5c8b3330a421c2d99b9141e9cc5ddd2e3263fea416943
post_install() {
vlicense LICENSE
}