New package: python3-terminaltables-3.1.0

This commit is contained in:
Aluísio Augusto Silva Gonçalves 2018-10-07 23:19:28 -03:00 committed by maxice8
parent 2c19eca401
commit 856608c5ea

View file

@ -0,0 +1,24 @@
# Template file for 'python3-terminaltables'
pkgname=python3-terminaltables
version=3.1.0
revision=1
archs=noarch
wrksrc="terminaltables-${version}"
build_style=python3-module
pycompile_module="terminaltables"
hostmakedepends="python3-setuptools"
checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor"
short_desc="Generate simple tables for terminals"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="https://github.com/Robpol86/terminaltables"
distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz"
checksum=@2c97ec30468b515f1b9dce9a1dded25e1017a4038f03bd8c17d49ca6817a859f
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}