20 lines
595 B
Bash
20 lines
595 B
Bash
# Template file for 'python3-tabulate'
|
|
pkgname=python3-tabulate
|
|
version=0.8.7
|
|
revision=1
|
|
wrksrc="tabulate-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-wcwidth"
|
|
checkdepends="python3-nose"
|
|
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=db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|