contrib/python3-texttable/Pkgfile

16 lines
415 B
Plaintext

# 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.7.0
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
}