void-packages/srcpkgs/python3-cli_helpers/template
Aluísio Augusto Silva Gonçalves 56b5efeed4 New package: python3-cli_helpers-1.2.0
2019-04-16 17:08:39 -03:00

27 lines
774 B
Bash

# Template file for 'python3-cli_helpers'
pkgname=python3-cli_helpers
version=1.2.0
revision=1
archs=noarch
wrksrc="cli_helpers-${version}"
build_style=python3-module
pycompile_module="cli_helpers"
hostmakedepends="python3-setuptools"
depends="python3-configobj python3-tabulate python3-terminaltables
python3-wcwidth"
checkdepends="python3-pytest ${depends}"
short_desc="Python helpers for building command-line apps"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="BSD-3-Clause"
homepage="https://github.com/dbcli/cli_helpers"
distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
checksum=d211192b4d5a61de0020c516213ba67bbf1662ccd8c0624e6696dedb1a9d3e5d
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}