git: a5278b15469a - main - devel/py-cli-helpers: Update to 2.2.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:25:02 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a5278b15469a677ac27f895cbc9f39cb12175c66
commit a5278b15469a677ac27f895cbc9f39cb12175c66
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:17 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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
More information about the dev-commits-ports-all
mailing list