From 505a9cecabf243620fcc06de5f15f03ebfa8e996 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 19 Jul 2017 02:28:21 +0000 Subject: python-terminaltables: initial inclusion. dep of flexget --- .../python_modules/python-terminaltables/PKGBUILD | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 abs/core/python_modules/python-terminaltables/PKGBUILD diff --git a/abs/core/python_modules/python-terminaltables/PKGBUILD b/abs/core/python_modules/python-terminaltables/PKGBUILD new file mode 100644 index 0000000..b5a1b69 --- /dev/null +++ b/abs/core/python_modules/python-terminaltables/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Christian Rebischke +pkgbase=python-terminaltables +_pyname=terminaltables +pkgname=('python2-terminaltables') +makedepends=('python2' 'python2-setuptools') +pkgver=3.1.0 +pkgrel=3 +pkgdesc="Generate simple tables in terminals from a nested list of strings" +arch=('any') +url="https://github.com/Robpol86/terminaltables" +license=('MIT') +source=("${_pyname}-${pkgver}.tar.gz::https://github.com/Robpol86/${_pyname}/archive/v${pkgver}.tar.gz") +sha512sums=('dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501') + +package_python-terminaltables() { + depends=('python') + cd "${srcdir}/${_pyname}-${pkgver}" + python setup.py install -O1 --root="${pkgdir}" +} + +package_python2-terminaltables() { + depends=('python2') + cd "${srcdir}/${_pyname}-${pkgver}" + python2 setup.py install -O1 --root="${pkgdir}" +} + +# vim:set et sw=2 ts=2 tw=79: -- cgit v0.12