1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-terminaltables: Add LICENSE_FILE

- Update WWW
- Take maintainership
This commit is contained in:
Po-Chuan Hsieh 2021-12-22 02:49:47 +08:00
parent eaaf37ed75
commit 7efa436258
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 8 additions and 6 deletions

View File

@ -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
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -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