19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python3-tabulate'
|
|
pkgname=python3-tabulate
|
|
version=0.8.10
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-wcwidth"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Pretty-print tabular data (Python3)"
|
|
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/astanin/python-tabulate"
|
|
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
|
|
checksum=6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|