forked from Lainports/freebsd-ports
textproc/py-terminaltables: Add LICENSE_FILE
- Update WWW - Take maintainership
This commit is contained in:
parent
eaaf37ed75
commit
7efa436258
2 changed files with 8 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue