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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1477478547
|
||||
SHA256 (terminaltables-3.1.0.tar.gz) = f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81
|
||||
SIZE (terminaltables-3.1.0.tar.gz) = 12478
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user