void-packages/srcpkgs/python3-texttable/template

19 lines
564 B
Bash

# Template file for 'python3-texttable'
pkgname=python3-texttable
version=1.6.4
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 module for creating simple ASCII tables"
maintainer="Sergi Alvarez <pancake@nopcode.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/foutaise/texttable/"
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
checksum=42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9
do_check() {
pytest3 tests.py
}