forked from Lainports/freebsd-ports
tabletext is a Python library to format (pretty-print) tabular data as
text tables. Its goal is to be as simple as possible, while allowing optional customization of the output. WWW: https://pypi.python.org/pypi/tabletext
This commit is contained in:
parent
ba6bf4b4ab
commit
9ed5e87007
4 changed files with 27 additions and 0 deletions
|
|
@ -1316,6 +1316,7 @@
|
|||
SUBDIR += py-sphinxcontrib-httpdomain
|
||||
SUBDIR += py-sphinxcontrib-programoutput
|
||||
SUBDIR += py-syck
|
||||
SUBDIR += py-tabletext
|
||||
SUBDIR += py-terminaltables
|
||||
SUBDIR += py-texttable
|
||||
SUBDIR += py-tinycss
|
||||
|
|
|
|||
18
textproc/py-tabletext/Makefile
Normal file
18
textproc/py-tabletext/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tabletext
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
COMMENT= Python library to pretty-print tabular data
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/py-tabletext/distinfo
Normal file
3
textproc/py-tabletext/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1484154586
|
||||
SHA256 (tabletext-0.1.tar.gz) = 7fd53c6acb9641cf0b6641ff9675ce3818d4b0541b9e05e8219c90ffc8512337
|
||||
SIZE (tabletext-0.1.tar.gz) = 6125
|
||||
5
textproc/py-tabletext/pkg-descr
Normal file
5
textproc/py-tabletext/pkg-descr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
tabletext is a Python library to format (pretty-print) tabular data as
|
||||
text tables. Its goal is to be as simple as possible, while allowing
|
||||
optional customization of the output.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/tabletext
|
||||
Loading…
Add table
Reference in a new issue