2020-03-19 12:49:30 -05:00
|
|
|
# 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
|
2020-12-31 12:48:56 +00:00
|
|
|
version=1.6.3
|
2020-03-19 12:49:30 -05:00
|
|
|
release=1
|
2020-12-31 12:48:56 +00:00
|
|
|
source=(https://pypi.python.org/packages/source/t/texttable/texttable-$version.tar.gz)
|
2020-03-19 12:49:30 -05:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd texttable-$version
|
|
|
|
python3 setup.py build
|
|
|
|
python3 setup.py install --root=$PKG
|
|
|
|
}
|