void-packages/srcpkgs/python3-tabulate/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
611 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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://bitbucket.org/astanin/python-tabulate"
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
checksum=8af07a39377cee1103a5c8b3330a421c2d99b9141e9cc5ddd2e3263fea416943
post_install() {
vlicense LICENSE
}