diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-21 18:49:47 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-21 18:49:47 +0000 |
commit | 7efa4362583b5a64d3e30fe6b336326d3e780ebf (patch) | |
tree | 4271d3b649732c134f51884273e831389bff582d /textproc/py-terminaltables | |
parent | eaaf37ed752ec6c4b2866ceccb244be35951c258 (diff) |
Diffstat (limited to 'textproc/py-terminaltables')
-rw-r--r-- | textproc/py-terminaltables/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-terminaltables/pkg-descr | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/py-terminaltables/Makefile b/textproc/py-terminaltables/Makefile index 60f1f4fdab65..11b07b8815bc 100644 --- a/textproc/py-terminaltables/Makefile +++ b/textproc/py-terminaltables/Makefile @@ -4,13 +4,15 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate simple tables in terminals from a nested list of strings LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-terminaltables/pkg-descr b/textproc/py-terminaltables/pkg-descr index b55fe92a079b..e0b90a314892 100644 --- a/textproc/py-terminaltables/pkg-descr +++ b/textproc/py-terminaltables/pkg-descr @@ -1,4 +1,4 @@ -Easily draw tables in terminal/console applications from a list of -lists of strings. Supports multi-line rows. +Easily draw tables in terminal/console applications from a list of lists of +strings. Supports multi-line rows. -WWW: https://pypi.org/project/terminaltables/ +WWW: https://github.com/matthewdeanmartin/terminaltables |