# Description: module for creating simple ASCII tables # URL: https://pypi.org/project/texttable/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python3-setuptools name=python3-texttable version=1.6.4 release=1 source=(https://pypi.python.org/packages/source/t/texttable/texttable-$version.tar.gz) build() { cd texttable-$version python3 setup.py build python3 setup.py install --root=$PKG }