void-packages/srcpkgs/python3-texttable/template
2021-10-09 08:01:07 -04:00

20 lines
594 B
Bash

# Template file for 'python3-texttable'
pkgname=python3-texttable
version=1.6.1
revision=5
wrksrc="texttable-${version}"
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=2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2
do_check() {
pytest3 tests.py
}