textproc/py-terminaltables: add new port

Based on:	ports-mgmt/py-pytoport output

Easily draw tables in terminal/console applications from a list of
lists of strings. Supports multi-line rows.

https://pypi.python.org/pypi/terminaltables
This commit is contained in:
Jan Beich
2016-10-26 15:59:50 +00:00
parent b650a70f02
commit 41530b8388
4 changed files with 25 additions and 0 deletions
+1
View File
@@ -1302,6 +1302,7 @@
SUBDIR += py-sphinxcontrib-httpdomain
SUBDIR += py-sphinxcontrib-programoutput
SUBDIR += py-syck
SUBDIR += py-terminaltables
SUBDIR += py-texttable
SUBDIR += py-tinycss
SUBDIR += py-toronado
+17
View File
@@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= terminaltables
PORTVERSION= 3.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Generate simple tables in terminals from a nested list of strings
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1477478547
SHA256 (terminaltables-3.1.0.tar.gz) = f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81
SIZE (terminaltables-3.1.0.tar.gz) = 12478
+4
View File
@@ -0,0 +1,4 @@
Easily draw tables in terminal/console applications from a list of
lists of strings. Supports multi-line rows.
WWW: https://pypi.python.org/pypi/terminaltables