void-packages/srcpkgs/python3-tabulate/template
2019-01-18 09:09:34 -02:00

20 lines
612 B
Bash

# Template file for 'python3-tabulate'
pkgname=python3-tabulate
version=0.8.2
revision=1
noarch=yes
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=e4ca13f26d0a6be2a2915428dc21e732f1e44dad7f76d7030b2ef1ec251cf7f2
post_install() {
vlicense LICENSE
}