Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 19:43:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7efa4362583b - main - textproc/py-terminaltables: Add LICENSE_FILE
Message-ID:  <202112211943.1BLJhEQQ028937@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7efa4362583b5a64d3e30fe6b336326d3e780ebf

commit 7efa4362583b5a64d3e30fe6b336326d3e780ebf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:49:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:49:47 +0000

    textproc/py-terminaltables: Add LICENSE_FILE
    
    - Update WWW
    - Take maintainership
---
 textproc/py-terminaltables/Makefile  | 8 +++++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211943.1BLJhEQQ028937>