27 lines
774 B
Bash
27 lines
774 B
Bash
# Template file for 'python3-cli_helpers'
|
|
pkgname=python3-cli_helpers
|
|
version=1.2.1
|
|
revision=2
|
|
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=98db22eaa86827d99ee6af9f5f3923142d04df256425204530842b032849a165
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|