Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 22:25:01 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: a5278b15469a - main - devel/py-cli-helpers: Update to 2.2.0
Message-ID:  <202109212225.18LMP18m038604@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=a5278b15469a677ac27f895cbc9f39cb12175c66

commit a5278b15469a677ac27f895cbc9f39cb12175c66
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 22:13:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 22:23:28 +0000

    devel/py-cli-helpers: Update to 2.2.0
    
    Changes:        https://github.com/dbcli/cli_helpers/blob/master/CHANGELOG
---
 devel/py-cli-helpers/Makefile | 4 ++--
 devel/py-cli-helpers/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-cli-helpers/Makefile b/devel/py-cli-helpers/Makefile
index cb6836c59c45..c4faa4a3e11b 100644
--- a/devel/py-cli-helpers/Makefile
+++ b/devel/py-cli-helpers/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	cli-helpers
-PORTVERSION=	2.1.0
+PORTVERSION=	2.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,9 @@ COMMENT=	Helpers for building command-line apps
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+# Note: wcwidth comes from tabulate[widechars]
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.2:devel/py-tabulate@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
 USES=		python:3.6+
diff --git a/devel/py-cli-helpers/distinfo b/devel/py-cli-helpers/distinfo
index e2301836d42f..513d537caaf7 100644
--- a/devel/py-cli-helpers/distinfo
+++ b/devel/py-cli-helpers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596280084
-SHA256 (cli_helpers-2.1.0.tar.gz) = dd6f164310f7d86fa3da1f82043a9c784e44a02ad49be932a80624261e56979b
-SIZE (cli_helpers-2.1.0.tar.gz) = 35491
+TIMESTAMP = 1632227506
+SHA256 (cli_helpers-2.2.0.tar.gz) = 733f65d8c921e0cffa8f7ae4c8735bd7ecdffec383c5246f647ddd0fddb33448
+SIZE (cli_helpers-2.2.0.tar.gz) = 35884



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